Skip to content

Commit

Permalink
Change Azure Stack HCI naming convention to Azure Local (#2840)
Browse files Browse the repository at this point in the history
* Change Azure Stack HCI naming convention to Azure Local

* Version update
  • Loading branch information
xiangtin authored Nov 23, 2024
1 parent 3daeb8e commit e075b56
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 @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
],
Expand Down

0 comments on commit e075b56

Please sign in to comment.