Skip to content

Commit 9989b56

Browse files
authored
Merge pull request Azure#9474 from henrikniemann/patch-1
Update Example 2 with missing quotation mark.
2 parents f91ddb2 + 552ecfd commit 9989b56

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)