diff --git a/specification/batch/data-plane/Microsoft.Batch/stable/2021-06-01.14.0/BatchService.json b/specification/batch/data-plane/Microsoft.Batch/stable/2021-06-01.14.0/BatchService.json index db70a94718ff..5904e0cb0119 100644 --- a/specification/batch/data-plane/Microsoft.Batch/stable/2021-06-01.14.0/BatchService.json +++ b/specification/batch/data-plane/Microsoft.Batch/stable/2021-06-01.14.0/BatchService.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "BatchService", + "title": "BatchServiceClient", "version": "2021-06-01.14.0", "description": "A client for issuing REST requests to the Azure Batch service." }, diff --git a/specification/batch/resource-manager/Microsoft.Batch/stable/2021-06-01/BatchManagement.json b/specification/batch/resource-manager/Microsoft.Batch/stable/2021-06-01/BatchManagement.json index e1157bc679ba..38fb4c0ed701 100644 --- a/specification/batch/resource-manager/Microsoft.Batch/stable/2021-06-01/BatchManagement.json +++ b/specification/batch/resource-manager/Microsoft.Batch/stable/2021-06-01/BatchManagement.json @@ -1,7 +1,8 @@ { "swagger": "2.0", "info": { - "title": "BatchManagement", + "title": "BatchManagementClient", + "description": "The Batch Management Client.", "version": "2021-06-01" }, "host": "management.azure.com", diff --git a/specification/batch/resource-manager/readme.md b/specification/batch/resource-manager/readme.md index 56a7c5427bd5..61332e05cd70 100644 --- a/specification/batch/resource-manager/readme.md +++ b/specification/batch/resource-manager/readme.md @@ -25,6 +25,8 @@ To see additional help and options, run: These are the global settings for the Batch API. ``` yaml +title: BatchManagementClient +description: Batch Client openapi-type: arm tag: package-2021-06 ```