Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update azure_rm_backupolicy add version #449

Merged
merged 1 commit into from
Mar 15, 2021

Conversation

Fred-sun
Copy link
Collaborator

SUMMARY

Update azure_rm_backupolicy add version. Fix the following error.

ERROR: plugins/modules/azure_rm_backuppolicy.py:0:0: version-added-must-be-major-or-minor: DOCUMENTATION: version_added ('1.3.2') must be a major or minor release, not a patch release (see specification at https://semver.org/). Got {'module': 'azure_rm_backuppolicy', 'version_added': '1.3.2', 'short_description': 'Manage Azure Backup Policy', 'description': ['Create and delete instance of Azure Backup Policy.'], 'options': {'vault_name': {'description': ['The name of the Recovery Services Vault the policy belongs to.'], 'required': True, 'type': 'str'}, 'name': {'description': ['The name of the backup policy.'], 'required': True, 'type': 'str'}, 'resource_group': {'description': ['The name of the resource group the vaul...
ERROR: plugins/modules/azure_rm_backuppolicy_info.py:0:0: version-added-must-be-major-or-minor: DOCUMENTATION: version_added ('1.3.2') must be a major or minor release, not a patch release (see specification at https://semver.org/). Got {'module': 'azure_rm_backuppolicy_info', 'version_added': '1.3.2', 'short_description': 'Get Info on Azure Backup Policy', 'description': ['Create and delete instance of Azure Backup Policy.'], 'options': {'vault_name': {'description': ['The name of the Recovery Services Vault the policy belongs to.'], 'required': True, 'type': 'str'}, 'name': {'description': ['The name of the backup policy.'], 'required': True, 'type': 'str'}, 'resource_group': {'description': ['The name of the resource grou...

ISSUE TYPE
  • Docs Pull Request
COMPONENT NAME

azure_rm_backuppolicy.py
azure_rm_backuppolicy_info.py

ADDITIONAL INFORMATION

@Fred-sun Fred-sun added the ready_for_review The PR has been modified and can be reviewed and merged label Mar 10, 2021
@haiyuazhang haiyuazhang merged commit ad8f503 into ansible-collections:dev Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready_for_review The PR has been modified and can be reviewed and merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants