mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Rename file and make not case sensitive
This commit is contained in:
+3
-3
@@ -30,9 +30,9 @@ if ([string]::IsNullOrEmpty($resourceGroupName) -or [string]::IsNullOrEmpty($sub
|
||||
|
||||
$query = @"
|
||||
Resources
|
||||
| where type == 'microsoft.azurearcdata/sqlserverinstances'
|
||||
| where resourceGroup == '$resourceGroupName'
|
||||
| where subscriptionId == '$subscriptionId'
|
||||
| where type =~ 'microsoft.azurearcdata/sqlserverinstances'
|
||||
| where resourceGroup =~ '$resourceGroupName'
|
||||
| where subscriptionId =~ '$subscriptionId'
|
||||
| project name, resourceGroup
|
||||
"@
|
||||
|
||||
Reference in New Issue
Block a user