Skip to content

Commit 4ec9dc3

Browse files
author
SDKAuto
committed
CodeGen from PR 19595 in Azure/azure-rest-api-specs
ARM ID annotations for Postgres (#19595)
1 parent fd7ea39 commit 4ec9dc3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

schemas/2021-06-01/Microsoft.DBforPostgreSQL.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,11 +500,13 @@
500500
"delegatedSubnetResourceId": {
501501
"type": "string",
502502
"default": "",
503+
"format": "arm-id",
503504
"description": "delegated subnet arm resource id."
504505
},
505506
"privateDnsZoneArmResourceId": {
506507
"type": "string",
507508
"default": "",
509+
"format": "arm-id",
508510
"description": "private dns zone arm resource id."
509511
}
510512
},
@@ -595,6 +597,7 @@
595597
},
596598
"sourceServerResourceId": {
597599
"type": "string",
600+
"format": "arm-id",
598601
"description": "The source server resource ID to restore from. It's required when 'createMode' is 'PointInTimeRestore'."
599602
},
600603
"storage": {

0 commit comments

Comments
 (0)