Skip to content

Commit 552ecfd

Browse files
Update Example 2 with missing quotation mark.
<C:\>New-AzApiManagementProperty -Context $apimContext -PropertyId "Property12" -Name "Secret Property -Value "Secret Property Value" -Secret> becomes <C:\>New-AzApiManagementProperty -Context $apimContext -PropertyId "Property12" -Name "Secret Property" -Value "Secret Property Value" -Secret>
1 parent e6e3251 commit 552ecfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ApiManagement/ApiManagement/help/New-AzApiManagementProperty.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The second command creates a property and assigns the strings in $Tags as tags o
3636
### Example 2: Create a property that has a secret value
3737
```powershell
3838
PS C:\>$apimContext = New-AzApiManagementContext -ResourceGroupName "Api-Default-WestUS" -ServiceName "contoso"
39-
PS C:\>New-AzApiManagementProperty -Context $apimContext -PropertyId "Property12" -Name "Secret Property -Value "Secret Property Value" -Secret
39+
PS C:\>New-AzApiManagementProperty -Context $apimContext -PropertyId "Property12" -Name "Secret Property" -Value "Secret Property Value" -Secret
4040
```
4141

4242
This command creates a **Property** that has a value that is encrypted.

0 commit comments

Comments
 (0)