From da4e71903354713949b8493203b1d1134fb3c5b2 Mon Sep 17 00:00:00 2001 From: Nikhil Neela Date: Mon, 1 Jul 2024 14:28:09 +0530 Subject: [PATCH 1/3] [DNL] Add AutoGeneratedDomainNameLabelScope to Websites --- .../stable/2024-04-01/CommonDefinitions.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/specification/web/resource-manager/Microsoft.Web/stable/2024-04-01/CommonDefinitions.json b/specification/web/resource-manager/Microsoft.Web/stable/2024-04-01/CommonDefinitions.json index de4c1449108c..ea87e0841218 100644 --- a/specification/web/resource-manager/Microsoft.Web/stable/2024-04-01/CommonDefinitions.json +++ b/specification/web/resource-manager/Microsoft.Web/stable/2024-04-01/CommonDefinitions.json @@ -3112,6 +3112,20 @@ "description": "Identity to use for Key Vault Reference authentication.", "type": "string" }, + "AutoGeneratedDomainNameLabelScope": { + "description": "Specifies the DNL scope of the default hostname", + "enum" : [ + "TenantReuse", + "SubscriptionReuse", + "ResourceGroupReuse", + "NoReuse" + ], + "type": "string", + "x-ms-enum": { + "name": "AutoGeneratedDomainNameLabelScope", + "modelAsString": false + } + }, "virtualNetworkSubnetId": { "description": "Azure Resource Manager ID of the Virtual network and subnet to be joined by Regional VNET Integration.\nThis must be of the form /subscriptions/{subscriptionName}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}", "type": "string" From 863a07a81613061992b73234f2c43e9e170af0a5 Mon Sep 17 00:00:00 2001 From: Nikhil Neela Date: Mon, 8 Jul 2024 15:56:15 +0530 Subject: [PATCH 2/3] fix casing --- .../Microsoft.Web/stable/2024-04-01/CommonDefinitions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/web/resource-manager/Microsoft.Web/stable/2024-04-01/CommonDefinitions.json b/specification/web/resource-manager/Microsoft.Web/stable/2024-04-01/CommonDefinitions.json index ea87e0841218..9ec903e48d23 100644 --- a/specification/web/resource-manager/Microsoft.Web/stable/2024-04-01/CommonDefinitions.json +++ b/specification/web/resource-manager/Microsoft.Web/stable/2024-04-01/CommonDefinitions.json @@ -3112,7 +3112,7 @@ "description": "Identity to use for Key Vault Reference authentication.", "type": "string" }, - "AutoGeneratedDomainNameLabelScope": { + "autoGeneratedDomainNameLabelScope": { "description": "Specifies the DNL scope of the default hostname", "enum" : [ "TenantReuse", @@ -3122,7 +3122,7 @@ ], "type": "string", "x-ms-enum": { - "name": "AutoGeneratedDomainNameLabelScope", + "name": "autoGeneratedDomainNameLabelScope", "modelAsString": false } }, From 33e0e523e430ea85d478efe4ce0bf97ab24b0950 Mon Sep 17 00:00:00 2001 From: Nikhil Neela Date: Mon, 8 Jul 2024 16:15:42 +0530 Subject: [PATCH 3/3] fix prettier --- .../Microsoft.Web/stable/2024-04-01/CommonDefinitions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/web/resource-manager/Microsoft.Web/stable/2024-04-01/CommonDefinitions.json b/specification/web/resource-manager/Microsoft.Web/stable/2024-04-01/CommonDefinitions.json index 9ec903e48d23..064d97ed4ba2 100644 --- a/specification/web/resource-manager/Microsoft.Web/stable/2024-04-01/CommonDefinitions.json +++ b/specification/web/resource-manager/Microsoft.Web/stable/2024-04-01/CommonDefinitions.json @@ -3114,7 +3114,7 @@ }, "autoGeneratedDomainNameLabelScope": { "description": "Specifies the DNL scope of the default hostname", - "enum" : [ + "enum": [ "TenantReuse", "SubscriptionReuse", "ResourceGroupReuse",