From 171217143620d41750d014cb024787fdabd0d612 Mon Sep 17 00:00:00 2001 From: Alex Weininger Date: Wed, 13 Dec 2023 08:26:47 -0500 Subject: [PATCH] Prep for 0.8.1 release (#779) --- CHANGELOG.md | 7 +++++++ NOTICE.html | 41 ++++------------------------------------- README.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 18 insertions(+), 40 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22a46f6a..9ed7fc0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/NOTICE.html b/NOTICE.html index d31437f2..beff91f0 100644 --- a/NOTICE.html +++ b/NOTICE.html @@ -385,7 +385,7 @@

NOTICES AND INFORMATION

  • - semver 7.3.8 - ISC + semver 7.5.4 - ISC

    https://github.com/npm/node-semver#readme

    • Copyright Isaac Z. Schlueter
    • @@ -564,15 +564,15 @@

      NOTICES AND INFORMATION

    • - @azure/arm-resources-subscriptions 2.0.1 - MIT + @azure/arm-resources-subscriptions 2.1.0 - MIT

      https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/resources-subscriptions/arm-resources-subscriptions

      -
      • Copyright (c) 2022 Microsoft
      • +
        • Copyright (c) 2023 Microsoft
        • Copyright (c) Microsoft Corporation
                 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 "Software"), to deal
        @@ -684,39 +684,6 @@ 

        NOTICES AND INFORMATION

    • -
    • -
      - - @azure/arm-subscriptions 5.1.0 - MIT - -

      https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/subscription/arm-subscriptions

      -
      • Copyright (c) 2022 Microsoft
      • -
      • Copyright (c) Microsoft Corporation
      -
      -        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 "Software"), 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 "AS IS", 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.
      -        
      -
      -
    • diff --git a/README.md b/README.md index e9ac2a3b..182af82a 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package-lock.json b/package-lock.json index f43dfb7d..63f23479 100644 --- a/package-lock.json +++ b/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", diff --git a/package.json b/package.json index cc9db8a5..312c6386 100644 --- a/package.json +++ b/package.json @@ -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",