Skip to content

Commit

Permalink
Fix line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
oZakari committed Oct 17, 2024
1 parent 840f6d9 commit 8289273
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources
| extend backupredundancy=properties.storageAccountType
| extend ServiceTier = sku.tier
| where backupredundancy != 'GeoZone'
| project name, ServiceTier, backupredundancy
| project name, ServiceTier, backupredundancy
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ resources
| where type =~ 'Microsoft.Sql/managedInstances'
| extend connectionpolicy=properties.proxyOverride
| where connectionpolicy != 'Redirect'
| project name, connectionpolicy
| project name, connectionpolicy

0 comments on commit 8289273

Please sign in to comment.