Skip to content

Commit

Permalink
arm-containerservice-release (Azure#14671)
Browse files Browse the repository at this point in the history
  • Loading branch information
colawwj authored Apr 10, 2021
1 parent b5cddbe commit b1a88be
Show file tree
Hide file tree
Showing 10 changed files with 900 additions and 63 deletions.
2 changes: 1 addition & 1 deletion sdk/containerservice/arm-containerservice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@azure/arm-containerservice",
"author": "Microsoft Corporation",
"description": "ContainerServiceClient Library with typescript type definitions for node.js and browser.",
"version": "13.1.0",
"version": "13.2.0",
"dependencies": {
"@azure/ms-rest-azure-js": "^2.0.1",
"@azure/ms-rest-js": "^2.0.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import * as msRest from "@azure/ms-rest-js";
import * as msRestAzure from "@azure/ms-rest-azure-js";

const packageName = "@azure/arm-containerservice";
const packageVersion = "13.1.0";
const packageVersion = "13.2.0";

export class ContainerServiceClientContext extends msRestAzure.AzureServiceClient {
credentials: msRest.ServiceClientCredentials;
Expand Down Expand Up @@ -44,7 +44,7 @@ export class ContainerServiceClientContext extends msRestAzure.AzureServiceClien

super(credentials, options);

this.apiVersion = '2021-02-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 @@ -20,6 +20,7 @@ export {
ContainerServiceNetworkProfile,
ContainerServiceSshConfiguration,
ContainerServiceSshPublicKey,
ExtendedLocation,
KubeletConfig,
LinuxOSConfig,
MaintenanceConfiguration,
Expand All @@ -32,6 +33,7 @@ export {
ManagedClusterAgentPoolProfileProperties,
ManagedClusterAPIServerAccessProfile,
ManagedClusterAutoUpgradeProfile,
ManagedClusterHTTPProxyConfig,
ManagedClusterIdentity,
ManagedClusterIdentityUserAssignedIdentitiesValue,
ManagedClusterLoadBalancerProfile,
Expand All @@ -50,6 +52,7 @@ export {
PowerState,
PrivateEndpoint,
PrivateEndpointConnection,
PrivateLinkResource,
PrivateLinkServiceConnectionState,
Resource,
ResourceReference,
Expand Down
Loading

0 comments on commit b1a88be

Please sign in to comment.