Skip to content

Commit

Permalink
[AMS] CHANGE help text for "--expiry" parameter. (Azure#13940)
Browse files Browse the repository at this point in the history
  • Loading branch information
hivyas authored Jun 15, 2020
1 parent 8ec72de commit c8913f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/azure-cli/azure/cli/command_modules/ams/_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def load_arguments(self, _): # pylint: disable=too-many-locals, too-many-statem
with self.argument_context('ams asset get-sas-urls') as c:
c.argument('permissions', arg_type=get_enum_type(AssetContainerPermission),
help='The permissions to set on the SAS URL.')
c.argument('expiry_time', expiry_arg_type, help="Specifies the UTC datetime (Y-m-d'T'H:M:S'Z') at which the SAS becomes invalid.")
c.argument('expiry_time', expiry_arg_type, help="Specifies the UTC datetime (Y-m-d'T'H:M:S'Z') at which the SAS becomes invalid. This must be less than 24 hours from the current time.")

with self.argument_context('ams asset-filter') as c:
c.argument('account_name', account_name_arg_type)
Expand Down

0 comments on commit c8913f8

Please sign in to comment.