Skip to content

Commit a08eec5

Browse files
committed
Sets to preserve view.
1 parent 4adeb16 commit a08eec5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In this quickstart, you deploy an instance of the de-identification service in y
1919
- If you don't have an Azure account, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2020
- An Azure subscription with write permissions
2121
- Python 3.8 or later
22-
- The Azure azure-health-deidentification [Python package](/python/api/overview/azure/health-deidentification-readme?view=azure-python-preview)
22+
- The Azure azure-health-deidentification [Python package](/python/api/overview/azure/health-deidentification-readme?view=azure-python-preview&preserve-view=true)
2323

2424

2525
## Create a resource
@@ -69,7 +69,7 @@ Now that the resource is deployed, assign yourself as an owner using RBAC. To us
6969

7070
## Install the package
7171

72-
Install the Azure Health Deidentification client library for Python. More information is available [here.](/python/api/overview/azure/health-deidentification-readme?view=azure-python-preview)
72+
Install the Azure Health Deidentification client library for Python. More information is available [here.](/python/api/overview/azure/health-deidentification-readme?view=azure-python-preview&preserve-view=true)
7373

7474
```Bash
7575
python -m pip install azure-health-deidentification

0 commit comments

Comments
 (0)