Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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."
},
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 2 additions & 0 deletions specification/batch/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down