Prepare 0.5.1
This commit is contained in:
Родитель
0017731211
Коммит
57bc37cc65
|
@ -1,6 +1,10 @@
|
|||
# Change Log
|
||||
All notable changes to the "ms-vscode.azure-account" extension will be documented in this file.
|
||||
|
||||
## [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)).
|
||||
|
||||
## [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)).
|
||||
|
|
|
@ -7,6 +7,7 @@ The Azure Account extension provides a single Azure sign-in and subscription fil
|
|||
| Command | |
|
||||
| --- |---|
|
||||
| `Azure: Sign In` | Sign in to your Azure subscription.
|
||||
| `Azure: Sign In to Azure Cloud` | Sign in to your Azure subscription in one of the sovereign clouds.
|
||||
| `Azure: Sign Out` | Sign out of your Azure subscription.
|
||||
| `Azure: Select Subscriptions` | Pick the set of subscriptions you want to work with. Extensions should respect this list and only show resources within the filtered subscriptions.
|
||||
| `Azure: Create an Account` | If you don't have an Azure Account, you can [sign up](https://azure.microsoft.com/en-us/free/?utm_source=campaign&utm_campaign=vscode-azure-account&mktingSource=vscode-azure-account) for one today and receive $200 in free credits.
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"color": "#0072c6",
|
||||
"theme": "dark"
|
||||
},
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
|
||||
"publisher": "ms-vscode",
|
||||
"engines": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче