We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc1a2ed commit 778ef0fCopy full SHA for 778ef0f
articles/batch/automatic-certificate-rotation.md
@@ -2,7 +2,7 @@
2
title: Enable automatic certificate rotation in a Batch pool
3
description: You can create a Batch pool with a managed identity and a certificate that will automatically be renewed.
4
ms.topic: conceptual
5
-ms.date: 07/16/2021
+ms.date: 05/24/2023
6
7
---
8
# Enable automatic certificate rotation in a Batch pool
@@ -61,10 +61,10 @@ Request Body
61
"imageReference": {
62
"publisher": "canonical",
63
"offer": "ubuntuserver",
64
- "sku": "18.04-lts",
+ "sku": "20.04-lts",
65
"version": "latest"
66
},
67
- "nodeAgentSkuId": "batch.node.ubuntu 18.04",
+ "nodeAgentSkuId": "batch.node.ubuntu 20.04",
68
"extensions": [
69
{
70
"name": "KVExtensions",
0 commit comments