You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(servicebus): disable local authentication in namespace creation
- Added disableLocalAuth() method call to ServiceBus namespace creation
- Applied disableLocalAuth() to BASIC and STANDARD SKU configurations
- Updated queue and topic creation tests with disableLocalAuth()
- Ensured consistent security configuration across all namespace types
Copy file name to clipboardExpand all lines: sdk/servicebus/azure-resourcemanager-servicebus/src/test/java/com/azure/resourcemanager/servicebus/ServiceBusOperationsTests.java
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,7 @@ public void canCRUDOnSimpleNamespace() {
0 commit comments