This commit is contained in:
Alex Weininger 2023-12-13 08:26:47 -05:00 коммит произвёл GitHub
Родитель 1f5293fd1a
Коммит 1712171436
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
5 изменённых файлов: 18 добавлений и 40 удалений

Просмотреть файл

@ -1,5 +1,12 @@
# Change Log
## 0.8.1 - 2023-11-28
### Fixed
* Fix support for sovereign clouds
Note: Make sure to set `microsoft-sovereign-cloud.environment` to the correct environment when using a sovereign cloud.
## 0.8.0 - 2023-11-16
### Move to built-in VS Code authentication

41
NOTICE.html поставляемый
Просмотреть файл

@ -385,7 +385,7 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
<li>
<details>
<summary>
semver 7.3.8 - ISC
semver 7.5.4 - ISC
</summary>
<p><a href="https://github.com/npm/node-semver#readme">https://github.com/npm/node-semver#readme</a></p>
<ul><li>Copyright Isaac Z. Schlueter</li>
@ -564,15 +564,15 @@ SOFTWARE.
<li>
<details>
<summary>
@azure/arm-resources-subscriptions 2.0.1 - MIT
@azure/arm-resources-subscriptions 2.1.0 - MIT
</summary>
<p><a href="https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/resources-subscriptions/arm-resources-subscriptions">https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/resources-subscriptions/arm-resources-subscriptions</a></p>
<ul><li>Copyright (c) 2022 Microsoft</li>
<ul><li>Copyright (c) 2023 Microsoft</li>
<li>Copyright (c) Microsoft Corporation</li></ul>
<pre>
The MIT License (MIT)
Copyright (c) 2022 Microsoft
Copyright (c) 2023 Microsoft
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the &quot;Software&quot;), to deal
@ -684,39 +684,6 @@ SOFTWARE.
</pre>
</details>
</li>
<li>
<details>
<summary>
@azure/arm-subscriptions 5.1.0 - MIT
</summary>
<p><a href="https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/subscription/arm-subscriptions">https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/subscription/arm-subscriptions</a></p>
<ul><li>Copyright (c) 2022 Microsoft</li>
<li>Copyright (c) Microsoft Corporation</li></ul>
<pre>
The MIT License (MIT)
Copyright (c) 2022 Microsoft
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the &quot;Software&quot;), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
</pre>
</details>
</li>
<li>
<details>
<summary>

Просмотреть файл

@ -46,6 +46,10 @@ The filtered subscriptions are stored in the new `azureResourceGroups.selectedSu
Use the new "Sign in to Directory" command to sign in to directories that cannot be automatically authenticated to on initial sign in. This is useful for directories/tenants that require MFA. Executing this command will show a menu with a list of unauthenticated directories. If the list is empty, then sessions exist for each directory already.
#### Using Sovereign Clouds
To connect to a sovereign cloud, set the `microsoft-sovereign-cloud.environment` setting.
## Support for [vscode.dev](https://vscode.dev/)
The Azure Resources extension fully supports running on [vscode.dev](https://vscode.dev/) and [github.dev](http://github.dev/). This means you can use the Azure Resources extension to manage your Azure resources directly from your browser! Note that this does not require the Azure Accounts extension and uses VS Code's built-in authentication provider.

4
package-lock.json сгенерированный
Просмотреть файл

@ -1,12 +1,12 @@
{
"name": "vscode-azureresourcegroups",
"version": "0.8.1-alpha.0",
"version": "0.8.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "vscode-azureresourcegroups",
"version": "0.8.1-alpha.0",
"version": "0.8.1",
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"@azure/arm-resources": "^5.2.0",

Просмотреть файл

@ -2,7 +2,7 @@
"name": "vscode-azureresourcegroups",
"displayName": "Azure Resources",
"description": "%azureResourceGroups.description%",
"version": "0.8.1-alpha.0",
"version": "0.8.1",
"publisher": "ms-azuretools",
"icon": "resources/resourceGroup.png",
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",