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

SqlAgentSettings: New resource proposal #1981

Open
johlju opened this issue Nov 24, 2023 · 0 comments
Open

SqlAgentSettings: New resource proposal #1981

johlju opened this issue Nov 24, 2023 · 0 comments
Labels
resource proposal The issue is proposing a new resource in the resource module.

Comments

@johlju
Copy link
Member

johlju commented Nov 24, 2023

Resource proposal

Suggest adding a resource 'SqlAgentSettings' as per issue #1980. Can probably start with the properties MaximumHistoryRows and MaximumJobHistoryRows from the class JobServer, but would be good to add all other potential properties while at it.

Proposed properties

Property Type qualifier Data type Description Default value Allowed values
InstanceName Key String Specifies the name of the SQL Server instance to enable the protocol for. None None
MaximumHistoryRows Write UInt32 Specifies the maximum number of rows the job history log should allow. None None
MaximumJobHistoryRows Write UInt32 Specifies the maximum number of job history rows to allow for a job. None None

Special considerations or limitations

Can probably re-use code from the DSC Resource SqlAgentAlert that uses the same class.

@johlju johlju added the resource proposal The issue is proposing a new resource in the resource module. label Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resource proposal The issue is proposing a new resource in the resource module.
Projects
None yet
Development

No branches or pull requests

1 participant