-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
update docstrings for AnalyzeActions #21661
update docstrings for AnalyzeActions #21661
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, looks like all the xxActionResult
types need some docstring work for both the class and the properties.
For example: https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/textanalytics/Azure.AI.TextAnalytics/src/ExtractKeyPhrasesActionResult.cs#L12
sdk/textanalytics/Azure.AI.TextAnalytics/src/TextAnalyticsActions.cs
Outdated
Show resolved
Hide resolved
sdk/textanalytics/Azure.AI.TextAnalytics/src/AnalyzeActionsOptions.cs
Outdated
Show resolved
Hide resolved
Actually, nevermind about
I am making a change in those classes so I can update the docstrings |
sdk/textanalytics/Azure.AI.TextAnalytics/src/AnalyzeActionsResult.cs
Outdated
Show resolved
Hide resolved
Adding new api-version 2022-12-01 to Microsoft.DataProtection (Azure#21661) * Base commit for updating Microsoft.DataProtection from version stable/2022-05-01 to version stable/2022-12-01 Base commit for updating Microsoft.DataProtection from version stable/2022-05-01 to version stable/2022-12-01 * Updating readme * Updating api version in new specs and examples * Updating examples * Adding CSR related changes * Adding softDeleteSettings to backupVault * Adding examples * fixing swagger * Fixing readme * Adding description * Adding immutability settings * Update dataprotection.json Added Expiry time field for RP contract * Update ListRecoveryPoints.json Updated ListRP example for expiry Time * Merging latest fix * Adding OperationalStore enum value * Using parameters from v4 common * Adding parameter for BackupInstanceName * PatchResourceGaurd Fix * Adding identity property in PatchResourceGuardInput * Removing identity in resourceGuard resource * Removing identity from ResourceGuard patch Co-authored-by: amchandn <43201777+amchandn@users.noreply.github.com> Co-authored-by: cvarsh <cvarsh@microsoft.com> Co-authored-by: Srinivas Charan Madu <smadu@microsoft.com>
solves #17807