Skip to content

Commit

Permalink
portal-track2-ga (#19578)
Browse files Browse the repository at this point in the history
  • Loading branch information
colawwj authored Dec 29, 2021
1 parent 3891e95 commit 3e40e36
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 26 deletions.
14 changes: 5 additions & 9 deletions sdk/portal/arm-portal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
## Release History

### 1.0.0-beta.2 (Unreleased)
### 1.0.0-beta.2 (2021-11-30)

#### Features Added
The package of @azure/arm-portal is using our next generation design principles since version 1.0.0-beta.2, which contains breaking changes.

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

#### Bugs Fixed
To migrate the existing applications to the latest version, please refer to [Migration Guide](https://aka.ms/js-track2-migration-guide).

#### Other Changes

### 1.0.0-beta.1 (2021-11-30)

- Initial Release
To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-quickstart).
6 changes: 3 additions & 3 deletions sdk/portal/arm-portal/_meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"commit": "84e72292fe6a839e4baacec7731f2e8a0e4b3a73",
"commit": "ce54fabea3dd873404b8eb111f519d942e611552",
"readme": "specification/portal/resource-manager/readme.md",
"autorest_command": "autorest --version=3.1.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\mydev\\azure-sdk-for-js ../azure-rest-api-specs/specification/portal/resource-manager/readme.md --use=@autorest/[email protected].20211123.1",
"autorest_command": "autorest --version=3.1.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\mydev\\azure-sdk-for-js ../azure-rest-api-specs/specification/portal/resource-manager/readme.md --use=@autorest/[email protected].20211217.1",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"use": "@autorest/[email protected].20211123.1"
"use": "@autorest/[email protected].20211217.1"
}
16 changes: 3 additions & 13 deletions sdk/portal/arm-portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,15 @@
"author": "Microsoft Corporation",
"description": "A generated SDK for Portal.",
"version": "1.0.0-beta.2",
"engines": {
"node": ">=12.0.0"
},
"engines": { "node": ">=12.0.0" },
"dependencies": {
"@azure/core-paging": "^1.2.0",
"@azure/core-client": "^1.0.0",
"@azure/core-auth": "^1.3.0",
"@azure/core-rest-pipeline": "^1.1.0",
"tslib": "^2.2.0"
},
"keywords": [
"node",
"azure",
"typescript",
"browser",
"isomorphic"
],
"keywords": ["node", "azure", "typescript", "browser", "isomorphic"],
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist-esm/src/index.js",
Expand All @@ -47,9 +39,7 @@
"type": "git",
"url": "https://github.com/Azure/azure-sdk-for-js.git"
},
"bugs": {
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
},
"bugs": { "url": "https://github.com/Azure/azure-sdk-for-js/issues" },
"files": [
"dist/**/*.js",
"dist/**/*.js.map",
Expand Down
2 changes: 1 addition & 1 deletion sdk/portal/arm-portal/src/portal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export class Portal extends coreClient.ServiceClient {
credential: credentials
};

const packageDetails = `azsdk-js-arm-portal/1.0.0-beta.1`;
const packageDetails = `azsdk-js-arm-portal/1.0.0-beta.2`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
Expand Down

0 comments on commit 3e40e36

Please sign in to comment.