Skip to content

Commit c9abb51

Browse files
chore: improve docs and outputs (#460)
# Pull Request ## Issue Issue #, if available: ## Description Description of changes: ## License By submitting this pull request, I confirm that my contribution is made under the terms of the projects associated license.
1 parent cbe81e7 commit c9abb51

File tree

3 files changed

+119
-27
lines changed

3 files changed

+119
-27
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 = 10
95+
$script:coverageThreshold = 5
9696

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

src/ALZ/ALZ.psd1

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,17 @@
3030
Copyright = '(c) Microsoft Corporation. All rights reserved.'
3131

3232
# Description of the functionality provided by this module
33-
Description = 'Azure Landing Zones Powershell Module'
33+
Description = @'
34+
Azure Landing Zones Powershell Module
35+
36+
This module provides cmdlets to help deploy and manage Azure Landing Zones (ALZ) in your Azure environment.
37+
38+
Included Cmdlets:
39+
- Test-AcceleratorRequirement: Tests if the current environment meets the requirements for deploying ALZ.
40+
- Deploy-Accelerator: Deploys the Azure Landing Zone accelerator to your Azure subscription.
41+
- Grant-SubscriptionCreatorRole: Grants the Subscription Creator role to a specified user or service principal.
42+
- Remove-PlatformLandingZone: Removes the deployed Azure Landing Zone from your Azure subscription
43+
'@
3444

3545
CompatiblePSEditions = 'Core'
3646

0 commit comments

Comments
 (0)