Skip to content

Commit

Permalink
Made minor change to gallery swagger. (#3981)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbasten2323 authored and jhendrixMSFT committed Sep 21, 2018
1 parent be88f66 commit d5b9478
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The name of the Shared Image Gallery. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters."
"description": "The name of the Shared Image Gallery. The allowed characters are alphabets and numbers with dots and periods allowed in the middle. The maximum length is 80 characters."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -1081,6 +1081,9 @@
"description": "The number of replicas of the Image Version to be created per region. This property is updateable."
}
},
"required": [
"name"
],
"description": "Describes the target region information."
},
"GalleryArtifactSource": {
Expand Down

0 comments on commit d5b9478

Please sign in to comment.