Skip to content

Commit 7b5870c

Browse files
authored
release containerinstance sdk (Azure#23043)
* release containerinstance sdk * update files
1 parent aa02526 commit 7b5870c

File tree

60 files changed

+850
-20398
lines changed

Some content is hidden

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

60 files changed

+850
-20398
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/containerinstance/arm-containerinstance/CHANGELOG.md

Lines changed: 35 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,40 @@
11
# Release History
2+
3+
## 9.0.0 (2022-08-30)
4+
5+
**Features**
26

3-
## 8.2.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
12-
7+
- Added operation group SubnetServiceAssociationLink
8+
- Added Interface ContainerGroupProperties
9+
- Added Interface SubnetServiceAssociationLinkDeleteOptionalParams
10+
- Added Interface UserAssignedIdentities
11+
- Added Type Alias DnsNameLabelReusePolicy
12+
- Interface IpAddress has a new optional parameter autoGeneratedDomainNameLabelScope
13+
- Interface Usage has a new optional parameter id
14+
- Class ContainerInstanceManagementClient has a new parameter subnetServiceAssociationLink
15+
- Added Enum KnownDnsNameLabelReusePolicy
16+
17+
**Breaking Changes**
18+
19+
- Interface ContainerGroup no longer has parameter containers
20+
- Interface ContainerGroup no longer has parameter diagnostics
21+
- Interface ContainerGroup no longer has parameter dnsConfig
22+
- Interface ContainerGroup no longer has parameter encryptionProperties
23+
- Interface ContainerGroup no longer has parameter identity
24+
- Interface ContainerGroup no longer has parameter imageRegistryCredentials
25+
- Interface ContainerGroup no longer has parameter initContainers
26+
- Interface ContainerGroup no longer has parameter instanceView
27+
- Interface ContainerGroup no longer has parameter ipAddress
28+
- Interface ContainerGroup no longer has parameter osType
29+
- Interface ContainerGroup no longer has parameter provisioningState
30+
- Interface ContainerGroup no longer has parameter restartPolicy
31+
- Interface ContainerGroup no longer has parameter sku
32+
- Interface ContainerGroup no longer has parameter subnetIds
33+
- Interface ContainerGroup no longer has parameter volumes
34+
- Interface IpAddress no longer has parameter dnsNameLabelReusePolicy
35+
- Removed Enum KnownAutoGeneratedDomainNameLabelScope
36+
37+
1338
## 8.2.0 (2022-07-11)
1439

1540
**Features**
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"commit": "c18557c67e434073057866a60099c262336dde15",
2+
"commit": "ee364f685feedb2ad905c682b57117f9006f541f",
33
"readme": "specification/containerinstance/resource-manager/readme.md",
4-
"autorest_command": "autorest --version=3.7.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\\containerinstance\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-rc.1.20220707.1 --generate-sample=true",
4+
"autorest_command": "autorest --version=3.8.4 --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\\containerinstance\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-rc.1.20220727.1 --generate-sample=true",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.0",
7-
"use": "@autorest/typescript@6.0.0-rc.1.20220707.1"
6+
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.2",
7+
"use": "@autorest/typescript@6.0.0-rc.1.20220727.1"
88
}

sdk/containerinstance/arm-containerinstance/package.json

Lines changed: 3 additions & 3 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 ContainerInstanceManagementClient.",
6-
"version": "8.2.1",
6+
"version": "9.0.0",
77
"engines": {
88
"node": ">=12.0.0"
99
},
@@ -36,7 +36,7 @@
3636
"mkdirp": "^1.0.4",
3737
"rollup": "^2.66.1",
3838
"rollup-plugin-sourcemaps": "^0.6.3",
39-
"typescript": "~4.2.0",
39+
"typescript": "~4.6.0",
4040
"uglify-js": "^3.4.9",
4141
"rimraf": "^3.0.0",
4242
"@azure/identity": "^2.0.1",
@@ -118,4 +118,4 @@
118118
"disableDocsMs": true,
119119
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-containerinstance?view=azure-node-preview"
120120
}
121-
}
121+
}

0 commit comments

Comments
 (0)