We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f994e69 commit b3e79f9Copy full SHA for b3e79f9
schemas/2021-04-01-preview/Microsoft.KeyVault.json
@@ -218,15 +218,15 @@
218
"type": "array",
219
"items": {
220
"oneOf": [
221
- {
222
- "$ref": "#/definitions/vaults_keys_childResource"
223
- },
224
{
225
"$ref": "#/definitions/vaults_accessPolicies_childResource"
226
},
227
228
"$ref": "#/definitions/vaults_privateEndpointConnections_childResource"
229
+ {
+ "$ref": "#/definitions/vaults_keys_childResource"
+ },
230
231
"$ref": "#/definitions/vaults_secrets_childResource"
232
}
0 commit comments