Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 11 additions & 13 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 24 additions & 10 deletions sdk/containerservice/arm-containerservice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,29 @@
# Release History

## 16.0.0 (2022-04-26)

**Features**

## 15.2.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Added Interface ManagedClusterStorageProfile
- Added Interface ManagedClusterStorageProfileDiskCSIDriver
- Added Interface ManagedClusterStorageProfileFileCSIDriver
- Added Interface ManagedClusterStorageProfileSnapshotController
- Added Type Alias TrackedResource
- Add parameters of TrackedResource to TypeAlias ManagedCluster
- Add parameters of TrackedResource to TypeAlias ManagedClusterAccessProfile
- Add parameters of TrackedResource to TypeAlias Snapshot
- Type Alias ManagedCluster has a new parameter currentKubernetesVersion
- Type Alias ManagedCluster has a new parameter storageProfile

**Breaking Changes**

- Interface Resource no longer has parameter location
- Interface Resource no longer has parameter tags
- Delete parameters of Resource in TypeAlias ManagedCluster
- Delete parameters of Resource in TypeAlias ManagedClusterAccessProfile
- Delete parameters of Resource in TypeAlias Snapshot


## 15.2.0 (2022-03-23)

**Features**
Expand Down
11 changes: 0 additions & 11 deletions sdk/containerservice/arm-containerservice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ The Container Service Client.
- [LTS versions of Node.js](https://nodejs.org/about/releases/)
- Latest versions of Safari, Chrome, Edge and Firefox.

See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) for more details.

### Prerequisites

- An [Azure subscription][azure_sub].
Expand Down Expand Up @@ -51,17 +49,8 @@ For more information about how to create an Azure AD Application check out [this
```javascript
const { ContainerServiceClient } = require("@azure/arm-containerservice");
const { DefaultAzureCredential } = require("@azure/identity");
// For client-side applications running in the browser, use InteractiveBrowserCredential instead of DefaultAzureCredential. See https://aka.ms/azsdk/js/identity/examples for more details.

const subscriptionId = "00000000-0000-0000-0000-000000000000";
const client = new ContainerServiceClient(new DefaultAzureCredential(), subscriptionId);

// For client-side applications running in the browser, use this code instead:
// const credential = new InteractiveBrowserCredential({
// tenantId: "<YOUR_TENANT_ID>",
// clientId: "<YOUR_CLIENT_ID>"
// });
// const client = new ContainerServiceClient(credential, subscriptionId);
```


Expand Down
8 changes: 4 additions & 4 deletions sdk/containerservice/arm-containerservice/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "82fdf284eea880a8e027c354911a814999a77178",
"commit": "030c5cd58a367b1cf4795d47036c52e94b6c4f89",
"readme": "specification/containerservice/resource-manager/readme.md",
"autorest_command": "autorest --version=3.7.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\work\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\containerservice\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-beta.17 --generate-sample=true",
"autorest_command": "autorest --version=3.7.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/containerservice/resource-manager/readme.md --use=@autorest/typescript@6.0.0-alpha.16.20220105.1",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.2.0",
"use": "@autorest/typescript@6.0.0-beta.17"
"release_tool": "@azure-tools/js-sdk-release-tools@2.3.0",
"use": "@autorest/typescript@6.0.0-alpha.16.20220105.1"
}
36 changes: 10 additions & 26 deletions sdk/containerservice/arm-containerservice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for ContainerServiceClient.",
"version": "15.2.1",
"version": "16.0.0",
"engines": {
"node": ">=12.0.0"
},
Expand All @@ -28,14 +28,14 @@
"module": "./dist-esm/src/index.js",
"types": "./types/arm-containerservice.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "7.18.11",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-multi-entry": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@microsoft/api-extractor": "^7.18.11",
"@rollup/plugin-commonjs": "11.0.2",
"@rollup/plugin-json": "^4.0.0",
"@rollup/plugin-multi-entry": "^3.0.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"mkdirp": "^1.0.4",
"rollup": "^2.66.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup": "^1.16.3",
"rollup-plugin-sourcemaps": "^0.4.2",
"typescript": "~4.2.0",
"uglify-js": "^3.4.9",
"rimraf": "^3.0.0",
Expand Down Expand Up @@ -98,21 +98,5 @@
"docs": "echo skipped"
},
"sideEffects": false,
"//metadata": {
"constantPaths": [
{
"path": "src/containerServiceClient.ts",
"prefix": "packageDetails"
}
]
},
"autoPublish": true,
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-containerservice?view=azure-node-preview"
}
}
"autoPublish": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -1048,14 +1048,15 @@ export interface MaintenanceConfigurationsListByManagedClusterOptionalParams ext
export type MaintenanceConfigurationsListByManagedClusterResponse = MaintenanceConfigurationListResult;

// @public
export type ManagedCluster = Resource & {
export type ManagedCluster = TrackedResource & {
sku?: ManagedClusterSKU;
extendedLocation?: ExtendedLocation;
identity?: ManagedClusterIdentity;
readonly provisioningState?: string;
readonly powerState?: PowerState;
readonly maxAgentPools?: number;
kubernetesVersion?: string;
readonly currentKubernetesVersion?: string;
dnsPrefix?: string;
fqdnSubdomain?: string;
readonly fqdn?: string;
Expand Down Expand Up @@ -1085,6 +1086,7 @@ export type ManagedCluster = Resource & {
disableLocalAccounts?: boolean;
httpProxyConfig?: ManagedClusterHttpProxyConfig;
securityProfile?: ManagedClusterSecurityProfile;
storageProfile?: ManagedClusterStorageProfile;
publicNetworkAccess?: PublicNetworkAccess;
};

Expand All @@ -1100,7 +1102,7 @@ export interface ManagedClusterAADProfile {
}

// @public
export type ManagedClusterAccessProfile = Resource & {
export type ManagedClusterAccessProfile = TrackedResource & {
kubeConfig?: Uint8Array;
};

Expand Down Expand Up @@ -1547,6 +1549,28 @@ export interface ManagedClustersStopOptionalParams extends coreClient.OperationO
updateIntervalInMs?: number;
}

// @public
export interface ManagedClusterStorageProfile {
diskCSIDriver?: ManagedClusterStorageProfileDiskCSIDriver;
fileCSIDriver?: ManagedClusterStorageProfileFileCSIDriver;
snapshotController?: ManagedClusterStorageProfileSnapshotController;
}

// @public
export interface ManagedClusterStorageProfileDiskCSIDriver {
enabled?: boolean;
}

// @public
export interface ManagedClusterStorageProfileFileCSIDriver {
enabled?: boolean;
}

// @public
export interface ManagedClusterStorageProfileSnapshotController {
enabled?: boolean;
}

// @public
export interface ManagedClustersUpdateTagsOptionalParams extends coreClient.OperationOptions {
resumeFrom?: string;
Expand Down Expand Up @@ -1769,12 +1793,8 @@ export type ResolvePrivateLinkServiceIdPostResponse = PrivateLinkResource;
// @public
export interface Resource {
readonly id?: string;
location: string;
readonly name?: string;
readonly systemData?: SystemData;
tags?: {
[propertyName: string]: string;
};
readonly type?: string;
}

Expand Down Expand Up @@ -1814,7 +1834,7 @@ export type ScaleSetEvictionPolicy = string;
export type ScaleSetPriority = string;

// @public
export type Snapshot = Resource & {
export type Snapshot = TrackedResource & {
creationData?: CreationData;
snapshotType?: SnapshotType;
readonly kubernetesVersion?: string;
Expand Down Expand Up @@ -1965,6 +1985,14 @@ export interface TimeSpan {
start?: Date;
}

// @public
export type TrackedResource = Resource & {
tags?: {
[propertyName: string]: string;
};
location: string;
};

// @public
export type UpgradeChannel = string;

Expand Down
Loading