vscode-azure-account/CHANGELOG.md

68 строки
2.9 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
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-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