We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f91ddb2 + 552ecfd commit 9989b56Copy full SHA for 9989b56
src/ApiManagement/ApiManagement/help/New-AzApiManagementProperty.md
@@ -36,7 +36,7 @@ The second command creates a property and assigns the strings in $Tags as tags o
36
### Example 2: Create a property that has a secret value
37
```powershell
38
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
+PS C:\>New-AzApiManagementProperty -Context $apimContext -PropertyId "Property12" -Name "Secret Property" -Value "Secret Property Value" -Secret
40
```
41
42
This command creates a **Property** that has a value that is encrypted.
0 commit comments