Skip to content

Commit

Permalink
ARM ID annotations for Postgres (#19595)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthchr authored Aug 5, 2022
1 parent 63e9481 commit a10f4b6
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1488,6 +1488,14 @@
},
"sourceServerResourceId": {
"type": "string",
"format": "arm-id",
"x-ms-arm-id-details": {
"allowedResources": [
{
"type": "Microsoft.DBforPostgreSQL/flexibleServers"
}
]
},
"description": "The source server resource ID to restore from. It's required when 'createMode' is 'PointInTimeRestore'.",
"x-ms-mutability": [
"create"
Expand Down Expand Up @@ -1736,6 +1744,14 @@
},
"delegatedSubnetResourceId": {
"type": "string",
"format": "arm-id",
"x-ms-arm-id-details": {
"allowedResources": [
{
"type": "Microsoft.Network/virtualNetworks/subnets"
}
]
},
"default": "",
"description": "delegated subnet arm resource id.",
"x-ms-mutability": [
Expand All @@ -1745,6 +1761,14 @@
},
"privateDnsZoneArmResourceId": {
"type": "string",
"format": "arm-id",
"x-ms-arm-id-details": {
"allowedResources": [
{
"type": "Microsoft.Network/privateDnsZones"
}
]
},
"default": "",
"description": "private dns zone arm resource id.",
"x-ms-mutability": [
Expand Down

0 comments on commit a10f4b6

Please sign in to comment.