Skip to content

Commit 8c8713e

Browse files
committed
Corrected Az.Resources manifest to include stacks cmdlets
1 parent cd0272d commit 8c8713e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

src/Resources/Resources/Az.Resources.psd1

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '4.3.1'
15+
ModuleVersion = '9.0.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -152,7 +152,14 @@ CmdletsToExport = 'Get-AzProviderOperation', 'Remove-AzRoleAssignment',
152152
'Get-AzManagementGroupDeploymentWhatIfResult',
153153
'Get-AzTenantDeploymentWhatIfResult', 'Get-AzTemplateSpec',
154154
'New-AzTemplateSpec', 'Set-AzTemplateSpec', 'Export-AzTemplateSpec',
155-
'Remove-AzTemplateSpec'
155+
'Remove-AzTemplateSpec',
156+
'Publish-AzBicepModule', 'Get-AzResourceGroupDeploymentStack',
157+
'Get-AzResourceGroupDeploymentStackSnapshot',
158+
'New-AzResourceGroupDeploymentStack',
159+
'New-AzSubscriptionDeploymentStack', 'Remove-AzResourceGroupDeploymentStack',
160+
'Remove-AzResourceGroupDeploymentStackSnapshot', 'Remove-AzSubscriptionDeploymentStack',
161+
'Remove-AzSubscriptionDeploymentStackSnapshot', 'Set-AzResourceGroupDeploymentStack',
162+
'Set-AzSubscriptionDeploymentStack', 'Get-AzSubscriptionDeploymentStack', 'Get-AzSubscriptionDeploymentStackSnapshot'
156163

157164
# Variables to export from this module
158165
# VariablesToExport = @()
@@ -223,4 +230,3 @@ PrivateData = @{
223230
# DefaultCommandPrefix = ''
224231

225232
}
226-

0 commit comments

Comments
 (0)