Skip to content

Commit 545f197

Browse files
larisaborodinaLeiWang3
authored andcommitted
Adding required property to some of the parameters we initially missed. (Azure#16311)
* Adding required property to some of the parameters we initially missed. * Adding required property to some of the parameters we initially missed. * Adding required property to some of the parameters we initially missed. * Adding required property to some of the parameters we initially missed. * Adding required property to some of the parameters we initially missed. * Adding required property to some of the parameters we initially missed. * Adding required property to some of the parameters we initially missed. * Adding required property to some of the parameters we initially missed.
1 parent 7003a85 commit 545f197

File tree

2 files changed

+12
-2
lines changed
  • specification/azsadmin/resource-manager/containerregistry/Microsoft.ContainerRegistry.Admin/preview/2019-11-01-preview

2 files changed

+12
-2
lines changed

specification/azsadmin/resource-manager/containerregistry/Microsoft.ContainerRegistry.Admin/preview/2019-11-01-preview/configuration.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,9 @@
192192
"$ref": "#/definitions/ContainerRegistryConfigurationProperty"
193193
}
194194
},
195+
"required": [
196+
"properties"
197+
],
195198
"allOf": [
196199
{
197200
"$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/Resource"
@@ -207,7 +210,10 @@
207210
"type": "integer",
208211
"format": "int32"
209212
}
210-
}
213+
},
214+
"required": [
215+
"maximumCapacityInGiB"
216+
]
211217
},
212218
"ContainerRegistryConfigurationList": {
213219
"description": "List of configuration.",

specification/azsadmin/resource-manager/containerregistry/Microsoft.ContainerRegistry.Admin/preview/2019-11-01-preview/setup.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,11 @@
111111
"type": "string",
112112
"format": "byte"
113113
}
114-
}
114+
},
115+
"required": [
116+
"password",
117+
"sslCertBase64"
118+
]
115119
},
116120
"ContainerRegistrySetup": {
117121
"description": "Container registry start setup return.",

0 commit comments

Comments
 (0)