Azure / Azure/azure-sdk-for-java
[BUG] mgmt monitor, Azure SQL Server should have Microsoft Entra-only authentication enabled during creation
- Dominant language
- Java
- Stars
- 2.6k
- Forks
- 2.2k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 178
Description
DiagnosticSettingsTests#canCRUDDiagnosticSettingsWithResourceIdWhiteSpace. (DiagnosticSettingsTests.java:377)
This test method verifies the CRUD operations for diagnostic settings associated with an Azure SQL Elastic Pool.
It creates a storage account and an elastic pool, then manages diagnostic settings including creation, retrieval, updating, and deletion.
The test ensures proper handling of settings with whitespace in resource names and validates data consistency across operations.
Azure SQL Server should have Microsoft Entra-only authentication enabled during creation.
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.