azure-powershell
azure-powershell copied to clipboard
Microsoft Azure PowerShell
### Description Set-AzDataCollectionRule always fails when Updating a DataCollectionRule Tried from cloudshell as well ### Issue script & Debug output ```PowerShell $DCRid="/subscriptions/3f954a4a-8cbf-448d-b855-bcafd4db20f1/resourceGroups/CTTestingRGNE44702/providers/Microsoft.Insights/dataCollectionRules/ct-dcrcfeb4c16-2d1e-4d25-802d-eb543b75052e" $dcr = Get-AzDataCollectionRule -RuleId $DCRid $dcr.Description="this is test"'...
### Description `Get-AzRecoveryServicesAsrRecoveryPlan` already returns information about pre-group and post-group actions that have already been configured. This can be found in the `$Result.Groups[2].StartGroupActions` & `$Result.Groups[2].EndGroupActions` objects. How can these actions...
## Description Added sub tasks duration for IaasVM job details command ## 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...
### Description The Utility has a RegEx like this: @"^[0-9a-zA-Z_-]*$"; Which prevents some characters allowed in the Azure Portal for BlueprintAssignments. On the azure portal, you can give names with...
### Description Order of keys in generate-info.json is unstable. This makes reviewing difficult. Example: https://github.com/Azure/azure-powershell/pull/19337/files#diff-b660c23b3cbe88f30900b14c779d0ed626c8128ac94f066d110c5cff7d3b4f5b  This issue was fixed for normal autorest-based modules (https://github.com/Azure/autorest.powershell/issues/938), but not for hybird modules....
### Description The docs: https://docs.microsoft.com/en-us/powershell/module/az.app/new-azcontainerappmanagedenv?view=azps-8.2.0 - for cmdlet New-AzContainerAppManagedEnv is limited - where as it should contain examples for switching a networking setup (Accept traffic from everywhere / Limited to...
### Description New-AzFunctionApp should support creating Java 17 (preview) function apps ### Issue script & Debug output ```PowerShell N/A ``` ### Environment data ```PowerShell N/A ``` ### Module versions ```PowerShell...
### Description VM cannot be created in an edgezone using latest Azure PowerShell. Though the parameter "-EdgeZone" is used, it is not being passed on to create the VM in...
### Description Documentation (https://docs.microsoft.com/en-us/powershell/module/az.apimanagement/import-azapimanagementapi?view=azps-7.5.0) suggests -Path is not required, while running the command without -Path, it gives an error. I have a workaround but this should be addressed either in...
same issue as https://github.com/Azure/azure-powershell/issues/10203 , however that is closed so I'm opening a new issue ## Steps to reproduce ```PS C:\WINDOWS\system32> Get-AzConsumptionUsageDetail Get-AzConsumptionUsageDetail : Operation returned an invalid status code...