Skip to content

Commit

Permalink
CodeGen from PR 14137 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 2b454290d9ca06fc00ea1d0f7d48869616c81df7 into 88d9023117ea3bfae404a44b755ca7f0bf81b806
  • Loading branch information
SDKAuto committed Apr 28, 2021
1 parent ab51a5d commit c9caa64
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion schemas/2021-04-01-preview/Microsoft.KeyVault.json
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,8 @@
"backup",
"restore",
"recover",
"purge"
"purge",
"release"
]
}
},
Expand Down Expand Up @@ -1696,6 +1697,17 @@
"id": {
"type": "string",
"description": "Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'."
},
"ignoreMissingVnetServiceEndpoint": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Property to specify whether NRP will ignore the check if parent subnet has serviceEndpoints configured."
}
},
"required": [
Expand Down

0 comments on commit c9caa64

Please sign in to comment.