From e075b56e57ff4f264713b79e63171dc195b188a1 Mon Sep 17 00:00:00 2001 From: xiangtin <36420037+xiangtin@users.noreply.github.com> Date: Fri, 22 Nov 2024 16:33:37 -0800 Subject: [PATCH] Change Azure Stack HCI naming convention to Azure Local (#2840) * Change Azure Stack HCI naming convention to Azure Local * Version update --- .../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 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 } ],