Skip to content

Commit

Permalink
Post release automated changes for azure-arm-devopsinfrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk committed Nov 29, 2024
1 parent e488709 commit 9decfbc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion sdk/devopsinfrastructure/arm-devopsinfrastructure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History


## 1.0.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0 (2024-11-25)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/arm-devopsinfrastructure",
"version": "1.0.0",
"version": "1.0.1",
"description": "A generated SDK for DevOpsInfrastructureClient.",
"engines": {
"node": ">=18.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function createDevOpsInfrastructure(
): DevOpsInfrastructureContext {
const endpointUrl = options.endpoint ?? options.baseUrl ?? `https://management.azure.com`;
const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;
const userAgentInfo = `azsdk-js-arm-devopsinfrastructure/1.0.0-beta.1`;
const userAgentInfo = `azsdk-js-arm-devopsinfrastructure/1.0.1`;
const userAgentPrefix = prefixFromOptions
? `${prefixFromOptions} azsdk-js-api ${userAgentInfo}`
: `azsdk-js-api ${userAgentInfo}`;
Expand Down

0 comments on commit 9decfbc

Please sign in to comment.