File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
-
2
+
3
+ ## 1.1.1 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
3
13
## 1.1.0 (2022-07-11)
4
14
5
15
** Features**
Original file line number Diff line number Diff line change 3
3
"sdk-type" : " mgmt" ,
4
4
"author" : " Microsoft Corporation" ,
5
5
"description" : " A generated SDK for AzureOrbital." ,
6
- "version" : " 1.1.0 " ,
6
+ "version" : " 1.1.1 " ,
7
7
"engines" : {
8
8
"node" : " >=12.0.0"
9
9
},
118
118
"disableDocsMs" : true ,
119
119
"apiRefLink" : " https://docs.microsoft.com/javascript/api/@azure/arm-orbital?view=azure-node-preview"
120
120
}
121
- }
121
+ }
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ export class AzureOrbital extends coreClient.ServiceClient {
64
64
credential : credentials
65
65
} ;
66
66
67
- const packageDetails = `azsdk-js-arm-orbital/1.1.0 ` ;
67
+ const packageDetails = `azsdk-js-arm-orbital/1.1.1 ` ;
68
68
const userAgentPrefix =
69
69
options . userAgentOptions && options . userAgentOptions . userAgentPrefix
70
70
? `${ options . userAgentOptions . userAgentPrefix } ${ packageDetails } `
You can’t perform that action at this time.
0 commit comments