Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Batch] Corrected links as they were 404'ing due to API/structure changes #1719

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
24 changes: 12 additions & 12 deletions docs-ref-services/latest/batch.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Azure Batch SDK for Python
description: Reference for Azure Batch SDK for Python
author: cRui861
ms.author: rechen
ms.data: 04/13/2023
ms.topic: reference
ms.devlang: python
ms.service: batch
---
---
title: Azure Batch SDK for Python
description: Reference for Azure Batch SDK for Python
author: cRui861
ms.author: rechen
ms.data: 04/13/2023
ms.topic: reference
ms.devlang: python
ms.service: batch
---
# Azure Batch libraries for python

## Overview
Expand Down Expand Up @@ -49,7 +49,7 @@ client.pool.add(new_pool)
```

> [!div class="nextstepaction"]
> [Explore the Client APIs](/python/api/overview/azure/batch/client)
> [Explore the Client APIs](/python/api/overview/azure/batch-readme)

## Management API
Use the Azure Batch management libraries to create and delete batch accounts, read and regenerate batch account keys, and manage batch account storage.
Expand Down Expand Up @@ -97,4 +97,4 @@ creating.wait()
```

> [!div class="nextstepaction"]
> [Explore the Management APIs](/python/api/overview/azure/batch/management)
> [Explore the Management APIs](/python/api/overview/azure/mgmt-batch-readme)