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 @@
https://github.com/npm/node-semver#readme
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
https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/subscription/arm-subscriptions
-- 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. --