Azure / Azure/azure-powershell

AsJob not implemented for Remove-AzResourceGroupDeployment

Open
#16,148 6 comments 1 reaction 0 assignees View on GitHub
act-identity-squad ARM - Templates customer-reported feature-request Service Attention
Dominant language
C#
Stars
4.8k
Forks
4.3k
Avg merge
2d 17h
Merged PRs (30d)
51

Description

## Description
According to #9776, Az PowerShell v3 was supposed to implement the `-AsJob` switch parameter for all cmdlets, including `Remove-AzResourceGroupDeployment`

However, I still cannot use `-AsJob` for `Remove-AzResourceGroupDeployment` but I can for other cmdlets such as `Remove-AzDeployment`

Are there any plans to implement this?

## Steps to reproduce

```powershell
Remove-AzResourceGroupDeployment -ResourceGroupName $foo -Name $bar -AsJob
```

## Module versions

* Applicable as of Az PS v6.5.0

## Error output

```powershell
A parameter cannot be found that matches parameter name 'AsJob'.
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.