Skip to content

Commit

Permalink
[Compute] Fix #23194: sig image-version create: Fix the Parameter tag…
Browse files Browse the repository at this point in the history
…s must be of type dict error when --tags parameter is passed as key=value pairs (#23393)
  • Loading branch information
zhoxing-ms authored Aug 12, 2022
1 parent 43e0787 commit 2c57959
Show file tree
Hide file tree
Showing 3 changed files with 361 additions and 457 deletions.
1 change: 1 addition & 0 deletions src/azure-cli/azure/cli/command_modules/vm/_validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -2162,6 +2162,7 @@ def process_ppg_create_namespace(namespace):


def process_image_version_create_namespace(cmd, namespace):
validate_tags(namespace)
process_gallery_image_version_namespace(cmd, namespace)
process_image_resource_id_namespace(namespace)
# endregion
Expand Down
Loading

0 comments on commit 2c57959

Please sign in to comment.