Skip to content

Commit 047b3e9

Browse files
authored
Merge pull request #125822 from LeaKass/patch-1
Remove the word Preview and Update API Version
2 parents 2dc647a + c2cc733 commit 047b3e9

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

articles/healthcare-apis/deidentification/quickstart-arm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ ms.date: 11/11/2024
1313
# Customer intent: As a cloud administrator, I want a quick method to deploy an Azure resource for production environments or to evaluate the service's functionality.
1414
---
1515

16-
# Quickstart: Deploy the de-identification service (preview) using an ARM template
16+
# Quickstart: Deploy the de-identification service using an ARM template
1717

1818
This quickstart describes how to use an Azure Resource Manager template (ARM template) to create
19-
an Azure Health Data Services de-identification service (preview).
19+
an Azure Health Data Services de-identification service.
2020

2121
[!INCLUDE [About Azure Resource Manager](~/reusable-content/ce-skilling/azure/includes/resource-manager-quickstart-introduction.md)]
2222

@@ -76,4 +76,4 @@ For a step-by-step tutorial that guides you through the process of creating a te
7676
> [!div class="nextstepaction"]
7777
> [Tutorial: Create and deploy your first ARM template](/azure/azure-resource-manager/templates/template-tutorial-create-first-template)
7878
79-
- [Quickstart: Azure Health De-identification client library for .NET](quickstart-sdk-net.md)
79+
- [Quickstart: Azure Health De-identification client library for .NET](quickstart-sdk-net.md)

articles/healthcare-apis/deidentification/quickstart-azure-cli.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ ms.custom: devx-track-azurecli
1010
ms.date: 11/11/2024
1111
---
1212

13-
# Quickstart: Deploy the Azure Health Data Services de-identification service (preview) with Azure CLI
13+
# Quickstart: Deploy the Azure Health Data Services de-identification service with Azure CLI
1414

15-
In this quickstart, you use the Azure CLI to deploy a de-identification service (preview).
15+
In this quickstart, you use the Azure CLI to deploy a de-identification service.
1616

1717
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
1818

@@ -26,7 +26,7 @@ Install the **deidservice** extension:
2626
az extension add --name deidservice
2727
```
2828

29-
## Deploy a de-identification service (preview)
29+
## Deploy a de-identification service
3030
> [!NOTE]
3131
> This command requires Azure CLI version 2.6 or later. You can check the currently installed version by running `az --version`.
3232
@@ -66,4 +66,4 @@ az group delete --name exampleRG
6666
## Next steps
6767

6868
> [!div class="nextstepaction"]
69-
> [Quickstart: Azure Health De-identification client library for .NET](quickstart-sdk-net.md)
69+
> [Quickstart: Azure Health De-identification client library for .NET](quickstart-sdk-net.md)

articles/healthcare-apis/deidentification/quickstart-powershell.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ ms.custom: devx-track-azurepowershell
1010
ms.date: 11/11/2024
1111
---
1212

13-
# Quickstart: Deploy the Azure Health Data Services de-identification service (preview) with Azure PowerShell
13+
# Quickstart: Deploy the Azure Health Data Services de-identification service with Azure PowerShell
1414

15-
In this quickstart, you use Azure PowerShell to deploy a de-identification service (preview).
15+
In this quickstart, you use Azure PowerShell to deploy a de-identification service.
1616

1717
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
1818

@@ -28,7 +28,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
2828
Install-Module -Name Az.HealthDataAIServices
2929
```
3030

31-
## Deploy a de-identification service (preview)
31+
## Deploy a de-identification service
3232

3333
Replace `<deid-service-name>` with a name for your de-identification service.
3434

@@ -70,4 +70,4 @@ Remove-AzResourceGroup -Name 'exampleRG'
7070
## Next steps
7171

7272
> [!div class="nextstepaction"]
73-
> [Quickstart: Azure Health De-identification client library for .NET](quickstart-sdk-net.md)
73+
> [Quickstart: Azure Health De-identification client library for .NET](quickstart-sdk-net.md)

0 commit comments

Comments
 (0)