Skip to content

Commit

Permalink
CodeGen from PR 13557 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge e339b9b3480b43ccabb2f6d11bce2ea6d10e5d38 into 55bed130033df2586a5f0be431f2313611f258d8
  • Loading branch information
SDKAuto committed Mar 22, 2021
1 parent 09ebdb6 commit 29bd339
Show file tree
Hide file tree
Showing 9 changed files with 706 additions and 91 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class ContainerServiceClientContext extends msRestAzure.AzureServiceClien

super(credentials, options);

this.apiVersion = '2020-12-01';
this.apiVersion = '2021-03-01';
this.acceptLanguage = 'en-US';
this.longRunningOperationRetryTimeout = 30;
this.baseUri = options.baseUri || this.baseUri || "https://management.azure.com";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export {
ManagedClusterAgentPoolProfileProperties,
ManagedClusterAPIServerAccessProfile,
ManagedClusterAutoUpgradeProfile,
ManagedClusterHTTPProxyConfig,
ManagedClusterIdentity,
ManagedClusterIdentityUserAssignedIdentitiesValue,
ManagedClusterLoadBalancerProfile,
Expand All @@ -50,6 +51,7 @@ export {
PowerState,
PrivateEndpoint,
PrivateEndpointConnection,
PrivateLinkResource,
PrivateLinkServiceConnectionState,
Resource,
ResourceReference,
Expand Down
Loading

0 comments on commit 29bd339

Please sign in to comment.