Skip to content

Commit 7b90137

Browse files
dependabot[bot]Copilotbrendandburns
authored
Fix Snapshot_command_supports_managementGroup_scope test CI failure (#19365)
The `Snapshot_command_supports_managementGroup_scope` integration test was failing in CI because its expected JSON was missing the `"outputs"` field that the snapshot command now includes in its output. - Added `"outputs": {}` to the expected JSON assertion in `SnapshotCommandTests.Snapshot_command_supports_managementGroup_scope`, consistent with all other snapshot test assertions in the file --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: brendandburns <5751682+brendandburns@users.noreply.github.com>
1 parent 0211444 commit 7b90137

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

src/vscode-bicep/package-lock.json

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/vscode-bicep/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@
849849
"@azure/arm-managementgroups": "2.0.2",
850850
"@azure/arm-resources": "^6.0.0",
851851
"@azure/arm-subscriptions": "^6.0.0",
852-
"@azure/identity": "^4.10.0",
852+
"@azure/identity": "^4.13.1",
853853
"@microsoft/vscode-azext-azureauth": "^4.1.1",
854854
"@microsoft/vscode-azext-azureutils": "^3.1.3",
855855
"@microsoft/vscode-azext-utils": "^4.0.5",

0 commit comments

Comments
 (0)