Azure / Azure/azure-sdk-for-java
[BUG] mgmt monitor,Event Hub local authentication methods are not allowed
- Dominant language
- Java
- Stars
- 2.6k
- Forks
- 2.2k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 178
Description
DiagnosticSettingsTests#canCRUDDiagnosticSettings
This method tests the CRUD (Create, Read, Update, Delete) operations for diagnostic settings in Azure Monitor.
It ensures a VM exists, cleans existing diagnostic settings, creates new ones with storage and event hub sinks,
validates the settings, updates them, retrieves and compares values, then deletes the settings and verifies deletion.
Event Hub namespace with specific rules, but is disabled due to internal policy restrictions on local authentication methods.
https://github.com/Azure/azure-sdk-for-java/issues/47372
https://github.com/Azure/azure-sdk-for-java/pull/47427
Contributor guide
Assessment
This issue has not been assessed yet.