Skip to content

Commit 24429df

Browse files
authored
Post release automated changes for devopsinfrastructure releases (Azure#29869)
Post release automated changes for azure-arm-devopsinfrastructure
1 parent 8538256 commit 24429df

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed
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.0-beta.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.0.0-beta.1 (2024-05-09)
414

515
The package of @azure/arm-devopsinfrastructure is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart).

sdk/devopsinfrastructure/arm-devopsinfrastructure/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 ManagedDevOpsInfrastructure.",
6-
"version": "1.0.0-beta.1",
6+
"version": "1.0.0-beta.2",
77
"engines": {
88
"node": ">=18.0.0"
99
},

sdk/devopsinfrastructure/arm-devopsinfrastructure/src/managedDevOpsInfrastructure.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export class ManagedDevOpsInfrastructure extends coreClient.ServiceClient {
6464
credential: credentials,
6565
};
6666

67-
const packageDetails = `azsdk-js-arm-devopsinfrastructure/1.0.0-beta.1`;
67+
const packageDetails = `azsdk-js-arm-devopsinfrastructure/1.0.0-beta.2`;
6868
const userAgentPrefix =
6969
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
7070
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)