Skip to content

Commit 5987ea8

Browse files
author
SDKAuto
committed
CodeGen from PR 21195 in Azure/azure-rest-api-specs
Merge 2ae788a497bf8bfc263505b4a032803545a77c06 into 21826324d0c76ef0309fe7761eaa34d4da174359
1 parent d933aa9 commit 5987ea8

File tree

15 files changed

+229
-119
lines changed

15 files changed

+229
-119
lines changed

common/config/rush/pnpm-lock.yaml

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

sdk/batch/arm-batch/CHANGELOG.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
# Release History
2+
3+
## 8.0.0 (2022-10-25)
4+
5+
**Features**
26

3-
## 7.2.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
7+
- Added Type Alias NodeCommunicationMode
8+
- Interface CifsMountConfiguration has a new optional parameter userName
9+
- Interface NetworkConfiguration has a new optional parameter dynamicVnetAssignmentScope
10+
- Interface Pool has a new optional parameter currentNodeCommunicationMode
11+
- Interface Pool has a new optional parameter targetNodeCommunicationMode
12+
- Interface PrivateLinkServiceConnectionState has a new optional parameter actionsRequired
1013

11-
### Other Changes
14+
**Breaking Changes**
1215

16+
- Interface CifsMountConfiguration no longer has parameter username
17+
- Interface NetworkConfiguration no longer has parameter dynamicVNetAssignmentScope
18+
- Interface PrivateLinkServiceConnectionState no longer has parameter actionRequired
19+
20+
1321
## 7.2.0 (2022-07-19)
1422

1523
**Features**

sdk/batch/arm-batch/_meta.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"commit": "c03c258c7a01a7d57b3110cc20e2e76752b6f2d6",
2+
"commit": "ba016d497dcd3b6fa568bb318f19da16303adb4e",
33
"readme": "specification/batch/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\\batch\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-rc.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=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/batch/resource-manager/readme.md --use=@autorest/typescript@6.0.0-rc.2",
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"
6+
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.4",
7+
"use": "@autorest/typescript@6.0.0-rc.2"
88
}

sdk/batch/arm-batch/package.json

Lines changed: 5 additions & 14 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 BatchManagementClient.",
6-
"version": "7.2.1",
6+
"version": "8.0.0",
77
"engines": {
88
"node": ">=14.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",
@@ -46,8 +46,7 @@
4646
"@types/chai": "^4.2.8",
4747
"chai": "^4.2.0",
4848
"cross-env": "^7.0.2",
49-
"@azure/dev-tool": "^1.0.0",
50-
"@azure/arm-storage": "^17.1.0"
49+
"@azure/dev-tool": "^1.0.0"
5150
},
5251
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/batch/arm-batch",
5352
"repository": {
@@ -110,13 +109,5 @@
110109
}
111110
]
112111
},
113-
"autoPublish": true,
114-
"//sampleConfiguration": {
115-
"productName": "",
116-
"productSlugs": [
117-
"azure"
118-
],
119-
"disableDocsMs": true,
120-
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-batch?view=azure-node-preview"
121-
}
122-
}
112+
"autoPublish": true
113+
}

0 commit comments

Comments
 (0)