@azure/arm-containerservice 14.2.0 → 14.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/arm-containerservice.js +70 -5
- package/dist/arm-containerservice.js.map +1 -1
- package/dist/arm-containerservice.min.js +1 -1
- package/dist/arm-containerservice.min.js.map +1 -1
- package/esm/containerServiceClientContext.js +2 -2
- package/esm/models/agentPoolsMappers.d.ts +1 -1
- package/esm/models/agentPoolsMappers.d.ts.map +1 -1
- package/esm/models/agentPoolsMappers.js +1 -1
- package/esm/models/agentPoolsMappers.js.map +1 -1
- package/esm/models/index.d.ts +50 -25
- package/esm/models/index.d.ts.map +1 -1
- package/esm/models/mappers.d.ts +1 -0
- package/esm/models/mappers.d.ts.map +1 -1
- package/esm/models/mappers.js +59 -0
- package/esm/models/mappers.js.map +1 -1
- package/esm/operations/agentPools.js +7 -3
- package/esm/operations/agentPools.js.map +1 -1
- package/package.json +2 -2
- package/src/containerServiceClientContext.ts +2 -2
- package/src/models/agentPoolsMappers.ts +1 -0
- package/src/models/index.ts +52 -26
- package/src/models/mappers.ts +60 -0
- package/src/operations/agentPools.ts +7 -3
|
@@ -1316,6 +1316,17 @@
|
|
|
1316
1316
|
type: {
|
|
1317
1317
|
name: "Number"
|
|
1318
1318
|
}
|
|
1319
|
+
},
|
|
1320
|
+
countIPv6: {
|
|
1321
|
+
serializedName: "countIPv6",
|
|
1322
|
+
defaultValue: 0,
|
|
1323
|
+
constraints: {
|
|
1324
|
+
InclusiveMaximum: 100,
|
|
1325
|
+
InclusiveMinimum: 0
|
|
1326
|
+
},
|
|
1327
|
+
type: {
|
|
1328
|
+
name: "Number"
|
|
1329
|
+
}
|
|
1319
1330
|
}
|
|
1320
1331
|
}
|
|
1321
1332
|
}
|
|
@@ -1597,6 +1608,39 @@
|
|
|
1597
1608
|
name: "Composite",
|
|
1598
1609
|
className: "ManagedClusterNATGatewayProfile"
|
|
1599
1610
|
}
|
|
1611
|
+
},
|
|
1612
|
+
podCidrs: {
|
|
1613
|
+
serializedName: "podCidrs",
|
|
1614
|
+
type: {
|
|
1615
|
+
name: "Sequence",
|
|
1616
|
+
element: {
|
|
1617
|
+
type: {
|
|
1618
|
+
name: "String"
|
|
1619
|
+
}
|
|
1620
|
+
}
|
|
1621
|
+
}
|
|
1622
|
+
},
|
|
1623
|
+
serviceCidrs: {
|
|
1624
|
+
serializedName: "serviceCidrs",
|
|
1625
|
+
type: {
|
|
1626
|
+
name: "Sequence",
|
|
1627
|
+
element: {
|
|
1628
|
+
type: {
|
|
1629
|
+
name: "String"
|
|
1630
|
+
}
|
|
1631
|
+
}
|
|
1632
|
+
}
|
|
1633
|
+
},
|
|
1634
|
+
ipFamilies: {
|
|
1635
|
+
serializedName: "ipFamilies",
|
|
1636
|
+
type: {
|
|
1637
|
+
name: "Sequence",
|
|
1638
|
+
element: {
|
|
1639
|
+
type: {
|
|
1640
|
+
name: "String"
|
|
1641
|
+
}
|
|
1642
|
+
}
|
|
1643
|
+
}
|
|
1600
1644
|
}
|
|
1601
1645
|
}
|
|
1602
1646
|
}
|
|
@@ -3482,6 +3526,21 @@
|
|
|
3482
3526
|
} })
|
|
3483
3527
|
}
|
|
3484
3528
|
};
|
|
3529
|
+
var AgentPoolsUpgradeNodeImageVersionHeaders = {
|
|
3530
|
+
serializedName: "agentpools-upgradenodeimageversion-headers",
|
|
3531
|
+
type: {
|
|
3532
|
+
name: "Composite",
|
|
3533
|
+
className: "AgentPoolsUpgradeNodeImageVersionHeaders",
|
|
3534
|
+
modelProperties: {
|
|
3535
|
+
azureAsyncOperation: {
|
|
3536
|
+
serializedName: "azure-asyncoperation",
|
|
3537
|
+
type: {
|
|
3538
|
+
name: "String"
|
|
3539
|
+
}
|
|
3540
|
+
}
|
|
3541
|
+
}
|
|
3542
|
+
}
|
|
3543
|
+
};
|
|
3485
3544
|
var OperationListResult = {
|
|
3486
3545
|
serializedName: "OperationListResult",
|
|
3487
3546
|
type: {
|
|
@@ -3729,6 +3788,7 @@
|
|
|
3729
3788
|
EndpointDependency: EndpointDependency,
|
|
3730
3789
|
OutboundEnvironmentEndpoint: OutboundEnvironmentEndpoint,
|
|
3731
3790
|
Snapshot: Snapshot,
|
|
3791
|
+
AgentPoolsUpgradeNodeImageVersionHeaders: AgentPoolsUpgradeNodeImageVersionHeaders,
|
|
3732
3792
|
OperationListResult: OperationListResult,
|
|
3733
3793
|
ManagedClusterListResult: ManagedClusterListResult,
|
|
3734
3794
|
OutboundEnvironmentEndpointCollection: OutboundEnvironmentEndpointCollection,
|
|
@@ -5266,6 +5326,7 @@
|
|
|
5266
5326
|
AgentPoolAvailableVersions: AgentPoolAvailableVersions,
|
|
5267
5327
|
AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem: AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem,
|
|
5268
5328
|
AgentPoolListResult: AgentPoolListResult,
|
|
5329
|
+
AgentPoolsUpgradeNodeImageVersionHeaders: AgentPoolsUpgradeNodeImageVersionHeaders,
|
|
5269
5330
|
AgentPoolUpgradeProfile: AgentPoolUpgradeProfile,
|
|
5270
5331
|
AgentPoolUpgradeProfilePropertiesUpgradesItem: AgentPoolUpgradeProfilePropertiesUpgradesItem,
|
|
5271
5332
|
AgentPoolUpgradeSettings: AgentPoolUpgradeSettings,
|
|
@@ -5647,12 +5708,16 @@
|
|
|
5647
5708
|
acceptLanguage
|
|
5648
5709
|
],
|
|
5649
5710
|
responses: {
|
|
5650
|
-
200: {
|
|
5711
|
+
200: {
|
|
5712
|
+
headersMapper: AgentPoolsUpgradeNodeImageVersionHeaders
|
|
5713
|
+
},
|
|
5651
5714
|
202: {
|
|
5652
|
-
bodyMapper: AgentPool
|
|
5715
|
+
bodyMapper: AgentPool,
|
|
5716
|
+
headersMapper: AgentPoolsUpgradeNodeImageVersionHeaders
|
|
5653
5717
|
},
|
|
5654
5718
|
default: {
|
|
5655
|
-
bodyMapper: CloudError
|
|
5719
|
+
bodyMapper: CloudError,
|
|
5720
|
+
headersMapper: AgentPoolsUpgradeNodeImageVersionHeaders
|
|
5656
5721
|
}
|
|
5657
5722
|
},
|
|
5658
5723
|
serializer: serializer$3
|
|
@@ -6421,7 +6486,7 @@
|
|
|
6421
6486
|
* regenerated.
|
|
6422
6487
|
*/
|
|
6423
6488
|
var packageName = "@azure/arm-containerservice";
|
|
6424
|
-
var packageVersion = "14.
|
|
6489
|
+
var packageVersion = "14.3.0";
|
|
6425
6490
|
var ContainerServiceClientContext = /** @class */ (function (_super) {
|
|
6426
6491
|
__extends(ContainerServiceClientContext, _super);
|
|
6427
6492
|
/**
|
|
@@ -6452,7 +6517,7 @@
|
|
|
6452
6517
|
options.userAgent = packageName + "/" + packageVersion + " " + defaultUserAgent;
|
|
6453
6518
|
}
|
|
6454
6519
|
_this = _super.call(this, credentials, options) || this;
|
|
6455
|
-
_this.apiVersion = '2021-
|
|
6520
|
+
_this.apiVersion = '2021-10-01';
|
|
6456
6521
|
_this.acceptLanguage = 'en-US';
|
|
6457
6522
|
_this.longRunningOperationRetryTimeout = 30;
|
|
6458
6523
|
_this.baseUri = options.baseUri || _this.baseUri || "https://management.azure.com";
|