Skip to content

Commit

Permalink
fix keeping consistency between version_added and the actual release …
Browse files Browse the repository at this point in the history
  • Loading branch information
akira6592 authored Sep 20, 2024
1 parent 5dcd3fc commit de69236
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion plugins/modules/azure_rm_afdendpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
DOCUMENTATION = '''
---
module: azure_rm_afdendpoint
version_added: "2.4.0"
version_added: "2.7.0"
short_description: Manage an Azure Front Door Endpoint to be used with Standard or Premium Frontdoor
description:
- Create, update and delete an Azure Front Door (AFD) Endpoint to be used by a Front Door Service Profile created using azure_rm_cdnprofile.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/azure_rm_afdendpoint_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
DOCUMENTATION = '''
---
module: azure_rm_afdendpoint_info
version_added: "2.4.0"
version_added: "2.7.0"
short_description: Get Azure Front Door Endpoint facts to be used with Standard or Premium Frontdoor Service
description:
- Get facts for a specific Azure Front Door (AFD) Endpoint or all AFD Endpoints.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/azure_rm_appgateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@
description:
- Identity for the App Gateway
type: dict
version_added: '2.5.0'
version_added: '2.7.0'
suboptions:
type:
description:
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/azure_rm_batchaccount.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
description:
- Identity for this resource.
type: dict
version_added: '2.5.0'
version_added: '2.7.0'
suboptions:
type:
description:
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/azure_rm_iothub.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
description:
- Identity for this resource.
type: dict
version_added: '2.6.0'
version_added: '2.7.0'
suboptions:
type:
description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
DOCUMENTATION = '''
---
module: azure_rm_openshiftmanagedclusterversion_info
version_added: '2.5.0'
version_added: '2.7.0'
short_description: Fetch available versions of Azure Red Hat OpenShift Managed Cluster
description:
- fetch available version of Azure Red Hat OpenShift Managed Cluster instance.
Expand Down

0 comments on commit de69236

Please sign in to comment.