azure-powershell
azure-powershell copied to clipboard
Microsoft Azure PowerShell
### Description Set-AzVMRunCommand, Set-AzVmssVMRunCommand cmdlets (RunCommand v2) are successors of cmdlets Invoke-AzVMRunCommand, Invoke-AzVmssVMRunCommand (RunCommand v1). Cmdlets Invoke-AzVMRunCommand, Invoke-AzVmssVMRunCommand support -ScriptPath parameter using which user can point to a local script...
### Description of the new feature I'd like to be able to use PowerShell to run commands similar to: * `az sig gallery-application` * `az sig gallery-application version` A quick...
### Description Running as Administrator, Scope as CurrentUser is set as well. ### Issue script & Debug output ```PowerShell Log too long to paste, trying to find a way to...
### Description The "Tactics" value appears to be always empty when retrieving all rule templates using Get-AzSentinelAlertRuleTemplate. There do appear to be tactics associate with the templates when using the...
Bumps [Azure.Storage.Queues](https://github.com/Azure/azure-sdk-for-net) from 12.10.0 to 12.11.0. Release notes Sourced from Azure.Storage.Queues's releases. Azure.Storage.Queues_12.11.0 12.11.0 (2022-07-07) Includes all features from 12.10.1-beta.1. Commits dd17f33 July Release Prep - Confidential Ledger (#29675) b62fd9f...
### Description When executing the `New-AzSqlServer` and specifying the `ExternalAdminName` parameter a BadRequest error is returned. Appears to be an issue with the query to the Graph API to lookup...
## Description ### Login Form ( for both Windows PoweShell and PowerShell 7.1+  ### Code Change `InteractiveBrowserCredentialBrokerOptions` --> `InteractiveBrowserCredentialOptions` ### Key Assemblies that Contains the New Feature We should...
### Description Hello Team , Kindly provide a way to change a existing update management schedule using PowerShell runbook in an automation account. This is a requirement for our enterprise...
### Description This doc doesn't include any filter syntax examples, or even what filtering standards should be applied. Like, does it support "like" filters, or only "eq" filters? What syntax...
### Description groupTypes is a string collection: https://docs.microsoft.com/en-us/graph/api/resources/group?view=graph-rest-1.0 It should be able to filter on this as documented `Returned by default. Supports $filter (eq, not).`. Trying this out with checking...