mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
small changes to script params
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
param (
|
param (
|
||||||
[string]$resourceGroupName = 'myResourceGroup',
|
[string]$resourceGroupName = '',
|
||||||
|
[Parameter(Mandatory=$true)]
|
||||||
[string]$subscriptionId = '00000000-0000-0000-0000-000000000000',
|
[string]$subscriptionId = '00000000-0000-0000-0000-000000000000',
|
||||||
[switch]$WhatIf = $false,
|
[switch]$WhatIf = $false,
|
||||||
[string]$propertiesJSON = @"
|
[string]$propertiesJSON = @"
|
||||||
|
|||||||
Submodule sql-server-samples deleted from 9371468580
Reference in New Issue
Block a user