azure-powershell
azure-powershell copied to clipboard
Microsoft Azure PowerShell
## Description ## 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** select appropriate...
### Description  In the above screenshot, ARM returned an error that the resource group cannot be found, but somehow the logic of Discoverability was triggered. A meaningless and...
### Description weird problem im getting in a powershell workflwo call trying to create an azure disk using New-AZDisk the command will absolutely not run in a powershell workflow works...
### Description When running these commands everything works as expected. `Get-AzConnectedMachine -ResourceGroupName Arc | % { Get-AzConnectedMachineExtension -ResourceGroupName $_.ResourceGroupName -MachineName $_.Name | Remove-AzConnectedMachineExtension }` When trying to invoke the same,...
### Description When using the Export-AzResourceGroup to export an Api Management, the resulting template does not contains the 'subscriptionKeyParameterNames' node (and relative subkeys). The script below creates an Api Management...
### Description As shown in [example-9](https://docs.microsoft.com/en-us/powershell/module/az.synapse/update-azsynapsesparkpool?view=azps-8.2.0#example-9) of Update-AzSynapseSparkPool we used to be able to upload a package to a SparkPool without having to specify Min/Max executors of a SparkPool. This...
Create .editorconfig for applying code formatting add basic rule trim_trailing_whitespace = true ## Description ## Checklist - [x ] I have read the [_Submitting Changes_](../blob/master/CONTRIBUTING.md#submitting-changes) section of [`CONTRIBUTING.md`](../blob/master/CONTRIBUTING.md) - [...
### Description of the new feature Set up a new pipeline to verify the version of images in MCR when release, so that can ensure the images contain the right...
## Description of the new feature Is there no way to turn on Application Logging (either Filesystem or Blob) for a Web App using Az.Websites?? I looked in the list...
### Description So I have a hashtable of tags and values that I know are on a virtual machine in the environment. $QueryTags = @{"Technical:AlwaysPatch" = "yes"; "Technical:PatchingOwner" = "NamedPerson";"Technical:PatchingSchedule"...