Skip to content

Commit 3b4e392

Browse files
author
Charmaine Chan
committed
Rename file and make not case sensitive
1 parent d2f0dda commit 3b4e392

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

samples/features/azure-arc/configuration/Patch-ComputeMachineDisableFeatures renamed to samples/features/azure-arc/configuration/Patch-ComputeMachineDisableFeatures.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ if ([string]::IsNullOrEmpty($resourceGroupName) -or [string]::IsNullOrEmpty($sub
3030

3131
$query = @"
3232
Resources
33-
| where type == 'microsoft.azurearcdata/sqlserverinstances'
34-
| where resourceGroup == '$resourceGroupName'
35-
| where subscriptionId == '$subscriptionId'
33+
| where type =~ 'microsoft.azurearcdata/sqlserverinstances'
34+
| where resourceGroup =~ '$resourceGroupName'
35+
| where subscriptionId =~ '$subscriptionId'
3636
| project name, resourceGroup
3737
"@
3838

0 commit comments

Comments
 (0)