Prep for 0.6.3 release (#368)
This commit is contained in:
Родитель
a53a189dd0
Коммит
b7c9438f6f
|
@ -1,5 +1,14 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.6.3 - 2023-01-25
|
||||||
|
|
||||||
|
## Added
|
||||||
|
* Forward compatibility for Azure Resources API v2 @alexweininger in [#367](https://github.com/microsoft/vscode-azurevirtualmachines/pull/367)
|
||||||
|
|
||||||
|
## Changes
|
||||||
|
* Update AppInsights key by @bwateratmsft in [#340](https://github.com/microsoft/vscode-azurevirtualmachines/pull/340)
|
||||||
|
* Enable all strict type checking options by @alexweininger in [#360](https://github.com/microsoft/vscode-azurevirtualmachines/pull/360)
|
||||||
|
|
||||||
## 0.6.2 - 2022-06-30
|
## 0.6.2 - 2022-06-30
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
170
NOTICE.html
170
NOTICE.html
|
@ -968,14 +968,14 @@ SOFTWARE.
|
||||||
<li>
|
<li>
|
||||||
<details>
|
<details>
|
||||||
<summary>
|
<summary>
|
||||||
@azure/arm-resources-subscriptions 1.0.1 - MIT
|
@azure/arm-resources-profile-2020-09-01-hybrid 2.0.0 - MIT
|
||||||
</summary>
|
</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>
|
<p><a href="https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/resources/arm-resources-profile-2020-09-01-hybrid">https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/resources/arm-resources-profile-2020-09-01-hybrid</a></p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2021 Microsoft
|
Copyright (c) 2022 Microsoft
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -995,6 +995,61 @@ 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
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
SOFTWARE.
|
SOFTWARE.
|
||||||
|
|
||||||
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
Copyright (c) 2020 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.
|
||||||
|
|
||||||
|
</pre>
|
||||||
|
</details>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<details>
|
||||||
|
<summary>
|
||||||
|
@azure/arm-resources-subscriptions 2.0.1 - 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>
|
||||||
|
<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 "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.
|
||||||
</pre>
|
</pre>
|
||||||
</details>
|
</details>
|
||||||
</li>
|
</li>
|
||||||
|
@ -1034,13 +1089,37 @@ SOFTWARE.
|
||||||
<li>
|
<li>
|
||||||
<details>
|
<details>
|
||||||
<summary>
|
<summary>
|
||||||
@azure/arm-storage-profile-2020-09-01-hybrid 1.1.1 - MIT
|
@azure/arm-storage-profile-2020-09-01-hybrid 2.0.0 - MIT
|
||||||
</summary>
|
</summary>
|
||||||
<p><a href="https://github.com/Azure/azure-sdk-for-js/tree/feature/v4/sdk/storage/arm-storage-profile-2020-09-01-hybrid">https://github.com/Azure/azure-sdk-for-js/tree/feature/v4/sdk/storage/arm-storage-profile-2020-09-01-hybrid</a></p>
|
<p><a href="https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storage/arm-storage-profile-2020-09-01-hybrid">https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storage/arm-storage-profile-2020-09-01-hybrid</a></p>
|
||||||
|
<ul><li>Copyright (c) 2020 Microsoft</li>
|
||||||
|
<li>Copyright (c) 2022 Microsoft</li>
|
||||||
|
<li>Copyright (c) Microsoft Corporation</li></ul>
|
||||||
<pre>
|
<pre>
|
||||||
The MIT License (MIT)
|
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.
|
||||||
|
|
||||||
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2020 Microsoft
|
Copyright (c) 2020 Microsoft
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
@ -1234,12 +1313,12 @@ SOFTWARE.
|
||||||
<li>
|
<li>
|
||||||
<details>
|
<details>
|
||||||
<summary>
|
<summary>
|
||||||
@azure/core-rest-pipeline 1.5.0 - MIT
|
@azure/core-rest-pipeline 1.9.0 - MIT
|
||||||
</summary>
|
</summary>
|
||||||
<p><a href="https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-rest-pipeline/">https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-rest-pipeline/</a></p>
|
<p><a href="https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-rest-pipeline/">https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-rest-pipeline/</a></p>
|
||||||
<ul><li>Copyright (c) 2020 Microsoft</li>
|
<ul><li>Copyright (c) 2020 Microsoft</li>
|
||||||
<li>Copyright (c) Microsoft Corporation</li>
|
<li>Copyright (c) Microsoft Corporation</li>
|
||||||
<li>Copyright (c) Microsoft Corporation. const RedactedString REDACTED</li></ul>
|
<li>Copyright (c) Microsoft Corporation. const RedactedString REDACTED Make</li></ul>
|
||||||
<pre>
|
<pre>
|
||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
@ -1288,6 +1367,74 @@ furnished to do so, subject to the following conditions:
|
||||||
The above copyright notice and this permission notice shall be included in all
|
The above copyright notice and this permission notice shall be included in all
|
||||||
copies or substantial portions of the Software.
|
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.
|
||||||
|
|
||||||
|
</pre>
|
||||||
|
</details>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<details>
|
||||||
|
<summary>
|
||||||
|
@azure/core-tracing 1.0.1 - MIT
|
||||||
|
</summary>
|
||||||
|
<p><a href="https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-tracing/README.md">https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-tracing/README.md</a></p>
|
||||||
|
<ul><li>Copyright (c) 2020 Microsoft</li>
|
||||||
|
<li>Copyright (c) Microsoft Corporation</li></ul>
|
||||||
|
<pre>
|
||||||
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
Copyright (c) 2020 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.
|
||||||
|
|
||||||
|
</pre>
|
||||||
|
</details>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<details>
|
||||||
|
<summary>
|
||||||
|
@azure/core-util 1.0.0 - MIT
|
||||||
|
</summary>
|
||||||
|
<p><a href="https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-util/">https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-util/</a></p>
|
||||||
|
<ul><li>Copyright (c) 2020 Microsoft</li>
|
||||||
|
<li>Copyright (c) Microsoft Corporation</li></ul>
|
||||||
|
<pre>
|
||||||
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
Copyright (c) 2020 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
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
@ -1998,10 +2145,11 @@ SOFTWARE.
|
||||||
<li>
|
<li>
|
||||||
<details>
|
<details>
|
||||||
<summary>
|
<summary>
|
||||||
debug 4.3.3 - MIT
|
debug 4.3.4 - MIT
|
||||||
</summary>
|
</summary>
|
||||||
<p><a href="https://github.com/debug-js/debug#readme">https://github.com/debug-js/debug#readme</a></p>
|
<p><a href="https://github.com/debug-js/debug#readme">https://github.com/debug-js/debug#readme</a></p>
|
||||||
<ul><li>Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca></li></ul>
|
<ul><li>Copyright (c) 2018-2021 Josh Junon</li>
|
||||||
|
<li>Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca></li></ul>
|
||||||
<pre>
|
<pre>
|
||||||
(The MIT License)
|
(The MIT License)
|
||||||
|
|
||||||
|
@ -3003,7 +3151,7 @@ SOFTWARE.
|
||||||
<li>
|
<li>
|
||||||
<details>
|
<details>
|
||||||
<summary>
|
<summary>
|
||||||
ssh-config 4.1.2 - MIT
|
ssh-config 4.1.4 - MIT
|
||||||
</summary>
|
</summary>
|
||||||
<p><a href="https://github.com/cyjake/ssh-config#readme">https://github.com/cyjake/ssh-config#readme</a></p>
|
<p><a href="https://github.com/cyjake/ssh-config#readme">https://github.com/cyjake/ssh-config#readme</a></p>
|
||||||
<ul><li>Copyright (c) 2017 Chen Yangjian</li></ul>
|
<ul><li>Copyright (c) 2017 Chen Yangjian</li></ul>
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "vscode-azurevirtualmachines",
|
"name": "vscode-azurevirtualmachines",
|
||||||
"version": "0.6.3-alpha.0",
|
"version": "0.6.3",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "vscode-azurevirtualmachines",
|
"name": "vscode-azurevirtualmachines",
|
||||||
"version": "0.6.3-alpha.0",
|
"version": "0.6.3",
|
||||||
"license": "SEE LICENSE IN LICENSE.md",
|
"license": "SEE LICENSE IN LICENSE.md",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@azure/arm-compute": "^17.1.0",
|
"@azure/arm-compute": "^17.1.0",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "vscode-azurevirtualmachines",
|
"name": "vscode-azurevirtualmachines",
|
||||||
"displayName": "Azure Virtual Machines",
|
"displayName": "Azure Virtual Machines",
|
||||||
"description": "%extension.description%",
|
"description": "%extension.description%",
|
||||||
"version": "0.6.3-alpha.0",
|
"version": "0.6.3",
|
||||||
"publisher": "ms-azuretools",
|
"publisher": "ms-azuretools",
|
||||||
"icon": "resources/azure-vm.png",
|
"icon": "resources/azure-vm.png",
|
||||||
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
|
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче