|
12 | 12 | # RootModule = ''
|
13 | 13 |
|
14 | 14 | # Version number of this module.
|
15 |
| -ModuleVersion = '4.3.1' |
| 15 | +ModuleVersion = '9.0.0' |
16 | 16 |
|
17 | 17 | # Supported PSEditions
|
18 | 18 | CompatiblePSEditions = 'Core', 'Desktop'
|
@@ -152,7 +152,14 @@ CmdletsToExport = 'Get-AzProviderOperation', 'Remove-AzRoleAssignment',
|
152 | 152 | 'Get-AzManagementGroupDeploymentWhatIfResult',
|
153 | 153 | 'Get-AzTenantDeploymentWhatIfResult', 'Get-AzTemplateSpec',
|
154 | 154 | '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' |
156 | 163 |
|
157 | 164 | # Variables to export from this module
|
158 | 165 | # VariablesToExport = @()
|
@@ -223,4 +230,3 @@ PrivateData = @{
|
223 | 230 | # DefaultCommandPrefix = ''
|
224 | 231 |
|
225 | 232 | }
|
226 |
| - |
|
0 commit comments