Skip to content

Commit 718ab4c

Browse files
Merge pull request #234029 from mike-urnun-msft/patch-48
(Azure CXP) fix cli parameter
2 parents db43701 + a0ac93c commit 718ab4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/workload-profiles-manage-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: container-apps
77
ms.topic: how-to
8-
ms.date: 03/28/2023
8+
ms.date: 04/10/2023
99
ms.author: cshoe
1010
---
1111

@@ -93,7 +93,7 @@ Use the following commands to create an environment with a workload profile.
9393
--name "<NAME>" \
9494
--location "<LOCATION>" \
9595
--infrastructure-subnet-resource-id "<SUBNET_ID>"
96-
--internal--only
96+
--internal-only true
9797
```
9898

9999
---

0 commit comments

Comments
 (0)