Skip to content

Commit 77de262

Browse files
author
SDKAuto
committed
CodeGen from PR 19592 in Azure/azure-rest-api-specs
Merge 0ac17886b62812c64e44210568c8cd6999f53912 into 42ca0236ef14093f5aff0694efa34d5594e814a0
1 parent 1df0e37 commit 77de262

File tree

10 files changed

+71
-0
lines changed

10 files changed

+71
-0
lines changed

schemas/2021-05-01/Microsoft.ContainerService.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@
268268
},
269269
"resourceId": {
270270
"type": "string",
271+
"format": "arm-id",
271272
"description": "The resource ID of the user assigned identity."
272273
}
273274
}
@@ -1072,6 +1073,7 @@
10721073
},
10731074
"podSubnetID": {
10741075
"type": "string",
1076+
"format": "arm-id",
10751077
"description": "If omitted, pod IPs are statically assigned on the node subnet (see vnetSubnetID for more details). This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
10761078
},
10771079
"proximityPlacementGroupID": {
@@ -1166,6 +1168,7 @@
11661168
},
11671169
"vnetSubnetID": {
11681170
"type": "string",
1171+
"format": "arm-id",
11691172
"description": "If this is not specified, a VNET and subnet will be generated and used. If no podSubnetID is specified, this applies to nodes and pods, otherwise it applies to just nodes. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
11701173
}
11711174
},
@@ -1452,6 +1455,7 @@
14521455
},
14531456
"podSubnetID": {
14541457
"type": "string",
1458+
"format": "arm-id",
14551459
"description": "If omitted, pod IPs are statically assigned on the node subnet (see vnetSubnetID for more details). This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
14561460
},
14571461
"proximityPlacementGroupID": {
@@ -1546,6 +1550,7 @@
15461550
},
15471551
"vnetSubnetID": {
15481552
"type": "string",
1553+
"format": "arm-id",
15491554
"description": "If this is not specified, a VNET and subnet will be generated and used. If no podSubnetID is specified, this applies to nodes and pods, otherwise it applies to just nodes. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
15501555
}
15511556
},
@@ -2044,6 +2049,7 @@
20442049
},
20452050
"diskEncryptionSetID": {
20462051
"type": "string",
2052+
"format": "arm-id",
20472053
"description": "This is of the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{encryptionSetName}'"
20482054
},
20492055
"dnsPrefix": {
@@ -2590,6 +2596,7 @@
25902596
"properties": {
25912597
"id": {
25922598
"type": "string",
2599+
"format": "arm-id",
25932600
"description": "The fully qualified Azure resource id."
25942601
}
25952602
},
@@ -2971,6 +2978,7 @@
29712978
},
29722979
"resourceId": {
29732980
"type": "string",
2981+
"format": "arm-id",
29742982
"description": "The resource ID of the user assigned identity."
29752983
}
29762984
},

schemas/2021-07-01/Microsoft.ContainerService.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,6 +1064,7 @@
10641064
},
10651065
"podSubnetID": {
10661066
"type": "string",
1067+
"format": "arm-id",
10671068
"description": "If omitted, pod IPs are statically assigned on the node subnet (see vnetSubnetID for more details). This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
10681069
},
10691070
"proximityPlacementGroupID": {
@@ -1173,6 +1174,7 @@
11731174
},
11741175
"vnetSubnetID": {
11751176
"type": "string",
1177+
"format": "arm-id",
11761178
"description": "If this is not specified, a VNET and subnet will be generated and used. If no podSubnetID is specified, this applies to nodes and pods, otherwise it applies to just nodes. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
11771179
}
11781180
},
@@ -1459,6 +1461,7 @@
14591461
},
14601462
"podSubnetID": {
14611463
"type": "string",
1464+
"format": "arm-id",
14621465
"description": "If omitted, pod IPs are statically assigned on the node subnet (see vnetSubnetID for more details). This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
14631466
},
14641467
"proximityPlacementGroupID": {
@@ -1568,6 +1571,7 @@
15681571
},
15691572
"vnetSubnetID": {
15701573
"type": "string",
1574+
"format": "arm-id",
15711575
"description": "If this is not specified, a VNET and subnet will be generated and used. If no podSubnetID is specified, this applies to nodes and pods, otherwise it applies to just nodes. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
15721576
}
15731577
},
@@ -2131,6 +2135,7 @@
21312135
},
21322136
"diskEncryptionSetID": {
21332137
"type": "string",
2138+
"format": "arm-id",
21342139
"description": "This is of the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{encryptionSetName}'"
21352140
},
21362141
"dnsPrefix": {
@@ -2730,6 +2735,7 @@
27302735
"properties": {
27312736
"id": {
27322737
"type": "string",
2738+
"format": "arm-id",
27332739
"description": "The fully qualified Azure resource id."
27342740
}
27352741
},
@@ -3111,6 +3117,7 @@
31113117
},
31123118
"resourceId": {
31133119
"type": "string",
3120+
"format": "arm-id",
31143121
"description": "The resource ID of the user assigned identity."
31153122
}
31163123
},

schemas/2021-08-01/Microsoft.ContainerService.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1154,6 +1154,7 @@
11541154
},
11551155
"podSubnetID": {
11561156
"type": "string",
1157+
"format": "arm-id",
11571158
"description": "If omitted, pod IPs are statically assigned on the node subnet (see vnetSubnetID for more details). This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
11581159
},
11591160
"proximityPlacementGroupID": {
@@ -1263,6 +1264,7 @@
12631264
},
12641265
"vnetSubnetID": {
12651266
"type": "string",
1267+
"format": "arm-id",
12661268
"description": "If this is not specified, a VNET and subnet will be generated and used. If no podSubnetID is specified, this applies to nodes and pods, otherwise it applies to just nodes. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
12671269
},
12681270
"workloadRuntime": {
@@ -1574,6 +1576,7 @@
15741576
},
15751577
"podSubnetID": {
15761578
"type": "string",
1579+
"format": "arm-id",
15771580
"description": "If omitted, pod IPs are statically assigned on the node subnet (see vnetSubnetID for more details). This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
15781581
},
15791582
"proximityPlacementGroupID": {
@@ -1683,6 +1686,7 @@
16831686
},
16841687
"vnetSubnetID": {
16851688
"type": "string",
1689+
"format": "arm-id",
16861690
"description": "If this is not specified, a VNET and subnet will be generated and used. If no podSubnetID is specified, this applies to nodes and pods, otherwise it applies to just nodes. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
16871691
},
16881692
"workloadRuntime": {
@@ -2282,6 +2286,7 @@
22822286
},
22832287
"diskEncryptionSetID": {
22842288
"type": "string",
2289+
"format": "arm-id",
22852290
"description": "This is of the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{encryptionSetName}'"
22862291
},
22872292
"dnsPrefix": {
@@ -2896,6 +2901,7 @@
28962901
"properties": {
28972902
"id": {
28982903
"type": "string",
2904+
"format": "arm-id",
28992905
"description": "The fully qualified Azure resource id."
29002906
}
29012907
},
@@ -3307,6 +3313,7 @@
33073313
},
33083314
"resourceId": {
33093315
"type": "string",
3316+
"format": "arm-id",
33103317
"description": "The resource ID of the user assigned identity."
33113318
}
33123319
},

schemas/2021-09-01/Microsoft.ContainerService.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1154,6 +1154,7 @@
11541154
},
11551155
"podSubnetID": {
11561156
"type": "string",
1157+
"format": "arm-id",
11571158
"description": "If omitted, pod IPs are statically assigned on the node subnet (see vnetSubnetID for more details). This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
11581159
},
11591160
"powerState": {
@@ -1274,6 +1275,7 @@
12741275
},
12751276
"vnetSubnetID": {
12761277
"type": "string",
1278+
"format": "arm-id",
12771279
"description": "If this is not specified, a VNET and subnet will be generated and used. If no podSubnetID is specified, this applies to nodes and pods, otherwise it applies to just nodes. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
12781280
},
12791281
"workloadRuntime": {
@@ -1585,6 +1587,7 @@
15851587
},
15861588
"podSubnetID": {
15871589
"type": "string",
1590+
"format": "arm-id",
15881591
"description": "If omitted, pod IPs are statically assigned on the node subnet (see vnetSubnetID for more details). This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
15891592
},
15901593
"powerState": {
@@ -1705,6 +1708,7 @@
17051708
},
17061709
"vnetSubnetID": {
17071710
"type": "string",
1711+
"format": "arm-id",
17081712
"description": "If this is not specified, a VNET and subnet will be generated and used. If no podSubnetID is specified, this applies to nodes and pods, otherwise it applies to just nodes. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
17091713
},
17101714
"workloadRuntime": {
@@ -2304,6 +2308,7 @@
23042308
},
23052309
"diskEncryptionSetID": {
23062310
"type": "string",
2311+
"format": "arm-id",
23072312
"description": "This is of the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{encryptionSetName}'"
23082313
},
23092314
"dnsPrefix": {
@@ -2950,6 +2955,7 @@
29502955
"properties": {
29512956
"id": {
29522957
"type": "string",
2958+
"format": "arm-id",
29532959
"description": "The fully qualified Azure resource id."
29542960
}
29552961
},
@@ -3361,6 +3367,7 @@
33613367
},
33623368
"resourceId": {
33633369
"type": "string",
3370+
"format": "arm-id",
33643371
"description": "The resource ID of the user assigned identity."
33653372
}
33663373
},

schemas/2021-10-01/Microsoft.ContainerService.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,6 +1200,7 @@
12001200
},
12011201
"podSubnetID": {
12021202
"type": "string",
1203+
"format": "arm-id",
12031204
"description": "If omitted, pod IPs are statically assigned on the node subnet (see vnetSubnetID for more details). This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
12041205
},
12051206
"powerState": {
@@ -1320,6 +1321,7 @@
13201321
},
13211322
"vnetSubnetID": {
13221323
"type": "string",
1324+
"format": "arm-id",
13231325
"description": "If this is not specified, a VNET and subnet will be generated and used. If no podSubnetID is specified, this applies to nodes and pods, otherwise it applies to just nodes. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
13241326
},
13251327
"workloadRuntime": {
@@ -1631,6 +1633,7 @@
16311633
},
16321634
"podSubnetID": {
16331635
"type": "string",
1636+
"format": "arm-id",
16341637
"description": "If omitted, pod IPs are statically assigned on the node subnet (see vnetSubnetID for more details). This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
16351638
},
16361639
"powerState": {
@@ -1751,6 +1754,7 @@
17511754
},
17521755
"vnetSubnetID": {
17531756
"type": "string",
1757+
"format": "arm-id",
17541758
"description": "If this is not specified, a VNET and subnet will be generated and used. If no podSubnetID is specified, this applies to nodes and pods, otherwise it applies to just nodes. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
17551759
},
17561760
"workloadRuntime": {
@@ -2364,6 +2368,7 @@
23642368
},
23652369
"diskEncryptionSetID": {
23662370
"type": "string",
2371+
"format": "arm-id",
23672372
"description": "This is of the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{encryptionSetName}'"
23682373
},
23692374
"dnsPrefix": {
@@ -3010,6 +3015,7 @@
30103015
"properties": {
30113016
"id": {
30123017
"type": "string",
3018+
"format": "arm-id",
30133019
"description": "The fully qualified Azure resource id."
30143020
}
30153021
},
@@ -3421,6 +3427,7 @@
34213427
},
34223428
"resourceId": {
34233429
"type": "string",
3430+
"format": "arm-id",
34243431
"description": "The resource ID of the user assigned identity."
34253432
}
34263433
},

schemas/2022-01-01/Microsoft.ContainerService.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,6 +1200,7 @@
12001200
},
12011201
"podSubnetID": {
12021202
"type": "string",
1203+
"format": "arm-id",
12031204
"description": "If omitted, pod IPs are statically assigned on the node subnet (see vnetSubnetID for more details). This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
12041205
},
12051206
"powerState": {
@@ -1320,6 +1321,7 @@
13201321
},
13211322
"vnetSubnetID": {
13221323
"type": "string",
1324+
"format": "arm-id",
13231325
"description": "If this is not specified, a VNET and subnet will be generated and used. If no podSubnetID is specified, this applies to nodes and pods, otherwise it applies to just nodes. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
13241326
},
13251327
"workloadRuntime": {
@@ -1631,6 +1633,7 @@
16311633
},
16321634
"podSubnetID": {
16331635
"type": "string",
1636+
"format": "arm-id",
16341637
"description": "If omitted, pod IPs are statically assigned on the node subnet (see vnetSubnetID for more details). This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
16351638
},
16361639
"powerState": {
@@ -1751,6 +1754,7 @@
17511754
},
17521755
"vnetSubnetID": {
17531756
"type": "string",
1757+
"format": "arm-id",
17541758
"description": "If this is not specified, a VNET and subnet will be generated and used. If no podSubnetID is specified, this applies to nodes and pods, otherwise it applies to just nodes. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
17551759
},
17561760
"workloadRuntime": {
@@ -2364,6 +2368,7 @@
23642368
},
23652369
"diskEncryptionSetID": {
23662370
"type": "string",
2371+
"format": "arm-id",
23672372
"description": "This is of the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{encryptionSetName}'"
23682373
},
23692374
"dnsPrefix": {
@@ -3010,6 +3015,7 @@
30103015
"properties": {
30113016
"id": {
30123017
"type": "string",
3018+
"format": "arm-id",
30133019
"description": "The fully qualified Azure resource id."
30143020
}
30153021
},
@@ -3421,6 +3427,7 @@
34213427
},
34223428
"resourceId": {
34233429
"type": "string",
3430+
"format": "arm-id",
34243431
"description": "The resource ID of the user assigned identity."
34253432
}
34263433
},

schemas/2022-01-02-preview/Microsoft.ContainerService.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1213,6 +1213,7 @@
12131213
},
12141214
"podSubnetID": {
12151215
"type": "string",
1216+
"format": "arm-id",
12161217
"description": "If omitted, pod IPs are statically assigned on the node subnet (see vnetSubnetID for more details). This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
12171218
},
12181219
"powerState": {
@@ -1333,6 +1334,7 @@
13331334
},
13341335
"vnetSubnetID": {
13351336
"type": "string",
1337+
"format": "arm-id",
13361338
"description": "If this is not specified, a VNET and subnet will be generated and used. If no podSubnetID is specified, this applies to nodes and pods, otherwise it applies to just nodes. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
13371339
},
13381340
"workloadRuntime": {
@@ -1656,6 +1658,7 @@
16561658
},
16571659
"podSubnetID": {
16581660
"type": "string",
1661+
"format": "arm-id",
16591662
"description": "If omitted, pod IPs are statically assigned on the node subnet (see vnetSubnetID for more details). This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
16601663
},
16611664
"powerState": {
@@ -1776,6 +1779,7 @@
17761779
},
17771780
"vnetSubnetID": {
17781781
"type": "string",
1782+
"format": "arm-id",
17791783
"description": "If this is not specified, a VNET and subnet will be generated and used. If no podSubnetID is specified, this applies to nodes and pods, otherwise it applies to just nodes. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
17801784
},
17811785
"workloadRuntime": {
@@ -2406,6 +2410,7 @@
24062410
},
24072411
"diskEncryptionSetID": {
24082412
"type": "string",
2413+
"format": "arm-id",
24092414
"description": "This is of the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{encryptionSetName}'"
24102415
},
24112416
"dnsPrefix": {
@@ -3074,6 +3079,7 @@
30743079
"properties": {
30753080
"id": {
30763081
"type": "string",
3082+
"format": "arm-id",
30773083
"description": "The fully qualified Azure resource id."
30783084
}
30793085
},
@@ -3485,6 +3491,7 @@
34853491
},
34863492
"resourceId": {
34873493
"type": "string",
3494+
"format": "arm-id",
34883495
"description": "The resource ID of the user assigned identity."
34893496
}
34903497
},

0 commit comments

Comments
 (0)