-
## Description
Unable to login to Azure (Public or Government) using Az PowerShell module
## Steps to reproduce
```powershell
Set-ExecutionPolicy Bypass -Scope CurrentUser
Install-Module Az…
-
## Description
Unable to connect to Azure from Powershell using Connect-AzAccount. Windows 10
## Steps to reproduce
Opening Powershell in Administrator Mode:
```
Windows PowerShell
Copyright…
-
## Description
Unable to update azure sql server password with the below command when logging to azure using service principle
Set-AzSqlServer -ResourceGroupName $DatabaseRg `
-ServerName $…
-
**Bicep version**
`Using Bicep v0.25.53`
**Describe the bug**
In the AVM CI, we see an increasing amount of deployments that fail because implicit dependencies are not being waited for consistent…
-
# Steps to onboard azure-json into SDK's
See this guide: https://github.com/Azure/azure-sdk-for-java/wiki/Azure-Json-Migration
# Libraries to migrate
```[tasklist]
### Tasks
- [ ] com.azu…
-
### Description
If you run `Remove-AzRoleDefinition -WhatIf`, the message is outputted as:
```
What if: Performing the operation "Are you sure you want to remove role definition with id '{0}'." o…
-
## Description
Following the tutorial [here](https://docs.microsoft.com/en-us/azure/azure-sql/database/scripts/import-from-bacpac-powershell#sample-script) results in
"An unexpected error occure…
-
### Description
I created a custom role through a PowerShell script for some use-case testing. After usage, I tried to delete the role, but it seems that I cannot delete it both from the Azure Portal…
-
## Description
In some cases, when I run `Get-AzRoleAssignment -IncludeClassicAdministrators`, I'm getting the error below:
```
Get-AzRoleAssignment : Failed to list classic administrators of s…
-
## Description
`Get-AzResource` **does not** return availability zones for `Microsoft.Network/publicIpAddresses`.
REST API and `Get-AzPublicIpAddress` **do** return zones.
I would expect …