Skip to content

Commit 4d54f08

Browse files
authored
Post release automated changes for azureadexternalidentities releases (Azure#23377)
Post release automated changes for azure-arm-azureadexternalidentities
1 parent c1f5361 commit 4d54f08

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

sdk/azureadexternalidentities/arm-azureadexternalidentities/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
2-
2+
3+
## 1.0.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.0.1 (2022-09-30)
414

515
**Bugs Fixed**

sdk/azureadexternalidentities/arm-azureadexternalidentities/package.json

Lines changed: 1 addition & 1 deletion
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 ExternalIdentitiesConfigurationClient.",
6-
"version": "1.0.1",
6+
"version": "1.0.2",
77
"engines": {
88
"node": ">=12.0.0"
99
},

sdk/azureadexternalidentities/arm-azureadexternalidentities/src/externalIdentitiesConfigurationClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export class ExternalIdentitiesConfigurationClient extends coreClient.ServiceCli
4545
credential: credentials
4646
};
4747

48-
const packageDetails = `azsdk-js-arm-azureadexternalidentities/1.0.1`;
48+
const packageDetails = `azsdk-js-arm-azureadexternalidentities/1.0.2`;
4949
const userAgentPrefix =
5050
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
5151
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)