Skip to content

Commit c739561

Browse files
authored
Merge pull request #115413 from JnHs/jh-batch-scriptmetadata
fix metadata
2 parents 2eeb25a + d005cb8 commit c739561

7 files changed

+8
-77
lines changed

articles/batch/scripts/batch-cli-sample-add-application.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,9 @@
11
---
22
title: Azure CLI Script Example - Add an Application in Batch
33
description: This sample script demonstrates how to add an application for use with an Azure Batch pool or a task.
4-
services: batch
5-
documentationcenter: ''
6-
author: LauraBrenner
7-
manager: evansma
8-
editor:
9-
10-
ms.assetid:
11-
ms.service: batch
12-
ms.devlang: azurecli
134
ms.topic: sample
14-
ms.tgt_pltfrm: multiple
15-
ms.workload: na
165
ms.date: 01/29/2018
17-
ms.author: labrenne
6+
187
---
198

209
# CLI example: Add an application to an Azure Batch account

articles/batch/scripts/batch-cli-sample-create-account.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,8 @@
11
---
22
title: Azure CLI Script Example - Create Batch account - Batch service
33
description: This script creates an Azure Batch account in Batch service mode and shows how to query or update various properties of the account.
4-
services: batch
5-
documentationcenter: ''
6-
author: LauraBrenner
7-
manager: evansma
8-
editor:
9-
10-
ms.assetid:
11-
ms.service: batch
12-
ms.devlang: azurecli
134
ms.topic: sample
14-
ms.tgt_pltfrm: multiple
15-
ms.workload: na
165
ms.date: 01/29/2018
17-
ms.author: labrenne
186
---
197

208
# CLI example: Create a Batch account in Batch service mode

articles/batch/scripts/batch-cli-sample-create-user-subscription-account.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,8 @@
11
---
22
title: Azure CLI Script Example - Create Batch account - user subscription
33
description: This script creates an Azure Batch account in user subscription mode. This account allocates compute nodes into your subscription.
4-
services: batch
5-
documentationcenter: ''
6-
author: LauraBrenner
7-
manager: evansma
8-
editor:
9-
10-
ms.assetid:
11-
ms.service: batch
12-
ms.devlang: azurecli
134
ms.topic: sample
14-
ms.tgt_pltfrm: multiple
15-
ms.workload: na
165
ms.date: 01/29/2018
17-
ms.author: labrenne
186
---
197

208
# CLI example: Create a Batch account in user subscription mode

articles/batch/scripts/batch-cli-sample-manage-linux-pool.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,9 @@
11
---
22
title: Azure CLI Script Example - Linux Pool in Batch
33
description: This script demonstrates some of the commands available in the Azure CLI to create and manage a pool of Linux compute nodes in Azure Batch.
4-
services: batch
5-
documentationcenter: ''
6-
author: LauraBrenner
7-
manager: evansma
8-
editor:
9-
10-
ms.assetid:
11-
ms.service: batch
12-
ms.devlang: azurecli
134
ms.topic: sample
14-
ms.tgt_pltfrm: multiple
15-
ms.workload: na
165
ms.date: 01/29/2018
17-
ms.author: labrenne
6+
187
---
198

209
# CLI example: Create and manage a Linux pool in Azure Batch

articles/batch/scripts/batch-cli-sample-manage-windows-pool.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,8 @@
11
---
22
title: Azure CLI Script Example - Windows Pool in Batch
33
description: This script demonstrates some of the commands available in the Azure CLI to create and manage a pool of Windows compute nodes in Azure Batch.
4-
services: batch
5-
documentationcenter: ''
6-
author: LauraBrenner
7-
manager: evansma
8-
editor:
9-
10-
ms.assetid:
11-
ms.service: batch
12-
ms.devlang: azurecli
134
ms.topic: sample
14-
ms.tgt_pltfrm: multiple
15-
ms.workload: na
165
ms.date: 12/12/2019
17-
ms.author: labrenne
186
---
197

208
# CLI example: Create and manage a Windows pool in Azure Batch

articles/batch/scripts/batch-cli-sample-run-job.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,9 @@
11
---
22
title: Azure CLI Script Example - Run a Batch job
33
description: This script creates a Batch job and adds a series of tasks to the job. It also demonstrates how to monitor a job and its tasks.
4-
services: batch
5-
documentationcenter: ''
6-
author: LauraBrenner
7-
manager: evansma
8-
9-
10-
ms.assetid:
11-
ms.service: batch
12-
ms.devlang: azurecli
134
ms.topic: sample
14-
ms.tgt_pltfrm: multiple
15-
ms.workload: na
165
ms.date: 12/12/2019
17-
ms.author: labrenne
6+
187
---
198

209
# CLI example: Run a job and tasks with Azure Batch

docfx.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"author": {
135135
"articles/advisor/*.md": "saket-ms",
136136
"articles/connectors/*.md": "ecfan",
137-
"articles/batch/*.md": "JnHs",
137+
"articles/batch/**/*.md": "JnHs",
138138
"articles/logic-apps/*.md": "ecfan",
139139
"articles/governance/*.md": "DCtheGeek",
140140
"articles/governance/blueprints/**/*.md": "DCtheGeek",
@@ -470,7 +470,7 @@
470470
"articles/virtual-machines/windows/*.md": "cynthn",
471471
"articles/virtual-machines/*.md": "cynthn",
472472
"articles/virtual-machines-scale-sets/*.md": "jushiman",
473-
"articles/batch/*.md": "jenhayes",
473+
"articles/batch/**/*.md": "jenhayes",
474474
"articles/service-fabric/*.md": "atsenthi",
475475
"articles/service-fabric-mesh/*md": "atsenthi",
476476
"articles/notebooks/*.md": "joshuapa",
@@ -480,7 +480,7 @@
480480
"articles/media-services/**/*.md": "juliako"
481481
},
482482
"ms.service": {
483-
"articles/batch/*.md": "batch",
483+
"articles/batch/**/*.md": "batch",
484484
"articles/connectors/*.md": "logic-apps",
485485
"articles/logic-apps/*.md": "logic-apps",
486486
"articles/governance/*.md": "governance",
@@ -665,8 +665,8 @@
665665
"articles/virtual-machines/windows/*.yml": "Azure Windows Virtual Machines",
666666
"articles/virtual-machine-scale-sets/*.md": "Azure Virtual Machine Scale Sets",
667667
"articles/virtual-machine-scale-sets/*.yml": "Azure Virtual Machine Scale Sets",
668-
"articles/batch/*.md": "Azure Batch",
669-
"articles/batch/*.yml": "Azure Batch",
668+
"articles/batch/**/*.md": "Azure Batch",
669+
"articles/batch/**/*.yml": "Azure Batch",
670670
"articles/app-service-mobile/**/*.md": "Azure Mobile Apps",
671671
"articles/app-service-mobile/**/*.yml": "Azure Mobile Apps",
672672
"articles/service-fabric/*.md": "Azure Service Fabric",

0 commit comments

Comments
 (0)