Skip to content

Commit 5f459e8

Browse files
authored
Post release automated changes for web-pubsub releases (Azure#23948)
Post release automated changes for azure-arm-webpubsub
1 parent 7626f3e commit 5f459e8

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

sdk/web-pubsub/arm-webpubsub/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.1.0-beta.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.1.0-beta.1 (2022-11-08)
414

515
**Features**

sdk/web-pubsub/arm-webpubsub/package.json

Lines changed: 2 additions & 2 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 WebPubSubManagementClient.",
6-
"version": "1.1.0-beta.1",
6+
"version": "1.1.0-beta.2",
77
"engines": {
88
"node": ">=14.0.0"
99
},
@@ -119,4 +119,4 @@
119119
"disableDocsMs": true,
120120
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-webpubsub?view=azure-node-preview"
121121
}
122-
}
122+
}

sdk/web-pubsub/arm-webpubsub/src/webPubSubManagementClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export class WebPubSubManagementClient extends coreClient.ServiceClient {
7171
credential: credentials
7272
};
7373

74-
const packageDetails = `azsdk-js-arm-webpubsub/1.1.0-beta.1`;
74+
const packageDetails = `azsdk-js-arm-webpubsub/1.1.0-beta.2`;
7575
const userAgentPrefix =
7676
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
7777
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)