Skip to content

Commit 43d033d

Browse files
author
SDKAuto
committed
CodeGen from PR 26448 in Azure/azure-rest-api-specs
Merge bd9304f0caeba85f29cfef78536350b4bd56f49b into 0f27d3ac49c464c85307c416eaf4ed6d8eaf87d9
1 parent 5394639 commit 43d033d

File tree

348 files changed

+7136
-19868
lines changed

Some content is hidden

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

348 files changed

+7136
-19868
lines changed

sdk/appcontainers/arm-appcontainers/CHANGELOG.md

Lines changed: 0 additions & 364 deletions
This file was deleted.

sdk/appcontainers/arm-appcontainers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This package contains an isomorphic SDK (runs both in Node.js and in browsers) f
66

77
[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appcontainers/arm-appcontainers) |
88
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-appcontainers) |
9-
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-appcontainers) |
9+
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-appcontainers?view=azure-node-preview) |
1010
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)
1111

1212
## Getting started
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"commit": "2888f49ff0b4ce0587780b83530a7974dae71015",
2+
"commit": "de83627296906cb32ba541d08ca3546070931732",
33
"readme": "specification/app/resource-manager/readme.md",
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=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\app\\resource-manager\\readme.md --use=@autorest/[email protected].5 --generate-sample=true",
4+
"autorest_command": "autorest --version=3.9.7 --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/app/resource-manager/readme.md --use=@autorest/typescript@^6.0.11",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"release_tool": "@azure-tools/[email protected].0",
7-
"use": "@autorest/[email protected].5"
6+
"release_tool": "@azure-tools/[email protected].3",
7+
"use": "@autorest/typescript@^6.0.11"
88
}

sdk/appcontainers/arm-appcontainers/assets.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

sdk/appcontainers/arm-appcontainers/package.json

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for ContainerAppsAPIClient.",
6-
"version": "2.0.1",
6+
"version": "1.0.0-beta.1",
77
"engines": {
8-
"node": ">=18.0.0"
8+
"node": ">=16.0.0"
99
},
1010
"dependencies": {
11-
"@azure/core-lro": "^2.5.3",
11+
"@azure/core-lro": "^2.5.4",
1212
"@azure/abort-controller": "^1.0.0",
1313
"@azure/core-paging": "^1.2.0",
1414
"@azure/core-client": "^1.7.0",
1515
"@azure/core-auth": "^1.3.0",
16-
"@azure/core-rest-pipeline": "^1.8.0",
16+
"@azure/core-rest-pipeline": "^1.12.0",
1717
"tslib": "^2.2.0"
1818
},
1919
"keywords": [
@@ -29,21 +29,29 @@
2929
"types": "./types/arm-appcontainers.d.ts",
3030
"devDependencies": {
3131
"@microsoft/api-extractor": "^7.31.1",
32+
"@rollup/plugin-commonjs": "^24.0.0",
33+
"@rollup/plugin-json": "^6.0.0",
34+
"@rollup/plugin-multi-entry": "^6.0.0",
35+
"@rollup/plugin-node-resolve": "^13.1.3",
3236
"mkdirp": "^2.1.2",
33-
"typescript": "~5.2.0",
37+
"rollup": "^2.66.1",
38+
"rollup-plugin-sourcemaps": "^0.6.3",
39+
"typescript": "~5.0.0",
3440
"uglify-js": "^3.4.9",
35-
"rimraf": "^3.0.0",
41+
"rimraf": "^5.0.0",
3642
"dotenv": "^16.0.0",
3743
"@azure/identity": "^3.3.0",
3844
"@azure-tools/test-recorder": "^3.0.0",
3945
"@azure-tools/test-credential": "^1.0.0",
4046
"mocha": "^10.0.0",
47+
"@types/mocha": "^10.0.0",
48+
"esm": "^3.2.18",
4149
"@types/chai": "^4.2.8",
4250
"chai": "^4.2.0",
4351
"cross-env": "^7.0.2",
44-
"@types/node": "^18.0.0",
45-
"@azure/dev-tool": "^1.0.0",
46-
"ts-node": "^10.0.0"
52+
"@types/node": "^16.0.0",
53+
"ts-node": "^10.0.0",
54+
"@azure/dev-tool": "^1.0.0"
4755
},
4856
"repository": {
4957
"type": "git",
@@ -64,20 +72,21 @@
6472
"src/**/*.ts",
6573
"README.md",
6674
"LICENSE",
75+
"rollup.config.js",
6776
"tsconfig.json",
6877
"review/*",
6978
"CHANGELOG.md",
7079
"types/*"
7180
],
7281
"scripts": {
73-
"build": "npm run clean && tsc && dev-tool run bundle && npm run minify && mkdirp ./review && npm run extract-api",
82+
"build": "npm run clean && tsc && rollup -c 2>&1 && npm run minify && mkdirp ./review && npm run extract-api",
7483
"minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
7584
"prepack": "npm run build",
7685
"pack": "npm pack 2>&1",
7786
"extract-api": "api-extractor run --local",
7887
"lint": "echo skipped",
7988
"audit": "echo skipped",
80-
"clean": "rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log",
89+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
8190
"build:node": "echo skipped",
8291
"build:browser": "echo skipped",
8392
"build:test": "echo skipped",
@@ -105,13 +114,5 @@
105114
]
106115
},
107116
"autoPublish": true,
108-
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appcontainers/arm-appcontainers",
109-
"//sampleConfiguration": {
110-
"productName": "",
111-
"productSlugs": [
112-
"azure"
113-
],
114-
"disableDocsMs": true,
115-
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-appcontainers?view=azure-node-preview"
116-
}
117-
}
117+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appcontainers/arm-appcontainers"
118+
}

0 commit comments

Comments
 (0)