Skip to content

Commit 017b269

Browse files
authored
Post release automated changes for nginx releases (Azure#22994)
Post release automated changes for azure-arm-nginx
1 parent e0e845d commit 017b269

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

sdk/nginx/arm-nginx/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
2-
2+
3+
## 1.0.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.0.0 (2022-08-23)
414

515
The package of @azure/arm-nginx is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-quickstart).

sdk/nginx/arm-nginx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for NginxManagementClient.",
6-
"version": "1.0.0",
6+
"version": "1.0.1",
77
"engines": {
88
"node": ">=12.0.0"
99
},
@@ -118,4 +118,4 @@
118118
"disableDocsMs": true,
119119
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-nginx?view=azure-node-preview"
120120
}
121-
}
121+
}

sdk/nginx/arm-nginx/src/nginxManagementClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export class NginxManagementClient extends coreClient.ServiceClient {
6060
credential: credentials
6161
};
6262

63-
const packageDetails = `azsdk-js-arm-nginx/1.0.0`;
63+
const packageDetails = `azsdk-js-arm-nginx/1.0.1`;
6464
const userAgentPrefix =
6565
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
6666
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)