@@ -28,7 +28,7 @@ def __init__(self, base_url=None, creds=None):
2828 def create_agent_group (self , group ):
2929 """CreateAgentGroup.
3030 :param :class:`<AgentGroup> <azure.devops.v5_0.cloud_load_test.models.AgentGroup>` group: Agent group to be created
31- :rtype: :class:`<AgentGroup> <azure.devops.v5_0.cloud-load-test .models.AgentGroup>`
31+ :rtype: :class:`<AgentGroup> <azure.devops.v5_0.cloud_load_test .models.AgentGroup>`
3232 """
3333 content = self ._serialize .body (group , 'AgentGroup' )
3434 response = self ._send (http_method = 'POST' ,
@@ -106,7 +106,7 @@ def get_static_agents(self, agent_group_id, agent_name=None):
106106 def get_application (self , application_id ):
107107 """GetApplication.
108108 :param str application_id: Filter by APM application identifier.
109- :rtype: :class:`<Application> <azure.devops.v5_0.cloud-load-test .models.Application>`
109+ :rtype: :class:`<Application> <azure.devops.v5_0.cloud_load_test .models.Application>`
110110 """
111111 route_values = {}
112112 if application_id is not None :
@@ -174,7 +174,7 @@ def get_counter_samples(self, counter_sample_query_details, test_run_id):
174174 """GetCounterSamples.
175175 :param :class:`<VssJsonCollectionWrapper> <azure.devops.v5_0.cloud_load_test.models.VssJsonCollectionWrapper>` counter_sample_query_details:
176176 :param str test_run_id: The test run identifier
177- :rtype: :class:`<CounterSamplesResult> <azure.devops.v5_0.cloud-load-test .models.CounterSamplesResult>`
177+ :rtype: :class:`<CounterSamplesResult> <azure.devops.v5_0.cloud_load_test .models.CounterSamplesResult>`
178178 """
179179 route_values = {}
180180 if test_run_id is not None :
@@ -193,7 +193,7 @@ def get_load_test_run_errors(self, test_run_id, type=None, sub_type=None, detail
193193 :param str type: Filter for the particular type of errors.
194194 :param str sub_type: Filter for a particular subtype of errors. You should not provide error subtype without error type.
195195 :param bool detailed: To include the details of test errors such as messagetext, request, stacktrace, testcasename, scenarioname, and lasterrordate.
196- :rtype: :class:`<LoadTestErrors> <azure.devops.v5_0.cloud-load-test .models.LoadTestErrors>`
196+ :rtype: :class:`<LoadTestErrors> <azure.devops.v5_0.cloud_load_test .models.LoadTestErrors>`
197197 """
198198 route_values = {}
199199 if test_run_id is not None :
@@ -229,7 +229,7 @@ def get_test_run_messages(self, test_run_id):
229229 def get_plugin (self , type ):
230230 """GetPlugin.
231231 :param str type: Currently ApplicationInsights is the only available plugin type.
232- :rtype: :class:`<ApplicationType> <azure.devops.v5_0.cloud-load-test .models.ApplicationType>`
232+ :rtype: :class:`<ApplicationType> <azure.devops.v5_0.cloud_load_test .models.ApplicationType>`
233233 """
234234 route_values = {}
235235 if type is not None :
@@ -252,7 +252,7 @@ def get_plugins(self):
252252 def get_load_test_result (self , test_run_id ):
253253 """GetLoadTestResult.
254254 :param str test_run_id: The test run identifier
255- :rtype: :class:`<TestResults> <azure.devops.v5_0.cloud-load-test .models.TestResults>`
255+ :rtype: :class:`<TestResults> <azure.devops.v5_0.cloud_load_test .models.TestResults>`
256256 """
257257 route_values = {}
258258 if test_run_id is not None :
@@ -266,7 +266,7 @@ def get_load_test_result(self, test_run_id):
266266 def create_test_definition (self , test_definition ):
267267 """CreateTestDefinition.
268268 :param :class:`<TestDefinition> <azure.devops.v5_0.cloud_load_test.models.TestDefinition>` test_definition: Test definition to be created
269- :rtype: :class:`<TestDefinition> <azure.devops.v5_0.cloud-load-test .models.TestDefinition>`
269+ :rtype: :class:`<TestDefinition> <azure.devops.v5_0.cloud_load_test .models.TestDefinition>`
270270 """
271271 content = self ._serialize .body (test_definition , 'TestDefinition' )
272272 response = self ._send (http_method = 'POST' ,
@@ -278,7 +278,7 @@ def create_test_definition(self, test_definition):
278278 def get_test_definition (self , test_definition_id ):
279279 """GetTestDefinition.
280280 :param str test_definition_id: The test definition identifier
281- :rtype: :class:`<TestDefinition> <azure.devops.v5_0.cloud-load-test .models.TestDefinition>`
281+ :rtype: :class:`<TestDefinition> <azure.devops.v5_0.cloud_load_test .models.TestDefinition>`
282282 """
283283 route_values = {}
284284 if test_definition_id is not None :
@@ -312,7 +312,7 @@ def get_test_definitions(self, from_date=None, to_date=None, top=None):
312312 def update_test_definition (self , test_definition ):
313313 """UpdateTestDefinition.
314314 :param :class:`<TestDefinition> <azure.devops.v5_0.cloud_load_test.models.TestDefinition>` test_definition:
315- :rtype: :class:`<TestDefinition> <azure.devops.v5_0.cloud-load-test .models.TestDefinition>`
315+ :rtype: :class:`<TestDefinition> <azure.devops.v5_0.cloud_load_test .models.TestDefinition>`
316316 """
317317 content = self ._serialize .body (test_definition , 'TestDefinition' )
318318 response = self ._send (http_method = 'PUT' ,
@@ -324,7 +324,7 @@ def update_test_definition(self, test_definition):
324324 def create_test_drop (self , web_test_drop ):
325325 """CreateTestDrop.
326326 :param :class:`<TestDrop> <azure.devops.v5_0.cloud_load_test.models.TestDrop>` web_test_drop: Test drop to be created
327- :rtype: :class:`<TestDrop> <azure.devops.v5_0.cloud-load-test .models.TestDrop>`
327+ :rtype: :class:`<TestDrop> <azure.devops.v5_0.cloud_load_test .models.TestDrop>`
328328 """
329329 content = self ._serialize .body (web_test_drop , 'TestDrop' )
330330 response = self ._send (http_method = 'POST' ,
@@ -336,7 +336,7 @@ def create_test_drop(self, web_test_drop):
336336 def get_test_drop (self , test_drop_id ):
337337 """GetTestDrop.
338338 :param str test_drop_id: The test drop identifier
339- :rtype: :class:`<TestDrop> <azure.devops.v5_0.cloud-load-test .models.TestDrop>`
339+ :rtype: :class:`<TestDrop> <azure.devops.v5_0.cloud_load_test .models.TestDrop>`
340340 """
341341 route_values = {}
342342 if test_drop_id is not None :
@@ -350,7 +350,7 @@ def get_test_drop(self, test_drop_id):
350350 def create_test_run (self , web_test_run ):
351351 """CreateTestRun.
352352 :param :class:`<TestRun> <azure.devops.v5_0.cloud_load_test.models.TestRun>` web_test_run:
353- :rtype: :class:`<TestRun> <azure.devops.v5_0.cloud-load-test .models.TestRun>`
353+ :rtype: :class:`<TestRun> <azure.devops.v5_0.cloud_load_test .models.TestRun>`
354354 """
355355 content = self ._serialize .body (web_test_run , 'TestRun' )
356356 response = self ._send (http_method = 'POST' ,
@@ -362,7 +362,7 @@ def create_test_run(self, web_test_run):
362362 def get_test_run (self , test_run_id ):
363363 """GetTestRun.
364364 :param str test_run_id: Unique ID of the test run
365- :rtype: :class:`<TestRun> <azure.devops.v5_0.cloud-load-test .models.TestRun>`
365+ :rtype: :class:`<TestRun> <azure.devops.v5_0.cloud_load_test .models.TestRun>`
366366 """
367367 route_values = {}
368368 if test_run_id is not None :
0 commit comments