Skip to content

Commit ffdbb47

Browse files
authored
Post release automated changes for nginx releases (Azure#24703)
Post release automated changes for azure-arm-nginx
1 parent 8c9ee31 commit ffdbb47

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

sdk/nginx/arm-nginx/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 2.0.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 2.0.1 (2023-01-30)
414

515
**Features**

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": "2.0.1",
6+
"version": "2.0.2",
77
"engines": {
88
"node": ">=14.0.0"
99
},
@@ -120,4 +120,4 @@
120120
"disableDocsMs": true,
121121
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-nginx?view=azure-node-preview"
122122
}
123-
}
123+
}

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/2.0.1`;
63+
const packageDetails = `azsdk-js-arm-nginx/2.0.2`;
6464
const userAgentPrefix =
6565
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
6666
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)