Skip to content

Commit 2e42ec8

Browse files
Merge pull request #238475 from SnehaSudhirG/17May-PythonDocUpdate
Removed preview
2 parents 73fafc9 + 6e10efa commit 2e42ec8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/automation/learn/automation-tutorial-runbook-textual-python-3.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
title: Create a Python 3.8 runbook (preview) in Azure Automation
3-
description: This article teaches you to create, test, and publish a simple Python 3.8 runbook (preview) in your Azure Automation account.
2+
title: Create a Python 3.8 runbook in Azure Automation
3+
description: This article teaches you to create, test, and publish a simple Python 3.8 runbook in your Azure Automation account.
44
services: automation
55
ms.subservice: process-automation
6-
ms.date: 02/07/2023
6+
ms.date: 05/17/2023
77
ms.topic: tutorial
88
ms.custom: has-adal-ref, devx-track-python, py-fresh-zinc
99
---
1010

11-
# Tutorial: Create a Python 3.8 runbook (preview)
11+
# Tutorial: Create a Python 3.8 runbook
1212

13-
This tutorial walks you through the creation of a [Python 3.8 runbook](../automation-runbook-types.md#python-runbooks) (preview) in Azure Automation. Python runbooks compile under Python 2.7 and 3.8 You can directly edit the code of the runbook using the text editor in the Azure portal.
13+
This tutorial walks you through the creation of a [Python 3.8 runbook](../automation-runbook-types.md#python-runbooks) in Azure Automation. Python runbooks compile under Python 2.7 and 3.8 You can directly edit the code of the runbook using the text editor in the Azure portal.
1414

1515
> [!div class="checklist"]
1616
> * Create a simple Python runbook

0 commit comments

Comments
 (0)