Skip to content

Commit 0afa40a

Browse files

File tree

207 files changed

+7974
-872
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

207 files changed

+7974
-872
lines changed

sdk/containerservice/arm-containerservice/CHANGELOG.md

Lines changed: 136 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,143 @@
11
# Release History
2+
3+
## 19.0.0-beta.1 (2023-05-16)
4+
5+
**Features**
26

3-
## 18.0.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
7+
- Added operation group ManagedClusterSnapshots
8+
- Added operation group TrustedAccessRoleBindings
9+
- Added operation group TrustedAccessRoles
10+
- Added Interface AbsoluteMonthlySchedule
11+
- Added Interface AgentPoolNetworkProfile
12+
- Added Interface AgentPoolWindowsProfile
13+
- Added Interface ClusterUpgradeSettings
14+
- Added Interface ContainerServiceNetworkProfileKubeProxyConfig
15+
- Added Interface ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig
16+
- Added Interface DailySchedule
17+
- Added Interface DateSpan
18+
- Added Interface GuardrailsProfile
19+
- Added Interface IPTag
20+
- Added Interface IstioComponents
21+
- Added Interface IstioIngressGateway
22+
- Added Interface IstioServiceMesh
23+
- Added Interface MaintenanceWindow
24+
- Added Interface ManagedClusterIngressProfile
25+
- Added Interface ManagedClusterIngressProfileWebAppRouting
26+
- Added Interface ManagedClusterNodeResourceGroupProfile
27+
- Added Interface ManagedClusterPropertiesForSnapshot
28+
- Added Interface ManagedClusterSecurityProfileNodeRestriction
29+
- Added Interface ManagedClusterSnapshot
30+
- Added Interface ManagedClusterSnapshotListResult
31+
- Added Interface ManagedClusterSnapshotsCreateOrUpdateOptionalParams
32+
- Added Interface ManagedClusterSnapshotsDeleteOptionalParams
33+
- Added Interface ManagedClusterSnapshotsGetOptionalParams
34+
- Added Interface ManagedClusterSnapshotsListByResourceGroupNextOptionalParams
35+
- Added Interface ManagedClusterSnapshotsListByResourceGroupOptionalParams
36+
- Added Interface ManagedClusterSnapshotsListNextOptionalParams
37+
- Added Interface ManagedClusterSnapshotsListOptionalParams
38+
- Added Interface ManagedClusterSnapshotsUpdateTagsOptionalParams
39+
- Added Interface ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler
40+
- Added Interface NetworkProfileForSnapshot
41+
- Added Interface PortRange
42+
- Added Interface RelativeMonthlySchedule
43+
- Added Interface Schedule
44+
- Added Interface ServiceMeshProfile
45+
- Added Interface TrustedAccessRole
46+
- Added Interface TrustedAccessRoleBinding
47+
- Added Interface TrustedAccessRoleBindingListResult
48+
- Added Interface TrustedAccessRoleBindingsCreateOrUpdateOptionalParams
49+
- Added Interface TrustedAccessRoleBindingsDeleteOptionalParams
50+
- Added Interface TrustedAccessRoleBindingsGetOptionalParams
51+
- Added Interface TrustedAccessRoleBindingsListNextOptionalParams
52+
- Added Interface TrustedAccessRoleBindingsListOptionalParams
53+
- Added Interface TrustedAccessRoleListResult
54+
- Added Interface TrustedAccessRoleRule
55+
- Added Interface TrustedAccessRolesListNextOptionalParams
56+
- Added Interface TrustedAccessRolesListOptionalParams
57+
- Added Interface UpgradeOverrideSettings
58+
- Added Interface WeeklySchedule
59+
- Added Type Alias BackendPoolType
60+
- Added Type Alias ControlledValues
61+
- Added Type Alias ControlPlaneUpgradeOverride
62+
- Added Type Alias IpvsScheduler
63+
- Added Type Alias IstioIngressGatewayMode
64+
- Added Type Alias Level
65+
- Added Type Alias ManagedClusterSnapshotsCreateOrUpdateResponse
66+
- Added Type Alias ManagedClusterSnapshotsGetResponse
67+
- Added Type Alias ManagedClusterSnapshotsListByResourceGroupNextResponse
68+
- Added Type Alias ManagedClusterSnapshotsListByResourceGroupResponse
69+
- Added Type Alias ManagedClusterSnapshotsListNextResponse
70+
- Added Type Alias ManagedClusterSnapshotsListResponse
71+
- Added Type Alias ManagedClusterSnapshotsUpdateTagsResponse
72+
- Added Type Alias Mode
73+
- Added Type Alias NodeOSUpgradeChannel
74+
- Added Type Alias Protocol
75+
- Added Type Alias RestrictionLevel
76+
- Added Type Alias ServiceMeshMode
77+
- Added Type Alias TrustedAccessRoleBindingProvisioningState
78+
- Added Type Alias TrustedAccessRoleBindingsCreateOrUpdateResponse
79+
- Added Type Alias TrustedAccessRoleBindingsGetResponse
80+
- Added Type Alias TrustedAccessRoleBindingsListNextResponse
81+
- Added Type Alias TrustedAccessRoleBindingsListResponse
82+
- Added Type Alias TrustedAccessRolesListNextResponse
83+
- Added Type Alias TrustedAccessRolesListResponse
84+
- Added Type Alias Type
85+
- Added Type Alias UpdateMode
86+
- Interface AgentPool has a new optional parameter capacityReservationGroupID
87+
- Interface AgentPool has a new optional parameter enableCustomCATrust
88+
- Interface AgentPool has a new optional parameter messageOfTheDay
89+
- Interface AgentPool has a new optional parameter networkProfile
90+
- Interface AgentPool has a new optional parameter windowsProfile
91+
- Interface AgentPoolsDeleteOptionalParams has a new optional parameter ignorePodDisruptionBudget
92+
- Interface ContainerServiceNetworkProfile has a new optional parameter kubeProxyConfig
93+
- Interface MaintenanceConfiguration has a new optional parameter maintenanceWindow
94+
- Interface ManagedCluster has a new optional parameter creationData
95+
- Interface ManagedCluster has a new optional parameter enableNamespaceResources
96+
- Interface ManagedCluster has a new optional parameter guardrailsProfile
97+
- Interface ManagedCluster has a new optional parameter ingressProfile
98+
- Interface ManagedCluster has a new optional parameter nodeResourceGroupProfile
99+
- Interface ManagedCluster has a new optional parameter serviceMeshProfile
100+
- Interface ManagedCluster has a new optional parameter upgradeSettings
101+
- Interface ManagedClusterAgentPoolProfileProperties has a new optional parameter capacityReservationGroupID
102+
- Interface ManagedClusterAgentPoolProfileProperties has a new optional parameter enableCustomCATrust
103+
- Interface ManagedClusterAgentPoolProfileProperties has a new optional parameter messageOfTheDay
104+
- Interface ManagedClusterAgentPoolProfileProperties has a new optional parameter networkProfile
105+
- Interface ManagedClusterAgentPoolProfileProperties has a new optional parameter windowsProfile
106+
- Interface ManagedClusterAPIServerAccessProfile has a new optional parameter enableVnetIntegration
107+
- Interface ManagedClusterAPIServerAccessProfile has a new optional parameter subnetId
108+
- Interface ManagedClusterAutoUpgradeProfile has a new optional parameter nodeOSUpgradeChannel
109+
- Interface ManagedClusterHttpProxyConfig has a new optional parameter effectiveNoProxy
110+
- Interface ManagedClusterLoadBalancerProfile has a new optional parameter backendPoolType
111+
- Interface ManagedClustersDeleteOptionalParams has a new optional parameter ignorePodDisruptionBudget
112+
- Interface ManagedClusterSecurityProfile has a new optional parameter customCATrustCertificates
113+
- Interface ManagedClusterSecurityProfile has a new optional parameter nodeRestriction
114+
- Interface ManagedClusterStorageProfileDiskCSIDriver has a new optional parameter version
115+
- Interface ManagedClusterWorkloadAutoScalerProfile has a new optional parameter verticalPodAutoscaler
116+
- Added Enum KnownBackendPoolType
117+
- Added Enum KnownControlledValues
118+
- Added Enum KnownControlPlaneUpgradeOverride
119+
- Added Enum KnownIpvsScheduler
120+
- Added Enum KnownIstioIngressGatewayMode
121+
- Added Enum KnownLevel
122+
- Added Enum KnownMode
123+
- Added Enum KnownNodeOSUpgradeChannel
124+
- Added Enum KnownProtocol
125+
- Added Enum KnownRestrictionLevel
126+
- Added Enum KnownServiceMeshMode
127+
- Added Enum KnownTrustedAccessRoleBindingProvisioningState
128+
- Added Enum KnownType
129+
- Added Enum KnownUpdateMode
130+
- Enum KnownOssku has a new value AzureLinux
131+
- Enum KnownOssku has a new value Mariner
132+
- Enum KnownPublicNetworkAccess has a new value SecuredByPerimeter
133+
- Enum KnownSnapshotType has a new value ManagedCluster
134+
- Enum KnownWorkloadRuntime has a new value KataMshvVmIsolation
10135

11-
### Other Changes
136+
**Breaking Changes**
12137

138+
- Interface ContainerServiceNetworkProfile no longer has parameter dockerBridgeCidr
139+
140+
13141
## 18.0.0 (2023-04-23)
14142

15143
**Features**

sdk/containerservice/arm-containerservice/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Container Service Client.
66

77
[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/containerservice/arm-containerservice) |
88
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-containerservice) |
9-
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-containerservice) |
9+
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-containerservice?view=azure-node-preview) |
1010
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)
1111

1212
## Getting started
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"commit": "7a65f22cf67826187f75981e914c7e679039257b",
2+
"commit": "afb3092801a3e457f8a0e95267140a6b2c5a446f",
33
"readme": "specification/containerservice/resource-manager/Microsoft.ContainerService/aks/readme.md",
4-
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\containerservice\\resource-manager\\Microsoft.ContainerService\\aks\\readme.md --use=@autorest/typescript@6.0.0-rc.10 --generate-sample=true",
4+
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\containerservice\\resource-manager\\Microsoft.ContainerService\\aks\\readme.md --use=@autorest/typescript@6.0.1 --generate-sample=true",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
66
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.2",
7-
"use": "@autorest/typescript@6.0.0-rc.10"
7+
"use": "@autorest/typescript@6.0.1"
88
}

sdk/containerservice/arm-containerservice/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "js",
44
"TagPrefix": "js/containerservice/arm-containerservice",
5-
"Tag": "js/containerservice/arm-containerservice_5e2f1ffbf3"
5+
"Tag": "js/containerservice/arm-containerservice_ed07e3a2ac"
66
}

sdk/containerservice/arm-containerservice/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for ContainerServiceClient.",
6-
"version": "18.0.1",
6+
"version": "19.0.0-beta.1",
77
"engines": {
88
"node": ">=14.0.0"
99
},
@@ -120,4 +120,4 @@
120120
"disableDocsMs": true,
121121
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-containerservice?view=azure-node-preview"
122122
}
123-
}
123+
}

0 commit comments

Comments
 (0)