From 7d119071aeb883d55e9860d9ccdbf74050ce856b Mon Sep 17 00:00:00 2001 From: xiowei Date: Fri, 21 Sep 2018 10:47:52 -0700 Subject: [PATCH] Made minor change to gallery swagger. --- .../Microsoft.Compute/stable/2018-06-01/gallery.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2018-06-01/gallery.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2018-06-01/gallery.json index f9b854ef86a4..2f01f93941a4 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2018-06-01/gallery.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2018-06-01/gallery.json @@ -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" @@ -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": {