Skip to content

Commit 507812b

Browse files
Merge pull request #217754 from mikefrobbins/mr-azps-2007196
Updated module installation instructions to align with azps
2 parents 0806b1b + f584be3 commit 507812b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/governance/resource-graph/shared-query-azure-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Quickstart: Create a shared query with Azure PowerShell'
33
description: In this quickstart, you follow the steps to create a Resource Graph shared query using Azure PowerShell.
4-
ms.date: 08/17/2021
4+
ms.date: 11/09/2022
55
ms.topic: quickstart
66
ms.custom: devx-track-azurepowershell, mode-api
77
---
@@ -22,7 +22,7 @@ before you begin.
2222
> using the `Install-Module` cmdlet.
2323
2424
```azurepowershell-interactive
25-
Install-Module -Name Az.ResourceGraph
25+
Install-Module -Name Az.ResourceGraph -Scope CurrentUser -Repository PSGallery -Force
2626
```
2727

2828
- If you have multiple Azure subscriptions, choose the appropriate subscription in which the

0 commit comments

Comments
 (0)