File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed
sdk/kubernetesconfiguration/arm-kubernetesconfiguration Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 11# Release History
2-
2+
3+ ## 6.0.1 (Unreleased)
4+
5+ ### Features Added
6+
7+ ### Breaking Changes
8+
9+ ### Bugs Fixed
10+
11+ ### Other Changes
12+
313## 6.0.0 (2023-05-11)
414
515** Features**
Original file line number Diff line number Diff line change 33 "sdk-type" : " mgmt" ,
44 "author" : " Microsoft Corporation" ,
55 "description" : " A generated SDK for SourceControlConfigurationClient." ,
6- "version" : " 6.0.0 " ,
6+ "version" : " 6.0.1 " ,
77 "engines" : {
88 "node" : " >=14.0.0"
99 },
120120 "disableDocsMs" : true ,
121121 "apiRefLink" : " https://docs.microsoft.com/javascript/api/@azure/arm-kubernetesconfiguration?view=azure-node-preview"
122122 }
123- }
123+ }
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ export class SourceControlConfigurationClient extends coreClient.ServiceClient {
6464 credential : credentials
6565 } ;
6666
67- const packageDetails = `azsdk-js-arm-kubernetesconfiguration/6.0.0 ` ;
67+ const packageDetails = `azsdk-js-arm-kubernetesconfiguration/6.0.1 ` ;
6868 const userAgentPrefix =
6969 options . userAgentOptions && options . userAgentOptions . userAgentPrefix
7070 ? `${ options . userAgentOptions . userAgentPrefix } ${ packageDetails } `
You can’t perform that action at this time.
0 commit comments