Skip to content

Commit c2a58ea

Browse files
committed
updating name
1 parent 8a3f6f5 commit c2a58ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Python/Batch/sample1_jobprep_and_release.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
import common.helpers
4040

4141

42-
def submit_job_and_add_task(
42+
def submit_job_with_prep_and_release_tasks(
4343
batch_client: BatchServiceClient,
4444
job_id: str,
4545
vm_size: str,
@@ -128,7 +128,7 @@ def execute_sample(global_config: ConfigParser, sample_config: ConfigParser):
128128
job_id = common.helpers.generate_unique_resource_name("JobPrepRelease")
129129

130130
try:
131-
submit_job_and_add_task(
131+
submit_job_with_prep_and_release_tasks(
132132
batch_client,
133133
job_id,
134134
pool_vm_size,

0 commit comments

Comments
 (0)