Skip to content

Commit

Permalink
Help Text Changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidhi Katyal committed Jul 15, 2021
1 parent d0282e1 commit 502c56d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/azure-cli/azure/cli/command_modules/backup/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,9 +497,9 @@
"""
helps['backup vault update'] = """
type: command
short-summary: Updates an existing Recovery Services vault.
short-summary: Update an existing Recovery Services vault.
examples:
- name: Updates an existing Recovery services vault. (autogenerated)
- name: Update an existing Recovery services vault. (autogenerated)
text: az backup vault update --identity-type None --resource-group MyResourceGroup --vault-name MyVault
crafted: true
"""
Expand All @@ -509,9 +509,9 @@
"""
helps['backup vault encryption update'] = """
type: command
short-summary: Updates encryption properties of a Recovery Services Vault.
short-summary: Update encryption properties of a Recovery Services Vault.
examples:
- name: Updates encryption properties of a Recovery Services Vault.
- name: Update encryption properties of a Recovery Services Vault.
text: az backup vault encryption update --encryption-key-id MyEncryptionKeyId --resource-group MyResourceGroup --vault-name MyVault
"""
helps['backup vault encryption show'] = """
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/azure/cli/command_modules/backup/_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
target_tier_help = """ The destination/target tier to which a particular recovery point has to be moved."""
tier_help = """ Provide 'tier' parameter to filter recovery points."""
rehyd_priority_type_help = """The type of priority to be maintained while rehydrating a recovery point """
infrastructure_encryption_type_help = """Use this parameter to Enable/Disable Infrastructure encryption. This must be set when configuring encryption of the vault for the first time. Once Enabled/Disabled, infrastructure encryption setting cannot be changed. Default value: Disabled. Allowed values: Enabled /Disabled"""
infrastructure_encryption_type_help = """Use this parameter to enable/disable infrastructure encryption. This must be set when configuring encryption of the vault for the first time. Once enabled/disabled, infrastructure encryption setting cannot be changed. Default value: Disabled. Allowed values: Enabled, Disabled"""

vault_name_type = CLIArgumentType(help='Name of the Recovery services vault.', options_list=['--vault-name', '-v'], completer=get_resource_name_completion_list('Microsoft.RecoveryServices/vaults'))
container_name_type = CLIArgumentType(help=container_name_help, options_list=['--container-name', '-c'])
Expand Down

0 comments on commit 502c56d

Please sign in to comment.