Skip to content

Commit

Permalink
Post release automated changes for containerservice releases (Azure#2…
Browse files Browse the repository at this point in the history
…7582)

Post release automated changes for azure-arm-containerservicefleet
  • Loading branch information
azure-sdk authored Nov 27, 2023
1 parent cc1f7e3 commit ab9994a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion sdk/containerservice/arm-containerservicefleet/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 (2023-10-27)

The package of @azure/arm-containerservicefleet is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart).
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for ContainerServiceFleetClient.",
"version": "1.0.0",
"version": "1.0.1",
"engines": {
"node": ">=18.0.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export class ContainerServiceFleetClient extends coreClient.ServiceClient {
credential: credentials
};

const packageDetails = `azsdk-js-arm-containerservicefleet/1.0.0`;
const packageDetails = `azsdk-js-arm-containerservicefleet/1.0.1`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
Expand Down

0 comments on commit ab9994a

Please sign in to comment.