azure-powershell
azure-powershell copied to clipboard
Microsoft Azure PowerShell
### 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!...
### 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...
## 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...
## 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...
### 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...
### 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...
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...
## 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...