From af7579da89e7766e3234e36eaf7adffdd605820c Mon Sep 17 00:00:00 2001 From: Xiangting Xiao Date: Tue, 19 Nov 2024 10:34:41 -0800 Subject: [PATCH 1/2] Change Azure Stack HCI naming convention to Azure Local --- .../Windows Virtual Desktop/AtScale/Overview/Overview.workbook | 2 +- .../Template Versioning Footer.workbook | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Workbooks/Windows Virtual Desktop/AtScale/Overview/Overview.workbook b/Workbooks/Windows Virtual Desktop/AtScale/Overview/Overview.workbook index 13370d1972..4e62229316 100644 --- a/Workbooks/Windows Virtual Desktop/AtScale/Overview/Overview.workbook +++ b/Workbooks/Windows Virtual Desktop/AtScale/Overview/Overview.workbook @@ -892,7 +892,7 @@ "type": 3, "content": { "version": "KqlItem/1.0", - "query": "desktopvirtualizationresources\r\n| extend VMRid = tolower(properties.resourceId), Sessions = toint(properties.sessions), hpId = tolower(trim_end(\"/sessionhosts/.+\", id))\r\n| where hpId in~ ({HostPools})\r\n|project id=VMRid, Sessions\r\n| join kind=inner (resources\r\n | where type =~ \"microsoft.compute/virtualmachines\" or type =~ \"microsoft.hybridcompute/machines\"\r\n | extend id = tolower(id), location=iff(type =~ \"microsoft.hybridcompute/machines\", \"Azure Stack HCI\", location)\r\n ) on id\r\n| summarize Count = count(), Sessions=sum(Sessions) by location\r\n| sort by Count desc, Sessions desc\r\n", + "query": "desktopvirtualizationresources\r\n| extend VMRid = tolower(properties.resourceId), Sessions = toint(properties.sessions), hpId = tolower(trim_end(\"/sessionhosts/.+\", id))\r\n| where hpId in~ ({HostPools})\r\n|project id=VMRid, Sessions\r\n| join kind=inner (resources\r\n | where type =~ \"microsoft.compute/virtualmachines\" or type =~ \"microsoft.hybridcompute/machines\"\r\n | extend id = tolower(id), location=iff(type =~ \"microsoft.hybridcompute/machines\", \"Azure Local\", location)\r\n ) on id\r\n| summarize Count = count(), Sessions=sum(Sessions) by location\r\n| sort by Count desc, Sessions desc\r\n", "size": 0, "showRefreshButton": true, "queryType": 1, diff --git a/Workbooks/Windows Virtual Desktop/shared/Template Versioning Footer/Template Versioning Footer.workbook b/Workbooks/Windows Virtual Desktop/shared/Template Versioning Footer/Template Versioning Footer.workbook index 66a8ee5647..5c3ff97f55 100644 --- a/Workbooks/Windows Virtual Desktop/shared/Template Versioning Footer/Template Versioning Footer.workbook +++ b/Workbooks/Windows Virtual Desktop/shared/Template Versioning Footer/Template Versioning Footer.workbook @@ -13,7 +13,7 @@ "type": 1, "description": "Internal parameter to centralize the template version", "isRequired": true, - "value": "4.1.0", + "value": "4.2.0", "isHiddenWhenLocked": true } ], From 3ac6833a4de8cb3efa6ca98c9b72da1338576fd3 Mon Sep 17 00:00:00 2001 From: Xiangting Xiao Date: Thu, 21 Nov 2024 13:57:02 -0800 Subject: [PATCH 2/2] Version update --- .../Template Versioning Footer.workbook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Workbooks/Windows Virtual Desktop/shared/Template Versioning Footer/Template Versioning Footer.workbook b/Workbooks/Windows Virtual Desktop/shared/Template Versioning Footer/Template Versioning Footer.workbook index 5c3ff97f55..2f2e2b0dc2 100644 --- a/Workbooks/Windows Virtual Desktop/shared/Template Versioning Footer/Template Versioning Footer.workbook +++ b/Workbooks/Windows Virtual Desktop/shared/Template Versioning Footer/Template Versioning Footer.workbook @@ -13,7 +13,7 @@ "type": 1, "description": "Internal parameter to centralize the template version", "isRequired": true, - "value": "4.2.0", + "value": "4.3.0", "isHiddenWhenLocked": true } ],