Skip to content

Commit

Permalink
ignore snotshot (#17349)
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliehzl authored Mar 18, 2021
1 parent 81ca8e1 commit f4b9fcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/azure-cli/azure/cli/command_modules/storage/_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -1171,6 +1171,7 @@ def load_arguments(self, _): # pylint: disable=too-many-locals, too-many-statem
c.argument('share_name', share_name_type, options_list=('--name', '-n'), id_part='child_name_2')
c.argument('expand', default=None)
c.ignore('filter', 'maxpagesize')
c.ignore('x_ms_snapshot') # Ignore first before it is ready

for item in ['create', 'update']:
with self.argument_context('storage share-rm {}'.format(item), resource_type=ResourceType.MGMT_STORAGE) as c:
Expand Down

0 comments on commit f4b9fcb

Please sign in to comment.