Skip to content

Commit

Permalink
[AppServices] Add AutoGeneratedDomainNameLabelScope to Websites (#29649)
Browse files Browse the repository at this point in the history
* [DNL] Add AutoGeneratedDomainNameLabelScope to Websites

* fix casing

* fix prettier
  • Loading branch information
nineela authored Jul 8, 2024
1 parent 596cda7 commit b119dc3
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b119dc3

Please sign in to comment.