Azure / Azure/azure-powershell

Az.CosmosDB should support Pipeline-input

Open
#13,596 4 comments 0 reactions 0 assignees View on GitHub
act-codegen-extensibility-squad CosmosDB 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 of the new feature

Right now the commands don't support Pipeline-Input.
For example Get-AzCosmosDbAccount requires the Resourcegroup as String and doesn't allow an RG-Object to be passed in.

Also the command should just list all CosmosDBAccounts in the subscription when no Name or RG is given... It's a bit tedious to have to use Get-AzResource to get the CosmosDBs and then use the Get-AzCosmosDbAccount-Cmdlet to get the proper Object to work with...

## Proposed implementation details (optional)

My C#-Skills are not good enough yet and I hope someone else can do that before I learned all those things...

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.