Skip to content

Commit

Permalink
Prep for 0.8.1 release (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexweininger authored Dec 13, 2023
1 parent 1f5293f commit 1712171
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 40 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
41 changes: 4 additions & 37 deletions NOTICE.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ <h1>NOTICES AND INFORMATION</h1>
<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>
Expand Down Expand Up @@ -564,15 +564,15 @@ <h1>NOTICES AND INFORMATION</h1>
<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
Expand Down Expand Up @@ -684,39 +684,6 @@ <h1>NOTICES AND INFORMATION</h1>
</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>
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1712171

Please sign in to comment.