Skip to content

Commit a20bc45

Browse files
authored
Merge pull request #3 from xoap-io/dev
minor adjustments
2 parents 8d92f11 + 01ce430 commit a20bc45

18 files changed

+20
-20
lines changed

aws-cli/workspaces/wip_aws-cli-modify-workspace-properties.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
[CmdletBinding()]
2727
param(
2828
[Parameter(Mandatory)]
29-
[string]$AzResourceGroupName
29+
[string]$AzResourceGroupName
3030
)
3131

3232
#Set Error Action to Silently Continue

aws-ps/workspaces/aws-ps-reboot-workspace.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ param(
3434
[string]$AwsWorkspaceId = "myWorkspaceId"
3535
)
3636

37-
#Set Error Action to Silently Continue
37+
#Set Error Action to Stop
3838
$ErrorActionPreference = "Stop"
3939

4040
Restart-WKSWorkspace -WorkspaceId $AwsWorkspaceId

azure-cli/arm/az-cli-deploy-arm.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
[CmdletBinding()]
4545
param(
4646
[Parameter(Mandatory)]
47-
[string]$AzResourceGroupName,
47+
[string]$AzResourceGroupName = "myResourceGroup",
4848
[Parameter(Mandatory)]
49-
[string]$ArmTemplateFile,
49+
[string]$ArmTemplateFile = "myArmTemplate.json",
5050
[Parameter(Mandatory)]
51-
[string]$ArmTemplateParametersFile
51+
[string]$ArmTemplateParametersFile = "myArmTemplateParameters.json"
5252
)
5353

5454
#Set Error Action to Silently Continue

azure-cli/vms/az-cli-create-windows-vm.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
Azure CLI
1919
2020
.LINK
21-
https://github.com/scriptrunner/ActionPacks/tree/master/ActiveDirectory/Users
21+
https://github.com/xoap-io/scripted-actions
2222
2323
.PARAMETER AzResourceGroupName
2424
Defines the name of the Azure Resource Group.

azure-cli/vms/wip_az-cli-create-image-builder-linux.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Azure CLI
1818
1919
.LINK
20-
https://github.com/scriptrunner/ActionPacks/tree/master/ActiveDirectory/Users
20+
https://github.com/xoap-io/scripted-actions
2121
2222
.PARAMETER AzResourceGroupName
2323
Defines the name of the Azure Resource Group.

azure-cli/vms/wip_az-cli-create-image-builder-windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Azure CLI
1818
1919
.LINK
20-
https://github.com/scriptrunner/ActionPacks/tree/master/ActiveDirectory/Users
20+
https://github.com/xoap-io/scripted-actions
2121
2222
.PARAMETER AzResourceGroupName
2323
Defines the name of the Azure Resource Group.

azure-cli/vms/wip_az-cli-create-linux-vm.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Azure CLI
1818
1919
.LINK
20-
https://github.com/scriptrunner/ActionPacks/tree/master/ActiveDirectory/Users
20+
https://github.com/xoap-io/scripted-actions
2121
2222
.PARAMETER AzResourceGroupName
2323
Defines the name of the Azure Resource Group.

azure-cli/vms/wip_az-cli-delete-image-builder-linux.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
1919
.LINK
20-
https://github.com/scriptrunner/ActionPacks/tree/master/ActiveDirectory/Users
20+
https://github.com/xoap-io/scripted-actions
2121
2222
.PARAMETER AzResourceGroupName
2323
Defines the name of the Azure Resource Group.

azure-ps/az-ps-create-linux-vm.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
Azure PowerShell
2424
2525
.LINK
26-
https://github.com/scriptrunner/ActionPacks/tree/master/ActiveDirectory/Users
26+
https://github.com/xoap-io/scripted-actions
2727
2828
.PARAMETER AzResourceGroupName
2929
Defines the name of the Azure Resource Group.

azure-ps/az-ps-create-resource-group.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
Azure PowerShell
2424
2525
.LINK
26-
https://github.com/scriptrunner/ActionPacks/tree/master/ActiveDirectory/Users
26+
https://github.com/xoap-io/scripted-actions
2727
2828
.PARAMETER AzResourceGroupName
2929
Defines the name of the Azure Resource Group.

azure-ps/az-ps-create-vm-scale-set.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
Azure PowerShell
3030
3131
.LINK
32-
https://github.com/scriptrunner/ActionPacks/tree/master/ActiveDirectory/Users
32+
https://github.com/xoap-io/scripted-actions
3333
3434
.PARAMETER AzResourceGroupName
3535
Defines the name of the Azure Resource Group.

azure-ps/az-ps-delete-resource-group.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
Azure PowerShell
2121
2222
.LINK
23-
https://github.com/scriptrunner/ActionPacks/tree/master/ActiveDirectory/Users
23+
https://github.com/xoap-io/scripted-actions
2424
2525
.PARAMETER AzResourceGroupName
2626
Defines the name of the Azure Resource Group.

azure-ps/az-ps-image-builder-windows-cleanup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
Azure PowerShell
2222
2323
.LINK
24-
https://github.com/scriptrunner/ActionPacks/tree/master/ActiveDirectory/Users
24+
https://github.com/xoap-io/scripted-actions
2525
2626
.PARAMETER AzResourceGroupName
2727
Defines the name of the Azure Resource Group.

azure-ps/az-ps-install-nginx-linux-vm.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
Azure PowerShell
2323
2424
.LINK
25-
https://github.com/scriptrunner/ActionPacks/tree/master/ActiveDirectory/Users
25+
https://github.com/xoap-io/scripted-actions
2626
2727
.PARAMETER AzResourceGroupName
2828
Defines the name of the Azure Resource Group.

azure-ps/az-ps-install-webserver-windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
Azure PowerShell
2323
2424
.LINK
25-
https://github.com/scriptrunner/ActionPacks/tree/master/ActiveDirectory/Users
25+
https://github.com/xoap-io/scripted-actions
2626
2727
.PARAMETER AzResourceGroupName
2828
Defines the name of the Azure Resource Group.

azure-ps/wip_az-ps-create-image-avd.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
1919
.LINK
20-
https://github.com/scriptrunner/ActionPacks/tree/master/ActiveDirectory/Users
20+
https://github.com/xoap-io/scripted-actions
2121
2222
.PARAMETER AzResourceGroupName
2323
Defines the name of the Azure Resource Group.

azure-ps/wip_az-ps-create-windows-vm.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
1919
2020
.LINK
21-
https://github.com/scriptrunner/ActionPacks/tree/master/ActiveDirectory/Users
21+
https://github.com/xoap-io/scripted-actions
2222
2323
.PARAMETER AzResourceGroupName
2424
Defines the name of the Azure Resource Group.

azure-ps/wip_az-ps-image-builder-windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
1919
.LINK
20-
https://github.com/scriptrunner/ActionPacks/tree/master/ActiveDirectory/Users
20+
https://github.com/xoap-io/scripted-actions
2121
2222
.PARAMETER AzResourceGroupName
2323
Defines the name of the Azure Resource Group.

0 commit comments

Comments
 (0)