Prep for 0.8.0 release (#766)
* Bump version to 0.8.0 * Add changelog * Use urls to put images in changelog * Hide full email * Update NOTICE.html * Feedback * Add information to readme
This commit is contained in:
Родитель
c6675c232d
Коммит
018cfd0940
57
CHANGELOG.md
57
CHANGELOG.md
|
@ -1,5 +1,62 @@
|
|||
# Change Log
|
||||
|
||||
## 0.8.0 - 2023-11-16
|
||||
|
||||
### Move to built-in VS Code authentication
|
||||
|
||||
The Azure Resources extension now uses the [built-in VS Code Microsoft authentication provider](https://github.com/microsoft/vscode/tree/main/extensions/microsoft-authentication) to authenticate with Azure, and no longer depends on the [Azure Account extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.azure-account). This move increases the reliability of Azure authentication, especially when using a proxy.
|
||||
|
||||
### What's new?
|
||||
|
||||
##### How to Sign In
|
||||
|
||||
Sign in by selecting the "Sign in to Azure..." item in the Azure Resources view.
|
||||
|
||||
> Note: Sessions won't be migrated from Azure Account to the new built-in authentication. This means you will have to sign in once Azure Resources updates to v0.8.0.
|
||||
|
||||
<img width="379" alt="Sign in" src="https://github.com/microsoft/vscode-azureresourcegroups/assets/12476526/cd86687c-9a9f-4d0b-b8dc-7eef071d657a">
|
||||
|
||||
You can also sign in using the new "Azure: Sign In" command contributed by the Azure Resources extension. Note: make sure you don't mistake it for the old Azure Account "Azure: Sign In" command.
|
||||
|
||||
<img width="471" alt="Sign in using command palette" src="https://github.com/microsoft/vscode-azureresourcegroups/assets/12476526/4e9dbd3b-86aa-4d83-80f0-055286e9f460">
|
||||
|
||||
##### How to Sign Out
|
||||
|
||||
Sign out in the Accounts menu located in the bottom left of your VS Code window.
|
||||
|
||||
<img width="568" alt="Sign out with Accounts menu" src="https://github.com/microsoft/vscode-azureresourcegroups/assets/12476526/9a83119a-bf4b-45dd-9ddd-02ba3bf61746">
|
||||
|
||||
##### Filter Subscriptions
|
||||
|
||||
You can filter the displayed subscriptions just as before, by selecting the Filter icon on any subscription. Previously filtered subscriptions will not be migrated automatically.
|
||||
|
||||
<img width="546" alt="Filter subscriptions" src="https://github.com/microsoft/vscode-azureresourcegroups/assets/12476526/d57712cf-276f-41c1-8264-3974543d1ae6">
|
||||
|
||||
The filtered subscriptions are stored in the new `azureResourceGroups.selectedSubscriptions` setting.
|
||||
|
||||
##### Sign In to a Specific Directory/Tenant
|
||||
|
||||
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.
|
||||
|
||||
#### Azure Account extension
|
||||
|
||||
The Azure Account extension will be deprecated in the future. Azure Account is used by many partner extensions still, so this will be a slow process. Our team will develop a deprecation plan and a reasonable date.
|
||||
|
||||
Until the Azure Account extension is removed as a dependency on all the Azure extensions, it will still be installed. However, it's no longer used by the extensions so signing in using the old commands will not work with the Azure Resources extension. For example, the "Azure: Sign in with Device Code", "Azure: Sign In", and "Azure: Sign Out" commands are all Azure Account specific commands, and are no longer integrated with Azure Resources.
|
||||
|
||||
<img width="603" alt="Azure Account commands" src="https://github.com/microsoft/vscode-azureresourcegroups/assets/12476526/7b795a82-689d-43ab-a925-e19ceef30a29">
|
||||
|
||||
Also, the Azure Account status bar may appear if another extension still uses Azure Account for authentication. Just know that this status bar item is no longer connected to Azure Resources, and won't reflect the authentication state of our extensions.
|
||||
|
||||
<img width="374" alt="Azure Account status bar item" src="https://github.com/microsoft/vscode-azureresourcegroups/assets/12476526/b2633aec-d66a-4f52-879d-66be6ca9066a">
|
||||
|
||||
### Engineering
|
||||
* [[#718]](https://github.com/microsoft/vscode-azureresourcegroups/pull/718) Migrate to Track 2 SDK
|
||||
* [[#721]](https://github.com/microsoft/vscode-azureresourcegroups/pull/721) Refactor Azure grouping
|
||||
* [[#707]](https://github.com/microsoft/vscode-azureresourcegroups/pull/707) Use the new shared authentication provider package
|
||||
* [[#742]](https://github.com/microsoft/vscode-azureresourcegroups/pull/742) Add `ArcEnabledServers` resource to `AzExtResourceType` enum
|
||||
* [[#735]](https://github.com/microsoft/vscode-azureresourcegroups/pull/735) Support icons next to create commands in quick pick
|
||||
|
||||
## 0.7.5 - 2023-05-18
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -146,219 +146,6 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
</pre>
|
||||
</details>
|
||||
</li>
|
||||
<li>
|
||||
<details>
|
||||
<summary>
|
||||
@opentelemetry/api 1.0.4 - Apache-2.0
|
||||
</summary>
|
||||
<p><a href="https://github.com/open-telemetry/opentelemetry-js-api#readme">https://github.com/open-telemetry/opentelemetry-js-api#readme</a></p>
|
||||
|
||||
<pre>
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
|
||||
</pre>
|
||||
</details>
|
||||
</li>
|
||||
<li>
|
||||
<details>
|
||||
<summary>
|
||||
|
@ -385,7 +172,7 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
<li>
|
||||
<details>
|
||||
<summary>
|
||||
domhandler 4.2.0 - BSD-2-Clause
|
||||
domhandler 4.3.1 - BSD-2-Clause
|
||||
</summary>
|
||||
<p><a href="https://github.com/fb55/domhandler#readme">https://github.com/fb55/domhandler#readme</a></p>
|
||||
<ul><li>Copyright (c) Felix Bohm</li></ul>
|
||||
|
@ -408,7 +195,7 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
<li>
|
||||
<details>
|
||||
<summary>
|
||||
domutils 2.6.0 - BSD-2-Clause
|
||||
domutils 2.8.0 - BSD-2-Clause
|
||||
</summary>
|
||||
<p><a href="https://github.com/fb55/domutils#readme">https://github.com/fb55/domutils#readme</a></p>
|
||||
<ul><li>Copyright (c) Felix Bohm</li></ul>
|
||||
|
@ -598,7 +385,7 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
<li>
|
||||
<details>
|
||||
<summary>
|
||||
semver 7.3.7 - ISC
|
||||
semver 7.3.8 - 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>
|
||||
|
@ -656,7 +443,8 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
@azure/abort-controller 1.0.4 - MIT
|
||||
</summary>
|
||||
<p><a href="https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/abort-controller/README.md">https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/abort-controller/README.md</a></p>
|
||||
<ul><li>Copyright (c) Microsoft Corporation.</li></ul>
|
||||
<ul><li>Copyright (c) 2020 Microsoft</li>
|
||||
<li>Copyright (c) Microsoft Corporation</li></ul>
|
||||
<pre>
|
||||
The MIT License (MIT)
|
||||
|
||||
|
@ -686,14 +474,15 @@ SOFTWARE.
|
|||
<li>
|
||||
<details>
|
||||
<summary>
|
||||
@azure/arm-resources 5.0.0 - MIT
|
||||
@azure/arm-resources 5.2.0 - MIT
|
||||
</summary>
|
||||
<p><a href="https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/resources/arm-resources">https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/resources/arm-resources</a></p>
|
||||
<ul><li>Copyright (c) Microsoft Corporation.</li></ul>
|
||||
<ul><li>Copyright (c) 2023 Microsoft</li>
|
||||
<li>Copyright (c) Microsoft Corporation</li></ul>
|
||||
<pre>
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2021 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
|
||||
|
@ -718,10 +507,12 @@ SOFTWARE.
|
|||
<li>
|
||||
<details>
|
||||
<summary>
|
||||
@azure/arm-resources-profile-2020-09-01-hybrid 2.0.0 - MIT
|
||||
@azure/arm-resources-profile-2020-09-01-hybrid 2.1.0 - MIT
|
||||
</summary>
|
||||
<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>
|
||||
|
||||
<ul><li>Copyright (c) 2020 Microsoft</li>
|
||||
<li>Copyright (c) 2022 Microsoft</li>
|
||||
<li>Copyright (c) Microsoft Corporation</li></ul>
|
||||
<pre>
|
||||
The MIT License (MIT)
|
||||
|
||||
|
@ -1032,10 +823,11 @@ SOFTWARE.
|
|||
<li>
|
||||
<details>
|
||||
<summary>
|
||||
@azure/core-lro 2.2.3 - MIT
|
||||
@azure/core-lro 2.5.3 - MIT
|
||||
</summary>
|
||||
<p><a href="https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md">https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md</a></p>
|
||||
<ul><li>Copyright (c) Microsoft Corporation.</li></ul>
|
||||
<ul><li>Copyright (c) 2020 Microsoft</li>
|
||||
<li>Copyright (c) Microsoft Corporation</li></ul>
|
||||
<pre>
|
||||
The MIT License (MIT)
|
||||
|
||||
|
@ -1119,40 +911,6 @@ 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-tracing 1.0.0-preview.13 - 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
|
||||
|
@ -1201,7 +959,7 @@ SOFTWARE.
|
|||
<li>
|
||||
<details>
|
||||
<summary>
|
||||
@azure/core-util 1.0.0 - MIT
|
||||
@azure/core-util 1.3.2 - 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>
|
||||
|
@ -1269,7 +1027,40 @@ SOFTWARE.
|
|||
<li>
|
||||
<details>
|
||||
<summary>
|
||||
@microsoft/1ds-core-js 3.2.8 - MIT
|
||||
@azure/ms-rest-azure-env 2.0.0 - MIT
|
||||
</summary>
|
||||
<p><a href="https://github.com/Azure/ms-rest-azure-env">https://github.com/Azure/ms-rest-azure-env</a></p>
|
||||
<ul><li>Copyright (c) Microsoft Corporation.</li></ul>
|
||||
<pre>
|
||||
MIT License
|
||||
|
||||
Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
|
||||
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>
|
||||
@microsoft/1ds-core-js 3.2.12 - MIT
|
||||
</summary>
|
||||
<p><a href="https://github.com/microsoft/ApplicationInsights-JS#readme">https://github.com/microsoft/ApplicationInsights-JS#readme</a></p>
|
||||
<ul><li>copyright Microsoft 2018</li>
|
||||
|
@ -1305,7 +1096,7 @@ SOFTWARE.
|
|||
<li>
|
||||
<details>
|
||||
<summary>
|
||||
@microsoft/1ds-post-js 3.2.8 - MIT
|
||||
@microsoft/1ds-post-js 3.2.12 - MIT
|
||||
</summary>
|
||||
<p><a href="https://github.com/microsoft/ApplicationInsights-JS#readme">https://github.com/microsoft/ApplicationInsights-JS#readme</a></p>
|
||||
<ul><li>copyright Microsoft 2018</li>
|
||||
|
@ -1343,7 +1134,7 @@ SOFTWARE.
|
|||
<li>
|
||||
<details>
|
||||
<summary>
|
||||
@microsoft/applicationinsights-core-js 2.8.9 - MIT
|
||||
@microsoft/applicationinsights-core-js 2.8.14 - MIT
|
||||
</summary>
|
||||
<p><a href="https://github.com/microsoft/ApplicationInsights-JS#readme">https://github.com/microsoft/ApplicationInsights-JS#readme</a></p>
|
||||
<ul><li>Copyright (c) Microsoft Corporation</li>
|
||||
|
@ -1411,26 +1202,11 @@ SOFTWARE.
|
|||
<li>
|
||||
<details>
|
||||
<summary>
|
||||
@microsoft/dynamicproto-js 1.1.7 - MIT
|
||||
@microsoft/dynamicproto-js 1.1.9 - MIT
|
||||
</summary>
|
||||
<p><a href="https://github.com/microsoft/DynamicProto-JS#readme">https://github.com/microsoft/DynamicProto-JS#readme</a></p>
|
||||
<ul><li>(c) James Halliday</li>
|
||||
<li>Copyright (c) Microsoft Corporation</li>
|
||||
<li>Copyright (c) 2012 Maximilian Antoni</li>
|
||||
<li>Copyright (c) 2013 Maximilian Antoni</li>
|
||||
<li>Copyright (c) 2020 Oliver Nightingale</li>
|
||||
<li>Copyright (c) 2020 Oliver Nightingale A</li>
|
||||
<li>Copyright (c) 2020 Oliver Nightingale An</li>
|
||||
<li>Copyright (c) Microsoft and contributors</li>
|
||||
<li>Copyright (c) 2010-2013 Christian Johansen</li>
|
||||
<li>Copyright (c) 2010-2014 Christian Johansen</li>
|
||||
<li>Copyright (c) 2011 Sven Fuchs, Christian Johansen</li>
|
||||
<li>Copyright Joyent, Inc. and other Node contributors</li>
|
||||
<li>Copyright jQuery Foundation and other contributors</li>
|
||||
<li>Copyright 2013 jQuery Foundation, Inc. and other contributors</li>
|
||||
<li>Copyright (c) 2010-2014, Christian Johansen, christian@cjohansen.no</li>
|
||||
<li>Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors</li>
|
||||
<li>Copyright 2006 Google Inc. https://code.google.com/p/google-diff-match-patch</li></ul>
|
||||
<ul><li>Copyright (c) Microsoft Corporation</li>
|
||||
<li>Copyright (c) Microsoft and contributors</li></ul>
|
||||
<pre>
|
||||
The MIT License (MIT)
|
||||
|
||||
|
@ -1634,30 +1410,19 @@ SOFTWARE.
|
|||
<li>
|
||||
<details>
|
||||
<summary>
|
||||
axios 0.26.1 - MIT
|
||||
axios 1.6.1 - MIT
|
||||
</summary>
|
||||
<p><a href="https://axios-http.com/">https://axios-http.com/</a></p>
|
||||
<ul><li>Copyright (c) 2014-present Matt Zabriskie</li></ul>
|
||||
<ul><li>Copyright (c) 2023 Matt Zabriskie and contributors</li>
|
||||
<li>Copyright (c) 2014-present Matt Zabriskie & Collaborators</li></ul>
|
||||
<pre>
|
||||
Copyright (c) 2014-present Matt Zabriskie
|
||||
# Copyright (c) 2014-present Matt Zabriskie & Collaborators
|
||||
|
||||
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:
|
||||
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 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 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>
|
||||
|
@ -1831,7 +1596,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
<li>
|
||||
<details>
|
||||
<summary>
|
||||
dayjs 1.11.7 - MIT
|
||||
dayjs 1.11.8 - MIT
|
||||
</summary>
|
||||
<p><a href="https://day.js.org/">https://day.js.org/</a></p>
|
||||
<ul><li>Copyright (c) 2018-present, iamkun</li></ul>
|
||||
|
@ -1897,7 +1662,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
<li>
|
||||
<details>
|
||||
<summary>
|
||||
deepmerge 4.2.2 - MIT
|
||||
deepmerge 4.3.1 - MIT
|
||||
</summary>
|
||||
<p><a href="https://github.com/TehShrike/deepmerge">https://github.com/TehShrike/deepmerge</a></p>
|
||||
<ul><li>Copyright (c) 2012 James Halliday, Josh Duff, and other contributors</li></ul>
|
||||
|
@ -1994,10 +1759,10 @@ SOFTWARE.
|
|||
<li>
|
||||
<details>
|
||||
<summary>
|
||||
dom-serializer 1.3.1 - MIT
|
||||
dom-serializer 1.4.1 - MIT
|
||||
</summary>
|
||||
<p><a href="https://github.com/cheeriojs/dom-renderer#readme">https://github.com/cheeriojs/dom-renderer#readme</a></p>
|
||||
<ul><li>Copyright (c) 2014</li></ul>
|
||||
<ul><li>Copyright (c) 2014 The cheeriojs contributors</li></ul>
|
||||
<pre>
|
||||
License
|
||||
|
||||
|
@ -2073,7 +1838,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRES
|
|||
<li>
|
||||
<details>
|
||||
<summary>
|
||||
follow-redirects 1.15.2 - MIT
|
||||
follow-redirects 1.15.3 - MIT
|
||||
</summary>
|
||||
<p><a href="https://github.com/follow-redirects/follow-redirects">https://github.com/follow-redirects/follow-redirects</a></p>
|
||||
<ul><li>Copyright 2014-present Olivier Lalonde <olalonde@gmail.com> , James Talmage <james@talmage.io> , Ruben Verborgh</li></ul>
|
||||
|
@ -2100,37 +1865,6 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
</pre>
|
||||
</details>
|
||||
</li>
|
||||
<li>
|
||||
<details>
|
||||
<summary>
|
||||
form-data 2.5.1 - MIT
|
||||
</summary>
|
||||
<p><a href="https://github.com/form-data/form-data#readme">https://github.com/form-data/form-data#readme</a></p>
|
||||
<ul><li>Copyright (c) 2012 Felix Geisendorfer (felix@debuggable.com) and contributors</li></ul>
|
||||
<pre>
|
||||
Copyright (c) 2012 Felix Geisendörfer (felix@debuggable.com) and contributors
|
||||
|
||||
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>
|
||||
|
@ -2561,6 +2295,38 @@ SOFTWARE.
|
|||
</pre>
|
||||
</details>
|
||||
</li>
|
||||
<li>
|
||||
<details>
|
||||
<summary>
|
||||
proxy-from-env 1.1.0 - MIT
|
||||
</summary>
|
||||
<p><a href="https://github.com/Rob--W/proxy-from-env#readme">https://github.com/Rob--W/proxy-from-env#readme</a></p>
|
||||
<ul><li>Copyright (c) 2016-2018 Rob Wu <rob@robwu.nl></li></ul>
|
||||
<pre>
|
||||
The MIT License
|
||||
|
||||
Copyright (C) 2016-2018 Rob Wu <rob@robwu.nl>
|
||||
|
||||
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>
|
||||
|
@ -2656,26 +2422,6 @@ SOFTWARE.
|
|||
</pre>
|
||||
</details>
|
||||
</li>
|
||||
<li>
|
||||
<details>
|
||||
<summary>
|
||||
tas-client 0.1.58 - MIT
|
||||
</summary>
|
||||
|
||||
<ul><li>Copyright (c) Microsoft Corporation</li></ul>
|
||||
<pre>
|
||||
MIT License
|
||||
|
||||
Copyright (c) <year> <copyright holders>
|
||||
|
||||
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>
|
||||
|
@ -2751,26 +2497,6 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
|
|||
</pre>
|
||||
</details>
|
||||
</li>
|
||||
<li>
|
||||
<details>
|
||||
<summary>
|
||||
vscode-tas-client 0.1.63 - MIT
|
||||
</summary>
|
||||
|
||||
<ul><li>Copyright (c) Microsoft Corporation</li></ul>
|
||||
<pre>
|
||||
MIT License
|
||||
|
||||
Copyright (c) <year> <copyright holders>
|
||||
|
||||
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>
|
||||
|
|
34
README.md
34
README.md
|
@ -12,6 +12,40 @@ View and manage Azure resources directly from VS Code.
|
|||
|
||||
> Sign up today for your free Azure account and receive 12 months of free popular services, $200 free credit and 25+ always free services 👉 [Start Free](https://azure.microsoft.com/free/open-source).
|
||||
|
||||
### Move to built-in VS Code authentication
|
||||
|
||||
The Azure Resources extension now uses the [built-in VS Code Microsoft authentication provider](https://github.com/microsoft/vscode/tree/main/extensions/microsoft-authentication) to authenticate with Azure, and no longer depends on the [Azure Account extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.azure-account). This move increases the reliability of Azure authentication, especially when using a proxy.
|
||||
|
||||
#### How to Sign In
|
||||
|
||||
Sign in by selecting the "Sign in to Azure..." item in the Azure Resources view.
|
||||
|
||||
> Note: Sessions won't be migrated from Azure Account to the new built-in authentication. This means you will have to sign in once Azure Resources updates to v0.8.0.
|
||||
|
||||
<img width="379" alt="Sign in" src="https://github.com/microsoft/vscode-azureresourcegroups/assets/12476526/cd86687c-9a9f-4d0b-b8dc-7eef071d657a">
|
||||
|
||||
You can also sign in using the new "Azure: Sign In" command contributed by the Azure Resources extension. Note: make sure you don't mistake it for the old Azure Account "Azure: Sign In" command.
|
||||
|
||||
<img width="471" alt="Sign in using command palette" src="https://github.com/microsoft/vscode-azureresourcegroups/assets/12476526/4e9dbd3b-86aa-4d83-80f0-055286e9f460">
|
||||
|
||||
#### How to Sign Out
|
||||
|
||||
Sign out in the Accounts menu located in the bottom left of your VS Code window.
|
||||
|
||||
<img width="568" alt="Sign out with Accounts menu" src="https://github.com/microsoft/vscode-azureresourcegroups/assets/12476526/9a83119a-bf4b-45dd-9ddd-02ba3bf61746">
|
||||
|
||||
#### Filter Subscriptions
|
||||
|
||||
You can filter the displayed subscriptions just as before, by selecting the Filter icon on any subscription. Previously filtered subscriptions will not be migrated automatically.
|
||||
|
||||
<img width="546" alt="Filter subscriptions" src="https://github.com/microsoft/vscode-azureresourcegroups/assets/12476526/d57712cf-276f-41c1-8264-3974543d1ae6">
|
||||
|
||||
The filtered subscriptions are stored in the new `azureResourceGroups.selectedSubscriptions` setting.
|
||||
|
||||
#### Sign In to a Specific Directory/Tenant
|
||||
|
||||
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.
|
||||
|
||||
## 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.
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "vscode-azureresourcegroups",
|
||||
"version": "0.8.0-alpha.0",
|
||||
"version": "0.8.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "vscode-azureresourcegroups",
|
||||
"version": "0.8.0-alpha.0",
|
||||
"version": "0.8.0",
|
||||
"license": "SEE LICENSE IN LICENSE.md",
|
||||
"dependencies": {
|
||||
"@azure/arm-resources": "^5.2.0",
|
||||
|
@ -48,7 +48,7 @@
|
|||
"webpack-cli": "^4.6.0"
|
||||
},
|
||||
"engines": {
|
||||
"vscode": "^1.81.0"
|
||||
"vscode": "^1.82.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@azure/abort-controller": {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "vscode-azureresourcegroups",
|
||||
"displayName": "Azure Resources",
|
||||
"description": "%azureResourceGroups.description%",
|
||||
"version": "0.8.0-alpha.0",
|
||||
"version": "0.8.0",
|
||||
"publisher": "ms-azuretools",
|
||||
"icon": "resources/resourceGroup.png",
|
||||
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
|
||||
|
|
Загрузка…
Ссылка в новой задаче