Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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