Skip to content

Commit b00d1f3

Browse files
chore: add destroy script (#454)
1 parent f714ed9 commit b00d1f3

File tree

3 files changed

+652
-2
lines changed

3 files changed

+652
-2
lines changed

src/ALZ.build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Enter-Build {
9292
$script:BuildModuleRootFile = Join-Path -Path $script:ModuleSourcePath -ChildPath "$($script:ModuleName).psm1"
9393

9494
# Ensure our builds fail until if below a minimum defined code test coverage threshold
95-
$script:coverageThreshold = 30
95+
$script:coverageThreshold = 10
9696

9797
[version]$script:MinPesterVersion = '5.2.2'
9898
[version]$script:MaxPesterVersion = '5.99.99'

src/ALZ/ALZ.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@
7474
FunctionsToExport = @(
7575
'Test-AcceleratorRequirement',
7676
'Deploy-Accelerator',
77-
'Grant-SubscriptionCreatorRole'
77+
'Grant-SubscriptionCreatorRole',
78+
'Remove-PlatformLandingZone'
7879
)
7980

8081
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.

0 commit comments

Comments
 (0)