Skip to content

Commit 9ab9cf9

Browse files
authored
1 parent 0aef58c commit 9ab9cf9

File tree

344 files changed

+20388
-9247
lines changed

Some content is hidden

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

344 files changed

+20388
-9247
lines changed

common/config/rush/pnpm-lock.yaml

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

sdk/azurestackhci/arm-azurestackhci/CHANGELOG.md

Lines changed: 308 additions & 9 deletions
Large diffs are not rendered by default.

sdk/azurestackhci/arm-azurestackhci/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

sdk/azurestackhci/arm-azurestackhci/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Azure Stack HCI management service
66

77
[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/azurestackhci/arm-azurestackhci) |
88
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-azurestackhci) |
9-
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-azurestackhci) |
9+
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-azurestackhci?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": "20df2424a278ca19437e437a7dbf3a7857a0dd9d",
2+
"commit": "9ec0fcc278aa2128c4fbb2b8a1aa93432d72cce0",
33
"readme": "specification/azurestackhci/resource-manager/readme.md",
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\\azurestackhci\\resource-manager\\readme.md --use=@autorest/[email protected].0-rc.3.20221108.1 --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=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\azurestackhci\\resource-manager\\readme.md --use=@autorest/[email protected].9 --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.2",
7-
"use": "@autorest/[email protected].0-rc.3.20221108.1"
6+
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.2",
7+
"use": "@autorest/[email protected].9"
88
}

sdk/azurestackhci/arm-azurestackhci/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "js",
44
"TagPrefix": "js/azurestackhci/arm-azurestackhci",
5-
"Tag": "js/azurestackhci/arm-azurestackhci_9254bb43df"
5+
"Tag": "js/azurestackhci/arm-azurestackhci_0ff632fbe5"
66
}

sdk/azurestackhci/arm-azurestackhci/package.json

Lines changed: 10 additions & 9 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 AzureStackHCIClient.",
6-
"version": "3.1.1",
6+
"version": "4.0.0-beta.1",
77
"engines": {
88
"node": ">=16.0.0"
99
},
1010
"dependencies": {
11-
"@azure/core-lro": "^2.2.0",
11+
"@azure/core-lro": "^2.5.4",
1212
"@azure/abort-controller": "^1.0.0",
1313
"@azure/core-paging": "^1.2.0",
14-
"@azure/core-client": "^1.6.1",
14+
"@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": [
@@ -32,7 +32,8 @@
3232
"mkdirp": "^1.0.4",
3333
"typescript": "~5.2.0",
3434
"uglify-js": "^3.4.9",
35-
"rimraf": "^3.0.0",
35+
"rimraf": "^5.0.0",
36+
"dotenv": "^16.0.0",
3637
"@azure/identity": "^3.3.0",
3738
"@azure-tools/test-recorder": "^3.0.0",
3839
"@azure-tools/test-credential": "^1.0.0",
@@ -41,10 +42,9 @@
4142
"chai": "^4.2.0",
4243
"cross-env": "^7.0.2",
4344
"@types/node": "^16.0.0",
44-
"@azure/dev-tool": "^1.0.0",
45-
"ts-node": "^10.0.0"
45+
"ts-node": "^10.0.0",
46+
"@azure/dev-tool": "^1.0.0"
4647
},
47-
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/azurestackhci/arm-azurestackhci",
4848
"repository": {
4949
"type": "git",
5050
"url": "https://github.com/Azure/azure-sdk-for-js.git"
@@ -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,6 +105,7 @@
105105
]
106106
},
107107
"autoPublish": true,
108+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/azurestackhci/arm-azurestackhci",
108109
"//sampleConfiguration": {
109110
"productName": "",
110111
"productSlugs": [

0 commit comments

Comments
 (0)