Skip to content

Commit e45ebab

Browse files
AZ
1 parent 0bb976c commit e45ebab

40 files changed

+66
-76
lines changed

Azure/Billing/Get-AzConsumptionUsageDetails.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
© ScriptRunner Software GmbH
1717
1818
.COMPONENT
19-
Requires Module Az
19+
Requires Module Az.Billing
2020
Requires Library script AzureAzLibrary.ps1
2121
2222
.LINK
@@ -74,7 +74,7 @@ param(
7474
[string[]]$Properties = @('UsageStart','UsageEnd','BillingPeriodName','InstanceName')
7575
)
7676

77-
Import-Module Az
77+
Import-Module Az.Billing
7878

7979
try{
8080
if($Properties -contains '*'){

Azure/Compute/Get-AzVMSize.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
© ScriptRunner Software GmbH
1717
1818
.COMPONENT
19-
Requires Module Az
19+
Requires Module Az.Compute
2020
Requires Library script AzureAzLibrary.ps1
2121
2222
.LINK

Azure/Compute/Get-AzVMSizes.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
© ScriptRunner Software GmbH
1717
1818
.COMPONENT
19-
Requires Module Az
19+
Requires Module Az.Compute
2020
Requires Library script AzureAzLibrary.ps1
2121
2222
.LINK

Azure/Compute/Get-AzVMs.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
© ScriptRunner Software GmbH
1717
1818
.COMPONENT
19-
Requires Module Az
19+
Requires Module Az.Compute
2020
Requires Library script AzureAzLibrary.ps1
2121
2222
.LINK

Azure/Compute/Invoke-AzVMCommand.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
© ScriptRunner Software GmbH
1818
1919
.COMPONENT
20-
Requires Module Az
20+
Requires Module Az.Compute
2121
2222
.LINK
2323
https://github.com/scriptrunner/ActionPacks/blob/master/Azure/Compute

Azure/Compute/New-AzVM.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
© ScriptRunner Software GmbH
1717
1818
.COMPONENT
19-
Requires Module Az
19+
Requires Module Az.Compute
2020
Requires Library script AzureAzLibrary.ps1
2121
2222
.LINK

Azure/Compute/Remove-AzVM.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
© ScriptRunner Software GmbH
1818
1919
.COMPONENT
20-
Requires Module Az
20+
Requires Module Az.Compute
2121
Requires Library script AzureAzLibrary.ps1
2222
2323
.LINK

Azure/Compute/Set-AzVMSize.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
© ScriptRunner Software GmbH
1717
1818
.COMPONENT
19-
Requires Module Az
19+
Requires Module Az.Compute
2020
Requires Library script AzureAzLibrary.ps1
2121
2222
.LINK

Azure/Compute/Update-AzVM.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
© ScriptRunner Software GmbH
1717
1818
.COMPONENT
19-
Requires Module Az
19+
Requires Module Az.Compute
2020
Requires Library script AzureAzLibrary.ps1
2121
2222
.LINK

Azure/Resources/Get-AzResource.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
© ScriptRunner Software GmbH
1717
1818
.COMPONENT
19-
Requires Module Az
19+
Requires Module Az.Resources
2020
Requires Library script AzureAzLibrary.ps1
2121
2222
.LINK
@@ -59,7 +59,7 @@ param(
5959
[string[]]$Properties = @('Name','ResourceGroupName','ResourceType','Location')
6060
)
6161

62-
Import-Module Az
62+
Import-Module Az.Resources
6363

6464
try{
6565
if($Properties -contains '*'){

0 commit comments

Comments
 (0)