You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removes a revisioned API from extracted artifacts, runs `apiops publish --delete-unmatched`, and verifies the removed API revisions are deleted from target APIM.
Deletes source and target resource groups and purges soft-deleted APIM services. This phase always run, regardless of the success of previous phases, unles `-SkipTeardown` switch is specified.
Copy file name to clipboardExpand all lines: tests/integration/all-resource-types/phases/run-phase8-teardown.ps1
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
#requires -Version7.0
4
4
<#
5
5
.SYNOPSIS
6
-
Phase 7 — Tear down source and target APIM resource groups.
6
+
Phase 8 — Tear down source and target APIM resource groups.
7
7
.DESCRIPTION
8
8
Deletes the source and target resource groups, waits for the deletions to complete, and then purges any soft-deleted APIM instances in the specified location.
0 commit comments