From b487ef3fe7217963effc17df0e6fdbb0843b77d7 Mon Sep 17 00:00:00 2001 From: ramyerrabotu Date: Thu, 17 Oct 2024 10:52:22 +0800 Subject: [PATCH] Fix: whitespaces in KQL files --- .../kql/15e2712c-f3ea-4a8d-9081-11e822b1ccfb.kql | 2 +- .../kql/c14de326-2729-4be7-a91f-4ea185d24b10.kql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-resources/Sql/managedInstances/kql/15e2712c-f3ea-4a8d-9081-11e822b1ccfb.kql b/azure-resources/Sql/managedInstances/kql/15e2712c-f3ea-4a8d-9081-11e822b1ccfb.kql index dac07729..b7495e05 100644 --- a/azure-resources/Sql/managedInstances/kql/15e2712c-f3ea-4a8d-9081-11e822b1ccfb.kql +++ b/azure-resources/Sql/managedInstances/kql/15e2712c-f3ea-4a8d-9081-11e822b1ccfb.kql @@ -5,4 +5,4 @@ resources | extend backupredundancy=properties.storageAccountType | extend ServiceTier = sku.tier | where backupredundancy != 'GeoZone' -| project name, ServiceTier, backupredundancy +| project name, ServiceTier, backupredundancy \ No newline at end of file diff --git a/azure-resources/Sql/managedInstances/kql/c14de326-2729-4be7-a91f-4ea185d24b10.kql b/azure-resources/Sql/managedInstances/kql/c14de326-2729-4be7-a91f-4ea185d24b10.kql index 12982ed3..b06d0d40 100644 --- a/azure-resources/Sql/managedInstances/kql/c14de326-2729-4be7-a91f-4ea185d24b10.kql +++ b/azure-resources/Sql/managedInstances/kql/c14de326-2729-4be7-a91f-4ea185d24b10.kql @@ -4,4 +4,4 @@ resources | where type =~ 'Microsoft.Sql/managedInstances' | extend connectionpolicy=properties.proxyOverride | where connectionpolicy != 'Redirect' -| project name, connectionpolicy +| project name, connectionpolicy \ No newline at end of file