Skip to content

Commit

Permalink
Merge pull request #3 from xoap-io/dev
Browse files Browse the repository at this point in the history
minor adjustments
  • Loading branch information
ssokolic authored Apr 24, 2024
2 parents 8d92f11 + 01ce430 commit a20bc45
Show file tree
Hide file tree
Showing 18 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
[CmdletBinding()]
param(
[Parameter(Mandatory)]
[string]$AzResourceGroupName
[string]$AzResourceGroupName
)

#Set Error Action to Silently Continue
Expand Down
2 changes: 1 addition & 1 deletion aws-ps/workspaces/aws-ps-reboot-workspace.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ param(
[string]$AwsWorkspaceId = "myWorkspaceId"
)

#Set Error Action to Silently Continue
#Set Error Action to Stop
$ErrorActionPreference = "Stop"

Restart-WKSWorkspace -WorkspaceId $AwsWorkspaceId
6 changes: 3 additions & 3 deletions azure-cli/arm/az-cli-deploy-arm.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
[CmdletBinding()]
param(
[Parameter(Mandatory)]
[string]$AzResourceGroupName,
[string]$AzResourceGroupName = "myResourceGroup",
[Parameter(Mandatory)]
[string]$ArmTemplateFile,
[string]$ArmTemplateFile = "myArmTemplate.json",
[Parameter(Mandatory)]
[string]$ArmTemplateParametersFile
[string]$ArmTemplateParametersFile = "myArmTemplateParameters.json"
)

#Set Error Action to Silently Continue
Expand Down
2 changes: 1 addition & 1 deletion azure-cli/vms/az-cli-create-windows-vm.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Azure CLI
.LINK
https://github.com/scriptrunner/ActionPacks/tree/master/ActiveDirectory/Users
https://github.com/xoap-io/scripted-actions
.PARAMETER AzResourceGroupName
Defines the name of the Azure Resource Group.
Expand Down
2 changes: 1 addition & 1 deletion azure-cli/vms/wip_az-cli-create-image-builder-linux.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Azure CLI
.LINK
https://github.com/scriptrunner/ActionPacks/tree/master/ActiveDirectory/Users
https://github.com/xoap-io/scripted-actions
.PARAMETER AzResourceGroupName
Defines the name of the Azure Resource Group.
Expand Down
2 changes: 1 addition & 1 deletion azure-cli/vms/wip_az-cli-create-image-builder-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Azure CLI
.LINK
https://github.com/scriptrunner/ActionPacks/tree/master/ActiveDirectory/Users
https://github.com/xoap-io/scripted-actions
.PARAMETER AzResourceGroupName
Defines the name of the Azure Resource Group.
Expand Down
2 changes: 1 addition & 1 deletion azure-cli/vms/wip_az-cli-create-linux-vm.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Azure CLI
.LINK
https://github.com/scriptrunner/ActionPacks/tree/master/ActiveDirectory/Users
https://github.com/xoap-io/scripted-actions
.PARAMETER AzResourceGroupName
Defines the name of the Azure Resource Group.
Expand Down
2 changes: 1 addition & 1 deletion azure-cli/vms/wip_az-cli-delete-image-builder-linux.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
.LINK
https://github.com/scriptrunner/ActionPacks/tree/master/ActiveDirectory/Users
https://github.com/xoap-io/scripted-actions
.PARAMETER AzResourceGroupName
Defines the name of the Azure Resource Group.
Expand Down
2 changes: 1 addition & 1 deletion azure-ps/az-ps-create-linux-vm.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
Azure PowerShell
.LINK
https://github.com/scriptrunner/ActionPacks/tree/master/ActiveDirectory/Users
https://github.com/xoap-io/scripted-actions
.PARAMETER AzResourceGroupName
Defines the name of the Azure Resource Group.
Expand Down
2 changes: 1 addition & 1 deletion azure-ps/az-ps-create-resource-group.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
Azure PowerShell
.LINK
https://github.com/scriptrunner/ActionPacks/tree/master/ActiveDirectory/Users
https://github.com/xoap-io/scripted-actions
.PARAMETER AzResourceGroupName
Defines the name of the Azure Resource Group.
Expand Down
2 changes: 1 addition & 1 deletion azure-ps/az-ps-create-vm-scale-set.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
Azure PowerShell
.LINK
https://github.com/scriptrunner/ActionPacks/tree/master/ActiveDirectory/Users
https://github.com/xoap-io/scripted-actions
.PARAMETER AzResourceGroupName
Defines the name of the Azure Resource Group.
Expand Down
2 changes: 1 addition & 1 deletion azure-ps/az-ps-delete-resource-group.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
Azure PowerShell
.LINK
https://github.com/scriptrunner/ActionPacks/tree/master/ActiveDirectory/Users
https://github.com/xoap-io/scripted-actions
.PARAMETER AzResourceGroupName
Defines the name of the Azure Resource Group.
Expand Down
2 changes: 1 addition & 1 deletion azure-ps/az-ps-image-builder-windows-cleanup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
Azure PowerShell
.LINK
https://github.com/scriptrunner/ActionPacks/tree/master/ActiveDirectory/Users
https://github.com/xoap-io/scripted-actions
.PARAMETER AzResourceGroupName
Defines the name of the Azure Resource Group.
Expand Down
2 changes: 1 addition & 1 deletion azure-ps/az-ps-install-nginx-linux-vm.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Azure PowerShell
.LINK
https://github.com/scriptrunner/ActionPacks/tree/master/ActiveDirectory/Users
https://github.com/xoap-io/scripted-actions
.PARAMETER AzResourceGroupName
Defines the name of the Azure Resource Group.
Expand Down
2 changes: 1 addition & 1 deletion azure-ps/az-ps-install-webserver-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Azure PowerShell
.LINK
https://github.com/scriptrunner/ActionPacks/tree/master/ActiveDirectory/Users
https://github.com/xoap-io/scripted-actions
.PARAMETER AzResourceGroupName
Defines the name of the Azure Resource Group.
Expand Down
2 changes: 1 addition & 1 deletion azure-ps/wip_az-ps-create-image-avd.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
.LINK
https://github.com/scriptrunner/ActionPacks/tree/master/ActiveDirectory/Users
https://github.com/xoap-io/scripted-actions
.PARAMETER AzResourceGroupName
Defines the name of the Azure Resource Group.
Expand Down
2 changes: 1 addition & 1 deletion azure-ps/wip_az-ps-create-windows-vm.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
.LINK
https://github.com/scriptrunner/ActionPacks/tree/master/ActiveDirectory/Users
https://github.com/xoap-io/scripted-actions
.PARAMETER AzResourceGroupName
Defines the name of the Azure Resource Group.
Expand Down
2 changes: 1 addition & 1 deletion azure-ps/wip_az-ps-image-builder-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
.LINK
https://github.com/scriptrunner/ActionPacks/tree/master/ActiveDirectory/Users
https://github.com/xoap-io/scripted-actions
.PARAMETER AzResourceGroupName
Defines the name of the Azure Resource Group.
Expand Down

0 comments on commit a20bc45

Please sign in to comment.