Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc]: get-azcosmosdbaccount needs to link to a page defining Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccount #20884

Closed
caroysMSFT opened this issue Feb 8, 2023 · 4 comments · Fixed by #20891
Assignees
Labels
Azure PS Team Doc - Reference Tracking We will track status and follow internally

Comments

@caroysMSFT
Copy link

Description

How do I know what methods and members exist within the return type of Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccount?

I am able to of course inspect these if I run the cmdlet like:

get-azcosmosdbaccount | get-member

However - this is inferior to actually having a page which lists methods and members and explains them. Please create a documentation page for the return object type PSDatabaseAccount, and link it to any cmdlet's page which is referencing this type.

This is useful for the type of programmer who plans things out before they write a single line of code (ostensibly the kind of programmers we strive to employ).

@caroysMSFT caroysMSFT added the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Feb 8, 2023
@Alex-wdy
Copy link
Contributor

Alex-wdy commented Feb 9, 2023

Doc improvement

@ghost ghost removed the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Feb 9, 2023
@isra-fel
Copy link
Member

isra-fel commented Feb 9, 2023

Docs link: https://learn.microsoft.com/en-us/powershell/module/az.cosmosdb/get-azcosmosdbaccount?view=azps-9.4.0
The C# type PSDatabaseAccount did not appear in the C# docs.

@caroysMSFT
Copy link
Author

*Powershell, not C#.

@BethanyZhou
Copy link
Contributor

@BethanyZhou BethanyZhou added the Tracking We will track status and follow internally label Feb 9, 2023
@BethanyZhou BethanyZhou linked a pull request Feb 9, 2023 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure PS Team Doc - Reference Tracking We will track status and follow internally
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants