We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0806b1b + f584be3 commit 507812bCopy full SHA for 507812b
articles/governance/resource-graph/shared-query-azure-powershell.md
@@ -1,7 +1,7 @@
1
---
2
title: 'Quickstart: Create a shared query with Azure PowerShell'
3
description: In this quickstart, you follow the steps to create a Resource Graph shared query using Azure PowerShell.
4
-ms.date: 08/17/2021
+ms.date: 11/09/2022
5
ms.topic: quickstart
6
ms.custom: devx-track-azurepowershell, mode-api
7
@@ -22,7 +22,7 @@ before you begin.
22
> using the `Install-Module` cmdlet.
23
24
```azurepowershell-interactive
25
- Install-Module -Name Az.ResourceGraph
+ Install-Module -Name Az.ResourceGraph -Scope CurrentUser -Repository PSGallery -Force
26
```
27
28
- If you have multiple Azure subscriptions, choose the appropriate subscription in which the
0 commit comments