small changes to script params

This commit is contained in:
Travis Wright
2024-11-15 11:50:22 -06:00
parent dff1a53202
commit 76fa8893f1
2 changed files with 2 additions and 2 deletions
@@ -1,5 +1,6 @@
param (
[string]$resourceGroupName = 'myResourceGroup',
[string]$resourceGroupName = '',
[Parameter(Mandatory=$true)]
[string]$subscriptionId = '00000000-0000-0000-0000-000000000000',
[switch]$WhatIf = $false,
[string]$propertiesJSON = @"
Submodule sql-server-samples deleted from 9371468580