|
1082 | 1082 | "id"
|
1083 | 1083 | ]
|
1084 | 1084 | },
|
1085 |
| - "ContainerGroupProfileUpdate": { |
1086 |
| - "type": "object", |
1087 |
| - "description": "Details of the ContainerGroupProfile.", |
1088 |
| - "properties": { |
1089 |
| - "id": { |
1090 |
| - "type": "string", |
1091 |
| - "format": "arm-id", |
1092 |
| - "description": "Specifies container group profile id of standby container groups.", |
1093 |
| - "x-ms-arm-id-details": { |
1094 |
| - "allowedResources": [ |
1095 |
| - { |
1096 |
| - "type": "Microsoft.ContainerInstance/containerGroupProfiles" |
1097 |
| - } |
1098 |
| - ] |
1099 |
| - } |
1100 |
| - }, |
1101 |
| - "revision": { |
1102 |
| - "type": "integer", |
1103 |
| - "format": "int64", |
1104 |
| - "description": "Specifies revision of container group profile." |
1105 |
| - } |
1106 |
| - } |
1107 |
| - }, |
1108 | 1085 | "ContainerGroupProperties": {
|
1109 | 1086 | "type": "object",
|
1110 | 1087 | "description": "Details of the ContainerGroupProperties.",
|
|
1125 | 1102 | "containerGroupProfile"
|
1126 | 1103 | ]
|
1127 | 1104 | },
|
1128 |
| - "ContainerGroupPropertiesUpdate": { |
1129 |
| - "type": "object", |
1130 |
| - "description": "Details of the ContainerGroupProperties.", |
1131 |
| - "properties": { |
1132 |
| - "containerGroupProfile": { |
1133 |
| - "$ref": "#/definitions/ContainerGroupProfileUpdate", |
1134 |
| - "description": "Specifies container group profile of standby container groups." |
1135 |
| - }, |
1136 |
| - "subnetIds": { |
1137 |
| - "type": "array", |
1138 |
| - "description": "Specifies subnet Ids for container group.", |
1139 |
| - "items": { |
1140 |
| - "$ref": "#/definitions/Subnet" |
1141 |
| - } |
1142 |
| - } |
1143 |
| - } |
1144 |
| - }, |
1145 | 1105 | "PoolResourceStateCount": {
|
1146 | 1106 | "type": "object",
|
1147 | 1107 | "description": "Displays the counts of pooled resources in each state, as known by the StandbyPool resource provider.",
|
|
1236 | 1196 | "maxReadyCapacity"
|
1237 | 1197 | ]
|
1238 | 1198 | },
|
1239 |
| - "StandbyContainerGroupPoolElasticityProfileUpdate": { |
1240 |
| - "type": "object", |
1241 |
| - "description": "Specifies the elasticity profile of the standby container group pools.", |
1242 |
| - "properties": { |
1243 |
| - "maxReadyCapacity": { |
1244 |
| - "type": "integer", |
1245 |
| - "format": "int64", |
1246 |
| - "description": "Specifies maximum number of standby container groups in the standby pool.", |
1247 |
| - "minimum": 0, |
1248 |
| - "maximum": 2000 |
1249 |
| - }, |
1250 |
| - "refillPolicy": { |
1251 |
| - "$ref": "#/definitions/RefillPolicy", |
1252 |
| - "description": "Specifies refill policy of the pool." |
1253 |
| - } |
1254 |
| - } |
1255 |
| - }, |
1256 | 1199 | "StandbyContainerGroupPoolResource": {
|
1257 | 1200 | "type": "object",
|
1258 | 1201 | "description": "A StandbyContainerGroupPoolResource.",
|
|
1336 | 1279 | "description": "The updatable properties of the StandbyContainerGroupPoolResource.",
|
1337 | 1280 | "properties": {
|
1338 | 1281 | "elasticityProfile": {
|
1339 |
| - "$ref": "#/definitions/StandbyContainerGroupPoolElasticityProfileUpdate", |
| 1282 | + "$ref": "#/definitions/StandbyContainerGroupPoolElasticityProfile", |
1340 | 1283 | "description": "Specifies elasticity profile of standby container group pools."
|
1341 | 1284 | },
|
1342 | 1285 | "containerGroupProperties": {
|
1343 |
| - "$ref": "#/definitions/ContainerGroupPropertiesUpdate", |
| 1286 | + "$ref": "#/definitions/ContainerGroupProperties", |
1344 | 1287 | "description": "Specifies container group properties of standby container group pools."
|
1345 | 1288 | }
|
1346 | 1289 | }
|
|
1428 | 1371 | "maxReadyCapacity"
|
1429 | 1372 | ]
|
1430 | 1373 | },
|
1431 |
| - "StandbyVirtualMachinePoolElasticityProfileUpdate": { |
1432 |
| - "type": "object", |
1433 |
| - "description": "Details of the elasticity profile.", |
1434 |
| - "properties": { |
1435 |
| - "maxReadyCapacity": { |
1436 |
| - "type": "integer", |
1437 |
| - "format": "int64", |
1438 |
| - "description": "Specifies the maximum number of virtual machines in the standby virtual machine pool.", |
1439 |
| - "minimum": 0, |
1440 |
| - "maximum": 2000 |
1441 |
| - }, |
1442 |
| - "minReadyCapacity": { |
1443 |
| - "type": "integer", |
1444 |
| - "format": "int64", |
1445 |
| - "description": "Specifies the desired minimum number of virtual machines in the standby virtual machine pool. MinReadyCapacity cannot exceed MaxReadyCapacity.", |
1446 |
| - "minimum": 0, |
1447 |
| - "maximum": 2000 |
1448 |
| - } |
1449 |
| - } |
1450 |
| - }, |
1451 | 1374 | "StandbyVirtualMachinePoolResource": {
|
1452 | 1375 | "type": "object",
|
1453 | 1376 | "description": "A StandbyVirtualMachinePoolResource.",
|
|
1545 | 1468 | "description": "The updatable properties of the StandbyVirtualMachinePoolResource.",
|
1546 | 1469 | "properties": {
|
1547 | 1470 | "elasticityProfile": {
|
1548 |
| - "$ref": "#/definitions/StandbyVirtualMachinePoolElasticityProfileUpdate", |
| 1471 | + "$ref": "#/definitions/StandbyVirtualMachinePoolElasticityProfile", |
1549 | 1472 | "description": "Specifies the elasticity profile of the standby virtual machine pools."
|
1550 | 1473 | },
|
1551 | 1474 | "virtualMachineState": {
|
|
1672 | 1595 | "properties": {
|
1673 | 1596 | "virtualMachineResourceId": {
|
1674 | 1597 | "type": "string",
|
1675 |
| - "description": "Resource id of the virtual machine." |
| 1598 | + "format": "arm-id", |
| 1599 | + "description": "Resource id of the virtual machine.", |
| 1600 | + "x-ms-arm-id-details": { |
| 1601 | + "allowedResources": [] |
| 1602 | + } |
1676 | 1603 | },
|
1677 | 1604 | "provisioningState": {
|
1678 | 1605 | "$ref": "#/definitions/ProvisioningState",
|
|
0 commit comments