Skip to content

Commit b9a2cbb

Browse files
Merge pull request #3711 from MicrosoftDocs/main
Auto Publish – main to live - 2025-08-29 22:30 UTC
2 parents bb6fcde + 21b5aef commit b9a2cbb

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs-conceptual/azps-14.3.0/troubleshooting.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,22 @@ To enable debug logging for an entire PowerShell session, you set the value of t
2626
$DebugPreference = 'Continue'
2727
```
2828

29+
## Known issue: Installing Az modules from MAR fails
30+
31+
When installing certain Az PowerShell modules from the Microsoft Artifact Registry (MAR) using
32+
**PSResourceGet**, you may encounter an error such as:
33+
34+
```Output
35+
Install-PSResource: Package(s) 'Az.Keyvault' could not be installed from repository 'MAR'.
36+
```
37+
38+
> [!NOTE]
39+
> As a temporary workaround, install the module from another repository, such as the PowerShell
40+
> Gallery, until the issue is resolved.
41+
42+
For more information, see
43+
[Bugfix for comparing file path name to determine exact match](https://github.com/PowerShell/PSResourceGet/pull/1817).
44+
2945
## Troubleshooting multifactor authentication (MFA)
3046

3147
### Interactive login failures

0 commit comments

Comments
 (0)