Skip to content

Commit

Permalink
Post release automated changes for automation releases (#24713)
Browse files Browse the repository at this point in the history
Post release automated changes for azure-arm-automation
  • Loading branch information
azure-sdk authored Feb 3, 2023
1 parent 2f67d5b commit 53dcc0a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion sdk/automation/arm-automation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History


## 11.0.0-beta.5 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 11.0.0-beta.4 (2023-01-11)

The package of @azure/arm-automation is using our next generation design principles since version 11.0.0-beta.4, which contains breaking changes.
Expand Down
4 changes: 2 additions & 2 deletions sdk/automation/arm-automation/package.json
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 AutomationClient.",
"version": "11.0.0-beta.4",
"version": "11.0.0-beta.5",
"engines": {
"node": ">=14.0.0"
},
Expand Down Expand Up @@ -120,4 +120,4 @@
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-automation?view=azure-node-preview"
}
}
}
2 changes: 1 addition & 1 deletion sdk/automation/arm-automation/src/automationClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export class AutomationClient extends coreClient.ServiceClient {
credential: credentials
};

const packageDetails = `azsdk-js-arm-automation/11.0.0-beta.4`;
const packageDetails = `azsdk-js-arm-automation/11.0.0-beta.5`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
Expand Down

0 comments on commit 53dcc0a

Please sign in to comment.