From 7abb9fba654be4c3a513b4370263674ec13813df Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Wed, 6 Apr 2022 20:11:47 +0000 Subject: [PATCH] CodeGen from PR 18582 in Azure/azure-rest-api-specs Merge 96d0a6352585ec4a07a644b4cccd6760aa169681 into ca0335b44b4eca2c5b5673ee2c58a87e524b669f --- schemas/2022-03-01/Microsoft.App.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/schemas/2022-03-01/Microsoft.App.json b/schemas/2022-03-01/Microsoft.App.json index 69d4a0a6f6..ac9c94327a 100644 --- a/schemas/2022-03-01/Microsoft.App.json +++ b/schemas/2022-03-01/Microsoft.App.json @@ -2403,6 +2403,17 @@ } ], "description": "Configuration properties for apps environment to join a Virtual Network" + }, + "zoneRedundant": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Whether or not this Managed Environment is zone-redundant." } }, "description": "Managed environment resource specific properties"