Skip to content

Commit

Permalink
Post release automated changes for fabric releases (Azure#31538)
Browse files Browse the repository at this point in the history
Post release automated changes for azure-arm-fabric
  • Loading branch information
azure-sdk authored Oct 25, 2024
1 parent b3caa40 commit 978847c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion sdk/fabric/arm-fabric/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-10-14)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/fabric/arm-fabric/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/arm-fabric",
"version": "1.0.0",
"version": "1.0.1",
"description": "A generated SDK for FabricClient.",
"engines": {
"node": ">=18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion sdk/fabric/arm-fabric/src/api/fabricContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function createFabric(
const endpointUrl = options.endpoint ?? options.baseUrl ?? `https://management.azure.com`;

const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;
const userAgentInfo = `azsdk-js-arm-fabric/1.0.0`;
const userAgentInfo = `azsdk-js-arm-fabric/1.0.1`;
const userAgentPrefix = prefixFromOptions
? `${prefixFromOptions} azsdk-js-api ${userAgentInfo}`
: `azsdk-js-api ${userAgentInfo}`;
Expand Down

0 comments on commit 978847c

Please sign in to comment.