From dc2f630d1b7ab819e6755b377560355c64e66907 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Fri, 12 May 2023 23:57:22 +0000 Subject: [PATCH] CodeGen from PR 23967 in Azure/azure-rest-api-specs Merge 4a905da332f50b0a93f86972c9bf240b0c28e72e into 1cbe41c8eea04f0893c42623e74c9461b30a0cdf --- schemas/2022-08-01-preview/Microsoft.Sql.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/schemas/2022-08-01-preview/Microsoft.Sql.json b/schemas/2022-08-01-preview/Microsoft.Sql.json index ff0ad785a0..d862ba5000 100644 --- a/schemas/2022-08-01-preview/Microsoft.Sql.json +++ b/schemas/2022-08-01-preview/Microsoft.Sql.json @@ -9109,6 +9109,21 @@ ], "description": "The Client id used for cross tenant CMK scenario" }, + "isIPv6Enabled": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Enabled", + "Disabled" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Whether or not IPv6 firewall rule is enabled for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled'." + }, "keyId": { "type": "string", "description": "A CMK URI of the key to use for encryption."