Skip to content

Commit 7a03ee8

Browse files
author
SDKAuto
committed
CodeGen from PR 22352 in Azure/azure-rest-api-specs
Merge 10310544ab8d8e62841fd2dd00796975f8166097 into c1eb413a93f5acbf812953db7e6bb39ab24ffc0b
1 parent f1216ba commit 7a03ee8

Some content is hidden

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

61 files changed

+6519
-5300
lines changed

common/config/rush/pnpm-lock.yaml

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

sdk/automation/arm-automation/CHANGELOG.md

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,8 @@
11
# Release History
2+
3+
## 11.0.0-beta.4 (2023-02-02)
24

3-
## 11.0.0-beta.4 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
12-
13-
## 11.0.0-beta.3 (2022-10-08)
14-
15-
**Bugs Fixed**
16-
17-
- revert credential scopes
18-
19-
## 11.0.0-beta.2 (2022-09-30)
20-
21-
**Bugs Fixed**
22-
23-
- fix better user experience of credential scopes in government cloud
24-
25-
## 11.0.0-beta.1 (2022-07-25)
26-
27-
The package of @azure/arm-automation is using our next generation design principles since version 11.0.0-beta.1, which contains breaking changes.
5+
The package of @azure/arm-automation is using our next generation design principles since version 11.0.0-beta.4, which contains breaking changes.
286

297
To understand the detail of the change, please refer to [Changelog](https://aka.ms/js-track2-changelog).
308

sdk/automation/arm-automation/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2022 Microsoft
3+
Copyright (c) 2023 Microsoft
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"commit": "405811c51aa09803caedfe17fd305e110db1ca5e",
2+
"commit": "5d483679329498445ba8c956dc2c1cdc426777ef",
33
"readme": "specification/automation/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\\automation\\resource-manager\\readme.md --use=@autorest/[email protected].1.20220721.1",
4+
"autorest_command": "autorest --version=3.9.3 --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/automation/resource-manager/readme.md --use=@autorest/[email protected].5",
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/[email protected].1.20220721.1"
6+
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.1",
7+
"use": "@autorest/[email protected].5"
88
}

sdk/automation/arm-automation/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@azure/core-lro": "^2.2.0",
1212
"@azure/abort-controller": "^1.0.0",
1313
"@azure/core-paging": "^1.2.0",
14-
"@azure/core-client": "^1.5.0",
14+
"@azure/core-client": "^1.6.1",
1515
"@azure/core-auth": "^1.3.0",
1616
"@azure/core-rest-pipeline": "^1.8.0",
1717
"tslib": "^2.2.0"
@@ -36,7 +36,7 @@
3636
"mkdirp": "^1.0.4",
3737
"rollup": "^2.66.1",
3838
"rollup-plugin-sourcemaps": "^0.6.3",
39-
"typescript": "~4.6.0",
39+
"typescript": "~4.8.0",
4040
"uglify-js": "^3.4.9",
4141
"rimraf": "^3.0.0",
4242
"@azure/identity": "^2.0.1",
@@ -46,6 +46,7 @@
4646
"@types/chai": "^4.2.8",
4747
"chai": "^4.2.0",
4848
"cross-env": "^7.0.2",
49+
"@types/node": "^14.0.0",
4950
"@azure/dev-tool": "^1.0.0"
5051
},
5152
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/automation/arm-automation",
@@ -110,4 +111,4 @@
110111
]
111112
},
112113
"autoPublish": true
113-
}
114+
}

0 commit comments

Comments
 (0)