Skip to content

Commit c4a51f7

Browse files
author
SDKAuto
committed
CodeGen from PR 27173 in Azure/azure-rest-api-specs
Merge 66e78084d3e783cec2d1f8010048469084ac3be3 into fa8683f6725e5447cc808420c4542ce8375f0325
1 parent ccfb5b6 commit c4a51f7

Some content is hidden

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

63 files changed

+9862
-22523
lines changed

common/config/rush/pnpm-lock.yaml

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

sdk/securityinsight/arm-securityinsight/CHANGELOG.md

Lines changed: 2 additions & 617 deletions
Large diffs are not rendered by default.

sdk/securityinsight/arm-securityinsight/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ API spec for Microsoft.SecurityInsights (Azure Security Insights) resource provi
66

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

1212
## Getting started
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"commit": "b41f929626289b59e31be8a1091c99994864b096",
3-
"readme": "specification\\securityinsights\\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=F:\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\securityinsights\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-rc.7 --generate-sample=true",
2+
"commit": "ad7be58ddf02606d3dbe38b66b54fca6f4555157",
3+
"readme": "specification/securityinsights/resource-manager/readme.md",
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/securityinsights/resource-manager/readme.md --use=@autorest/typescript@^6.0.12",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.0",
7-
"use": "@autorest/typescript@6.0.0-rc.7"
6+
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.4",
7+
"use": "@autorest/typescript@^6.0.12"
88
}

sdk/securityinsight/arm-securityinsight/package.json

Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,15 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for SecurityInsights.",
6-
"version": "1.0.0-beta.7",
6+
"version": "1.0.0",
77
"engines": {
88
"node": ">=18.0.0"
99
},
1010
"dependencies": {
11-
"@azure/core-lro": "^2.2.0",
12-
"@azure/abort-controller": "^1.0.0",
1311
"@azure/core-paging": "^1.2.0",
14-
"@azure/core-client": "^1.6.1",
12+
"@azure/core-client": "^1.7.0",
1513
"@azure/core-auth": "^1.3.0",
16-
"@azure/core-rest-pipeline": "^1.8.0",
14+
"@azure/core-rest-pipeline": "^1.12.0",
1715
"tslib": "^2.2.0"
1816
},
1917
"keywords": [
@@ -29,20 +27,22 @@
2927
"types": "./types/arm-securityinsight.d.ts",
3028
"devDependencies": {
3129
"@microsoft/api-extractor": "^7.31.1",
32-
"mkdirp": "^1.0.4",
30+
"mkdirp": "^2.1.2",
3331
"typescript": "~5.2.0",
3432
"uglify-js": "^3.4.9",
35-
"rimraf": "^3.0.0",
36-
"dotenv": "^8.2.0",
33+
"rimraf": "^5.0.0",
34+
"dotenv": "^16.0.0",
35+
"@azure/dev-tool": "^1.0.0",
3736
"@azure/identity": "^3.3.0",
3837
"@azure-tools/test-recorder": "^3.0.0",
3938
"@azure-tools/test-credential": "^1.0.0",
4039
"mocha": "^10.0.0",
40+
"@types/mocha": "^10.0.0",
41+
"esm": "^3.2.18",
4142
"@types/chai": "^4.2.8",
4243
"chai": "^4.2.0",
4344
"cross-env": "^7.0.2",
4445
"@types/node": "^18.0.0",
45-
"@azure/dev-tool": "^1.0.0",
4646
"ts-node": "^10.0.0"
4747
},
4848
"repository": {
@@ -77,7 +77,7 @@
7777
"extract-api": "api-extractor run --local",
7878
"lint": "echo skipped",
7979
"audit": "echo skipped",
80-
"clean": "rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log",
80+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
8181
"build:node": "echo skipped",
8282
"build:browser": "echo skipped",
8383
"build:test": "echo skipped",
@@ -105,13 +105,5 @@
105105
]
106106
},
107107
"autoPublish": true,
108-
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/securityinsight/arm-securityinsight",
109-
"//sampleConfiguration": {
110-
"productName": "",
111-
"productSlugs": [
112-
"azure"
113-
],
114-
"disableDocsMs": true,
115-
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-securityinsight?view=azure-node-preview"
116-
}
117-
}
108+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/securityinsight/arm-securityinsight"
109+
}

0 commit comments

Comments
 (0)