Azure / Azure/autorest.powershell

Incomplete cmdlet description when it consists of multiple APIs

Open
#1,008 3 comments 0 reactions 0 assignees View on GitHub
feature-request P1
Dominant language
C#
Stars
123
Forks
99
PR merge metrics
No merged PRs in 30d

Description

## Problem

If a cmdlet consists of more than one APIs (for example, [`Get-AzDatabricksWorkspace`](https://learn.microsoft.com/en-us/powershell/module/az.databricks/get-azdatabricksworkspace?view=azps-8.3.0) can do get and list), the description of the cmdlet will just use the description of the first API, which is misleading.

![image](https://user-images.githubusercontent.com/11371776/196905617-c2c9715c-9d1a-4012-9351-f3d450284dbc.png)

## Expected result

Cmdlet descritpion should contain the descriptions of all the APIs that it's made of. For example:

> This cmdlet is capable of:
> 1. Gets a workspace
> 2. Lists all the workspaces under a subscription

or

> This cmdlet gets a workspace, or lists all the workspaces under a subscription.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.