azure-powershell icon indicating copy to clipboard operation
azure-powershell copied to clipboard

Microsoft Azure PowerShell

Results 752 azure-powershell issues
Sort by recently updated
recently updated
newest added

### Description ##NOTE: Missing PuasedDate $AzSQLServer=(Get-AzSqlServer); $AzSQLDatabases=($AzSQLServer|Get-AzSqlDatabase); I can see the status that the database is paused but can not find the date in Get-AzSqlDatabase output CLI: has the PuasedDate!...

SQL
question
customer-reported
CXP Attention

### Description of the new feature When utilising federated identity credential such as on GitHub, a client secret is never needed as part of the app registration/spn. It seems currently...

feature-request
AAD
question
customer-reported
needs-team-attention

## Description Add new nic property DisableTcpStateTracking. Design review: https://github.com/Azure/azure-powershell-cmdlet-review-pr/issues/1244 ## Checklist - [X] Check this box to confirm: **I have read the [_Submitting Changes_](../blob/main/CONTRIBUTING.md#submitting-changes) section of [`CONTRIBUTING.md`](../blob/main/CONTRIBUTING.md) and reviewed...

### Description Hi there, I have saved MicrosoftGraph and AZ modules to my computer, copied them into modules folder, but only graph is working. When I try to import AZ...

question
customer-reported
needs-team-attention
Installer
Tracking

## Description of the new feature Add the `-InputObject` parameter to the appropriate AzRoleDefintion cmdlets. Reason: Currently you can either input a JSON file or a RoleDefinition object. Manipulating a...

feature-request
Authorization
Service Attention

### Description Using New-AzCostManagementExport for with DefinitionType - AmortizedCost is producing the error - Request properties validation failed: Invalid definition type 'AmortizedCost'; valid values: 'Usage'. Looks like the PS is...

Service Attention
bug
Cost Management - UsageDetailsAndExport

### Description As per azure powershell documentation https://docs.microsoft.com/en-us/powershell/module/az.eventgrid/new-azeventgridsubscription?view=azps-8.2.0 the New-AzEventGridSubscription is supposed to have DeliveryAttributeMapping as a command line parameter. However when i install the latest module of eventgrid, i...

Event Grid
bug
customer-reported
needs-author-feedback
no-recent-activity

I'm porting some scripts from using the AzureAD module to instead use Az for cross platform purposes and found that there are no cmdlets for group ownership listing and manipulation...

feature-request
AAD
customer-reported
P2

## Description Design: https://github.com/Azure/azure-powershell-cmdlet-review-pr/issues/1257 ## Checklist - [ ] Check this box to confirm: **I have read the [_Submitting Changes_](../blob/main/CONTRIBUTING.md#submitting-changes) section of [`CONTRIBUTING.md`](../blob/main/CONTRIBUTING.md) and reviewed the following information:** * **SHOULD**...

### Description Issue: Output of Get-AzVMRunCommand does not display any other fields apart from Name and Location, which are not useful (because they are input itself). ASK: mentioned at the...

Compute - VM
Service Attention
bug