Skip to content

Commit d81e316

Browse files
authored
[Batch] Make readme.md and swagger titles consistent (#15424)
* [Batch] Changed "title" from BatchManagement to BatchManagementClient Autorest is using this to generate the name of the client class. Changing this will avoid a breaking change in the Java SDK that is about to be released. * Make readme.md titles consistent with swagger
1 parent 74dbcfe commit d81e316

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

specification/batch/data-plane/Microsoft.Batch/stable/2021-06-01.14.0/BatchService.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"swagger": "2.0",
33
"info": {
4-
"title": "BatchService",
4+
"title": "BatchServiceClient",
55
"version": "2021-06-01.14.0",
66
"description": "A client for issuing REST requests to the Azure Batch service."
77
},

specification/batch/resource-manager/Microsoft.Batch/stable/2021-06-01/BatchManagement.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"swagger": "2.0",
33
"info": {
4-
"title": "BatchManagement",
4+
"title": "BatchManagementClient",
5+
"description": "The Batch Management Client.",
56
"version": "2021-06-01"
67
},
78
"host": "management.azure.com",

specification/batch/resource-manager/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ To see additional help and options, run:
2525
These are the global settings for the Batch API.
2626

2727
``` yaml
28+
title: BatchManagementClient
29+
description: Batch Client
2830
openapi-type: arm
2931
tag: package-2021-06
3032
```

0 commit comments

Comments
 (0)