Skip to content

Commit

Permalink
[Compute] [SIG] [BugFix] Remove ID as required because update gallery…
Browse files Browse the repository at this point in the history
… image version is failing when ID is not present (Azure#9257)

* remove id as required

* update for july too

Co-authored-by: Jerry Chan <jerch@microsoft.com>
  • Loading branch information
2 people authored and 00Kai0 committed Oct 12, 2020
1 parent 37d3d23 commit 6683356
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2223,9 +2223,6 @@
"description": "The id of the gallery artifact version source. Can specify a disk uri, snapshot uri, or user image."
}
},
"required": [
"id"
],
"description": "The gallery artifact version source."
},
"GalleryOSDiskImage": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2278,9 +2278,6 @@
"description": "The id of the gallery artifact version source. Can specify a disk uri, snapshot uri, or user image."
}
},
"required": [
"id"
],
"description": "The gallery artifact version source."
},
"GalleryOSDiskImage": {
Expand Down

0 comments on commit 6683356

Please sign in to comment.