-
Notifications
You must be signed in to change notification settings - Fork 225
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
SqlDatabaseObjectPermission: New resource proposal #1119
Comments
Looking at this it seems it pretty close to how SqlDatabasePermission works. Would the below schema work?
I think the properties |
I have labeld this as 'help wanted' so that someone in the community can run with it. |
I am looking for the exact same resource and already started working on it. |
@mreinli Awesome! Do you want to send it in as a PR once you are done? Happy to have that resource. 😃 |
Sure, will send a PR once it's done. Looking good so far. We most probably need an additional parameter "ObjectType". |
@mreinli Awesome! Sounds good with Labeling this as in progress. |
Two objects can have the same name and be in different schemas. Plus, there are database collations which are case-sensitive. I have a working version but am still testing and fine-tuning. Should I already create a PR and update it with changes or wait until it's ready? |
Send in the PR when you feel it is ready. 🙂 |
Awesome to see so much traction on this! |
- SqlServerDsc - Added new resource SqlDatabaseObjectPermission (issue #1119). - SqlServerDsc.Common - The helper function `Compare-ResourcePropertyState` was improved to handle embedded instances by adding a parameter `CimInstanceKeyProperties` that can be used to identify the unique parameter for each embedded instance in a collection. - The helper function `Test-DscPropertyState` was improved to evaluate the properties in a single CIM instance or a collection of CIM instances by recursively call itself. - When the helper function `Test-DscPropertyState` evaluated an array the verbose messages was not very descriptive. Instead of outputting the side indicator from the compare it now outputs a descriptive message.
I would like to request a resource to manage object level permissions.
For example,
The text was updated successfully, but these errors were encountered: