def test_mgmt_queue_list_runtime_properties_with_negative_parameters(
         self, servicebus_namespace_connection_string):
     pytest.skip(
         "start_idx and max_count are currently removed, they might come back in the future."
     )
     mgmt_service = ServiceBusAdministrationClient.from_connection_string(
         servicebus_namespace_connection_string)
     run_test_mgmt_list_with_negative_parameters(
         MgmtQueueListRuntimeInfoTestHelper(mgmt_service))
Example #2
0
 def test_mgmt_queue_list_runtime_info_with_negative_parameters(
         self, servicebus_namespace_connection_string):
     sb_mgmt_client = ServiceBusManagementClient.from_connection_string(
         servicebus_namespace_connection_string)
     run_test_mgmt_list_with_negative_parameters(
         MgmtQueueListRuntimeInfoTestHelper(sb_mgmt_client))