vscode-azure-account/CHANGELOG.md

140 строки
5.8 KiB
Markdown
Исходник Обычный вид История

2017-07-14 03:57:05 +03:00
# Change Log
2017-09-01 07:31:02 +03:00
All notable changes to the "ms-vscode.azure-account" extension will be documented in this file.
2018-07-17 17:59:32 +03:00
2020-07-16 01:12:44 +03:00
## [0.9.1]
- Update lodash dependency
2020-07-10 01:05:42 +03:00
## [0.9.0]
- Migrate to new Azure SDK packages and expose new credentials object [#140](https://github.com/microsoft/vscode-azure-account/issues/140)
- Fix sign in for ADFS based Azure Stack environment [#190](https://github.com/microsoft/vscode-azure-account/issues/190)
- Update sign in page styles to use new product icon [#184](https://github.com/microsoft/vscode-azure-account/issues/184)
2020-05-07 04:01:51 +03:00
## [0.8.11]
- Add support for codespaces
2020-04-06 19:03:58 +03:00
## [0.8.9]
- Update dependencies
- Change sign in notification text [#168](https://github.com/Microsoft/vscode-azure-account/issues/168)
2020-01-07 21:35:44 +03:00
## [0.8.8]
- Adopt vscode.env.asExternalUri API
2019-10-31 02:02:19 +03:00
## [0.8.7]
- Update dependencies
- Read formatted JSON in addition to refresh tokens stored in credential manager
2019-10-02 02:51:47 +03:00
## [0.8.6]
- Fix query state handling for url handler based authentication flow
2019-10-01 01:47:00 +03:00
## [0.8.5]
- Support url handler based authentication flow
- Log errors from checking online status [#147](https://github.com/Microsoft/vscode-azure-account/issues/147)
2019-05-20 17:10:56 +03:00
## [0.8.4]
- Fixes for ADFS ([#105](https://github.com/Microsoft/vscode-azure-account/issues/105)).
- Pass nonce through initial redirect ([#136](https://github.com/Microsoft/vscode-azure-account/issues/136)).
2019-05-12 11:31:00 +03:00
## [0.8.3]
- Telemetry now includes the Azure subscription IDs.
2019-04-12 12:11:12 +03:00
## [0.8.2]
- Detect when local server cannot be connected to ([#136](https://github.com/Microsoft/vscode-azure-account/issues/136)).
- Update dependencies.
2019-04-01 19:22:59 +03:00
## [0.8.1]
- Ignore errors from keytar ([#59](https://github.com/Microsoft/vscode-azure-account/issues/59)).
- Use openExternal API for opening URIs ([#110](https://github.com/Microsoft/vscode-azure-account/issues/110)).
- Use GET to see if login endpoint is reachable ([#121](https://github.com/Microsoft/vscode-azure-account/issues/121)).
- Use localhost for redirect with ADFS ([#105](https://github.com/Microsoft/vscode-azure-account/issues/105)).
2019-01-03 19:26:26 +03:00
## [0.8.0]
- Simplified sign in ([#75](https://github.com/Microsoft/vscode-azure-account/issues/75)).
- Setting for specifying PPE environment.
2018-12-21 09:18:31 +03:00
## [0.7.1]
- Update dependencies.
- Include generated ThirdPartyNotice.txt.
## [0.7.0]
- Test system proxy support ([#27](https://github.com/Microsoft/vscode-azure-account/issues/27)).
2018-11-16 17:05:14 +03:00
## [0.6.2]
- Update README with settings ([#107](https://github.com/Microsoft/vscode-azure-account/pull/107)).
- Add README and CHANGELOG back to packaged extension.
2018-11-12 14:08:41 +03:00
## [0.6.1]
- Check connection state before logging in ([#106](https://github.com/Microsoft/vscode-azure-account/issues/106)).
2018-11-08 21:00:44 +03:00
## [0.6.0]
- Bundle using Webpack ([#87](https://github.com/Microsoft/vscode-azure-account/issues/87)).
2018-11-07 10:36:08 +03:00
## [0.5.1]
- Unable to get the subscription list from Azure China ([#103](https://github.com/Microsoft/vscode-azure-account/issues/103)).
- Handle case where home tenant is not listed ([#102](https://github.com/Microsoft/vscode-azure-account/issues/102)).
2018-11-05 16:23:10 +03:00
## [0.5.0]
- Support national clouds ([#83](https://github.com/Microsoft/vscode-azure-account/issues/83)).
- Support user-supplied tenants ([#58](https://github.com/Microsoft/vscode-azure-account/issues/58)).
- Indicate when there are no subscriptions ([#51](https://github.com/Microsoft/vscode-azure-account/issues/51)).
2018-11-05 16:46:13 +03:00
- Update dependencies.
2018-11-05 16:23:10 +03:00
2018-08-03 17:44:33 +03:00
## [0.4.3]
- Setting to hide email ([#66](https://github.com/Microsoft/vscode-azure-account/issues/66)).
- Only offer tenants with at least one subscription ([#47](https://github.com/Microsoft/vscode-azure-account/issues/47)).
- Ignore focus-out in tenant picker ([#77](https://github.com/Microsoft/vscode-azure-account/issues/77)).
2018-07-17 17:59:32 +03:00
## [0.4.2]
- Request PowerShell Core on Linux, replacing PowerShell on Windows.
- Fix reading initial size ([#76](https://github.com/Microsoft/vscode-azure-account/issues/76)).
2017-07-14 03:57:05 +03:00
2018-06-26 10:30:50 +03:00
## [0.4.1]
- Update icon to 'key' ([#55](https://github.com/Microsoft/vscode-azure-account/issues/55)).
- Add NPS user survey
- Update dependencies
- Check if there is a default domain ([#68](https://github.com/Microsoft/vscode-azure-account/issues/68)).
2018-04-17 12:26:17 +03:00
## [0.4.0]
- Add command to upload files to Cloud Shell
- Use multi-select picker for subscription filter ([Microsoft/vscode#45589](https://github.com/Microsoft/vscode/issues/45589)).
- Add timeout in promise race ([#46](https://github.com/Microsoft/vscode-azure-account/pull/46)).
- Keep going after signing in ([#45](https://github.com/Microsoft/vscode-azure-account/issues/45)).
2018-03-14 18:06:40 +03:00
## [0.3.3]
- Robustness against tenant details not resolving ([#33](https://github.com/Microsoft/vscode-azure-account/issues/33)).
- Promote API to create a Cloud Shell ([#34](https://github.com/Microsoft/vscode-azure-account/issues/34)).
2018-03-12 14:31:24 +03:00
## [0.3.2]
- Let the user pick the tenant to open a Cloud Shell for ([#33](https://github.com/Microsoft/vscode-azure-account/issues/33))
- Experimental API to create a Cloud Shell ([#34](https://github.com/Microsoft/vscode-azure-account/issues/34))
- Remove extranous "Close" button ([#41](https://github.com/Microsoft/vscode-azure-account/issues/41))
- Update moment.js
2018-02-22 14:29:41 +03:00
## [0.3.1]
- Support for ASAR in preparation for [Microsoft/vscode#36997](https://github.com/Microsoft/vscode/issues/36997)
2018-01-22 12:09:17 +03:00
## [0.3.0]
- Cache subscriptions for faster startup
- Improved progress indication when starting Cloud Shell
- Bug fixes
- Ignore failing tenants when signing in
- Send ping on Cloud Shell websocket to keep alive
- Supply graph and key vault tokens to Cloud Shell
2017-11-11 00:30:30 +03:00
## [0.2.2]
- Bug fix: Do not modify configuration object
2017-11-10 20:05:01 +03:00
## [0.2.1]
- Bug fixes
- Avoid having to click 'Copy & Open' to advance the login
- Retry resizing terminal on 503, 504
2017-11-08 21:17:23 +03:00
## [0.2.0]
- Cloud Shell integration
- API for subscriptions cache
2017-09-14 01:00:18 +03:00
## [0.1.3]
- API change: addFilter -> selectSubscriptions
- When no subscriptions found, suggest signing up for an account
2017-09-01 07:31:02 +03:00
## [0.1.0]
2017-07-14 03:57:05 +03:00
- Initial release