Skip to content

Commit f460085

Browse files
author
SDKAuto
committed
CodeGen from PR 17590 in Azure/azure-rest-api-specs
Merge 281ec26d365c2824d36e5572bc79b60bdabbc1b6 into 9673e2239f4f8257b2e916df2d15e1ef41c5bfd1
1 parent 5864d04 commit f460085

File tree

4 files changed

+7
-15
lines changed

4 files changed

+7
-15
lines changed

sdk/applicationinsights/arm-appinsights/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Release History
22

3-
## 5.0.0-beta.2 (2022-01-24)
3+
## 5.0.0-beta.3 (2022-02-09)
44

5-
The package of @azure/arm-appinsights is using our next generation design principles since version 5.0.0-beta.2, which contains breaking changes.
5+
The package of @azure/arm-appinsights is using our next generation design principles since version 5.0.0-beta.3, which contains breaking changes.
66

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"commit": "2a2aa10bc5e772934d22628faf45a53055ee96c6",
2+
"commit": "9bbb5231571a96f41d73de40fa0a465e9532aefa",
33
"readme": "specification/applicationinsights/resource-manager/readme.md",
4-
"autorest_command": "autorest --version=3.7.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/applicationinsights/resource-manager/readme.md --use=@autorest/[email protected].20220114.1",
4+
"autorest_command": "autorest --version=3.7.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/applicationinsights/resource-manager/readme.md --use=@autorest/[email protected].20220105.1",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"use": "@autorest/[email protected].20220114.1"
6+
"use": "@autorest/[email protected].20220105.1"
77
}

sdk/applicationinsights/arm-appinsights/package.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for ApplicationInsightsManagementClient.",
6-
"version": "5.0.0-beta.2",
6+
"version": "5.0.0-beta.3",
77
"engines": {
88
"node": ">=12.0.0"
99
},
@@ -96,13 +96,5 @@
9696
"docs": "echo skipped"
9797
},
9898
"sideEffects": false,
99-
"//metadata": {
100-
"constantPaths": [
101-
{
102-
"path": "src/ApplicationInsightsManagementClient.ts",
103-
"prefix": "packageDetails"
104-
}
105-
]
106-
},
10799
"autoPublish": true
108100
}

sdk/applicationinsights/arm-appinsights/src/applicationInsightsManagementClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export class ApplicationInsightsManagementClient extends coreClient.ServiceClien
8383
credential: credentials
8484
};
8585

86-
const packageDetails = `azsdk-js-arm-appinsights/5.0.0-beta.2`;
86+
const packageDetails = `azsdk-js-arm-appinsights/5.0.0-beta.3`;
8787
const userAgentPrefix =
8888
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
8989
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)