Skip to content

Commit c5ade69

Browse files
authored
Merge pull request MicrosoftDocs#28824 from changeworld/patch-4
Change to not translate unique names
2 parents 06bc1b4 + ff9cffc commit c5ade69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/api-management/api-management-howto-properties.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ Each API Management service instance has a properties collection of key/value pa
2323

2424
| Attribute | Type | Description |
2525
| --- | --- | --- |
26-
| Display name |string |Alphanumeric string used for referencing the property in the policies. |
27-
| Value |string |The value of the property. It may not be empty or consist only of whitespace. |
28-
|Secret|boolean|Determines whether the value is a secret and should be encrypted or not.|
29-
| Tags |array of string |Optional tags that when provided can be used to filter the property list. |
26+
| `Display name` |string |Alphanumeric string used for referencing the property in the policies. |
27+
| `Value` |string |The value of the property. It may not be empty or consist only of whitespace. |
28+
| `Secret` |boolean|Determines whether the value is a secret and should be encrypted or not.|
29+
| `Tags` |array of string |Optional tags that when provided can be used to filter the property list. |
3030

3131
![Named values](./media/api-management-howto-properties/named-values.png)
3232

0 commit comments

Comments
 (0)