Skip to content

Commit 9841a8a

Browse files
authored
API Managment - fix release dates (Azure#27327)
### Packages impacted by this PR `@azure/api-management-custom-widgets-tools` `@azure/api-management-custom-widgets-scaffolder` ### Describe the problem that is addressed by this PR I forgot to run the release pipeline for these packages last month, so now I need to bump the date and release them out of band.
1 parent 8183ae6 commit 9841a8a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

sdk/apimanagement/api-management-custom-widgets-scaffolder/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.0.0-beta.3 (2023-09-20)
3+
## 1.0.0-beta.3 (2023-10-05)
44

55
### Features Added
66

sdk/apimanagement/api-management-custom-widgets-tools/CHANGELOG.md

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

3-
## 1.0.0-beta.2 (2023-09-20)
3+
## 1.0.0-beta.2 (2023-10-05)
44

55
### Features Added
66

77
- "parentLocation" object is being sent with "secrets" through askForSecrets function call, it contains location info of the Developer Portal window - href, origin, pathname, search...
88
- Node function "deploy" now accepts JSON config object with two options
9-
- interactiveBrowserCredentialOptions
9+
- interactiveBrowserCredentialOptions
1010
- config object for InteractiveBrowserCredential function from @azure/identity package, you can find the accepted values [here](https://learn.microsoft.com/javascript/api/@azure/identity/interactivebrowsercredentialnodeoptions?view=azure-node-latest)
1111
- by default: { redirectUri: "http://localhost:1337" }
12-
- rootLocal
12+
- rootLocal
1313
- relative path from where the script will load your local built files
1414
- by default: "./dist/"
1515

0 commit comments

Comments
 (0)