Closed nexxai closed 8 months ago
For reference, I believe the offending(?) block is here: https://github.com/Azure/azure-sdk-for-go/blob/master/services/preview/sql/mgmt/v4.0/sql/models.go#L5608
This code:
IsAzureMonitorTargetEnabled *bool `json:"isAzureMonitorTargetEnabled,omitempty"`
allows you to enable Azure Monitor targeting, but there's no property to define the OMS Workspace
Hi @nexxai thanks for this issue!
I just checked the corresponding swagger for sql composite-v4 - they do not have this functionality in the swagger. Therefore I have tagged this issue so that the service team could know of this and update their swagger, after that we could release a new SDK with the new functionalities.
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @azureSQLGitHub.
Author: | nexxai |
---|---|
Assignees: | - |
Labels: | `SQL`, `Service Attention`, `customer-reported`, `needs-triage`, `question` |
Milestone: | - |
Hi @nexxai, we deeply appreciate your input into this project. Regrettably, this issue has remained inactive for over 2 years, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support.
Feature Request
Now that Azure SQL Server supports auditing using a Log Analytics Workspace as a target, it would be nice if it could actually be configured via the SDK.
Thoughts?
The two fields that are pointed to with red arrows show fields that are currently accessible via the SDK, but the green arrow value is not, so while you can technically enable Log Analytics auditing, you can't choose the Workspace to send to.