Merge branch 'main' into philliphoff-network-instrumentation
This commit is contained in:
Коммит
c0861c2496
|
@ -1,6 +1,12 @@
|
|||
# Change Log
|
||||
All notable changes to the "ms-vscode.azure-account" extension will be documented in this file.
|
||||
|
||||
## [0.11.1] - 2022-08-03
|
||||
|
||||
### Fixed
|
||||
- Don't prompt to sign out and reload on first run [#603](https://github.com/microsoft/vscode-azure-account/pull/603)
|
||||
- Revert removal of prompt property in query string. [#595](https://github.com/microsoft/vscode-azure-account/pull/595)
|
||||
|
||||
## [0.11.0]
|
||||
|
||||
### Changed
|
||||
|
|
|
@ -5029,7 +5029,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
|
||||
---------------------------------------------------------
|
||||
|
||||
moment 2.29.2 - MIT
|
||||
moment 2.29.4 - MIT
|
||||
https://momentjs.com/
|
||||
|
||||
Copyright (c) JS Foundation and other contributors
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "azure-account",
|
||||
"version": "0.11.1-alpha.0",
|
||||
"version": "0.11.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "azure-account",
|
||||
"version": "0.11.1-alpha.0",
|
||||
"version": "0.11.1",
|
||||
"license": "SEE LICENSE IN LICENSE.md",
|
||||
"dependencies": {
|
||||
"@azure/arm-resources": "^4.2.2",
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"color": "#0072c6",
|
||||
"theme": "dark"
|
||||
},
|
||||
"version": "0.11.1-alpha.0",
|
||||
"version": "0.11.1",
|
||||
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
|
||||
"publisher": "ms-vscode",
|
||||
"engines": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче