Axel D.

Results 63 issues of Axel D.

### Description The documentation for the `Get-AzDeploymentWhatIfResult` returns unsatisfying details about its parameters. For instance, calling `Get-Help 'Get-AzDeploymentWhatIfResult' -Parameter 'ResultFormat'` [returns](https://docs.microsoft.com/en-us/powershell/module/az.resources/get-azdeploymentwhatifresult?view=azps-8.2.0#parameters): ``` Default value None ``` … which isn't true...

question
ARM - Templates
customer-reported
CXP Attention

### Description The [documentation on `Test-AzDeployment`](https://docs.microsoft.com/en-us/powershell/module/az.resources/test-azdeployment?view=azps-8.2.0#description ) lacks a clear explanation of what to expect in case of success and what to expect in case of error. So, one has...

Doc - Reference
question
ARM - Templates
customer-reported
CXP Attention

### Description of the new feature Currently, there are four different ARM deployment Cmdlets in the `Az` PowerShell module, all with their individual scopes: - [New-Az***Tenant***Deployment](https://docs.microsoft.com/de-de/powershell/module/az.resources/new-aztenantdeployment) - [New-Az***ManagementGroup***Deployment](https://docs.microsoft.com/de-de/powershell/module/az.resources/new-azmanagementgroupdeployment) - [New-AzDeployment](https://docs.microsoft.com/en-us/powershell/module/az.resources/new-azdeployment)...

feature-request
Service Attention
ARM - Templates
customer-reported

### Description According to @alex-frankel's answer to [my original question](https://github.com/Azure/bicep/issues/7819#issuecomment-1205194305), a `subscription` Bicep file may load and execute a `resouceGroup` Bicep file in order to (re-)create a resource group and...

Service Attention
question
ARM - Templates
customer-reported

I'm working in a sandbox machine on `host.devglobal.exp.loc` while I need to access a TFS machine at `tfs.global.exp.loc`. And I cannot authenticate, not matter what I try. - Git for...

## Feature request I propose to add a new command to Webpack CLI that outputs a project's current configuration in full detail – including default values. The output should be...

question
webpack-5
Send a PR

System Details Output ``` ### VSCode version: 1.36.1 2213894ea0415ee8c85c5eea0d0ff81ecc191529 x64 ### VSCode extensions: [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] ### PSES version: ### PowerShell version: Name Value ---- ----- PSVersion...

Area - PSUseDeclaredVarsMoreThanAssignments

Recently, the `git` team introduced a number of new commands (e.g. `git switch` or `git restore`), plus, a new hash algorithm has been introduced. I'd like to propose to update...

# Current Situation I noticed that the Bicep menu and deployment workflow are technically oriented rather than user focussed. From my observation, the menu's wording leads to misunderstanding, and the...

enhancement
devdiv

## Bicep version `Bicep CLI version 0.8.9 (33a85174de)` ## Describe the bug / Steps To Reproduce (1) – I installed all necessary Azure/Bicep tools/VS Code extensions according to documentation. Then,...

documentation