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

RuleId referenced in text, but not in command parameters - this is confusing #26125

Open
rogersillito opened this issue Sep 18, 2024 · 2 comments
Labels
customer-reported Doc - Reference Service Attention This issue is responsible by Azure service team. SQL

Comments

@rogersillito
Copy link

Type of issue

Other (describe below)

Feedback

To use the cmdlet, use the ResourceGroupName, ServerName, and DatabaseName parameters to identify the database, and the RuleId parameter to specify which rule this cmdlet returns. If you do not provide RuleId, all the data masking rules for that Azure SQL database are returned.

but RuleId appears neither in the command/parameter description nor in the examples at any point.

Page URL

https://learn.microsoft.com/en-us/powershell/module/az.sql/get-azsqldatabasedatamaskingrule?view=azps-12.3.0

Content source URL

https://github.com/Azure/azure-powershell/blob/main/src/Sql/Sql/help/Get-AzSqlDatabaseDataMaskingRule.md

Author

@mikefrobbins

Document Id

00fb6f5c-c99c-59b2-72f4-bbe66ee246bd

@rogersillito rogersillito added the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Sep 18, 2024
@isra-fel
Copy link
Member

It seems the RuleId parameter was never supported and the cmdlet always returns a list of rules (source code).

I'll loop in Sql team to either udpate the doc or support getting rule by id.

@isra-fel isra-fel added SQL Doc - Reference Service Attention This issue is responsible by Azure service team. and removed needs-triage This is a new issue that needs to be triaged to the appropriate team. labels Sep 26, 2024
Copy link
Contributor

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @azureSQLGitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer-reported Doc - Reference Service Attention This issue is responsible by Azure service team. SQL
Projects
None yet
Development

No branches or pull requests

2 participants