Skip to content

Commit ba5b6df

Browse files
authored
Merge pull request #9958 from olandese/patch-1
Update Set-AzApiManagementPolicy.md
2 parents 6e9dcee + 1de1bc4 commit ba5b6df

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/ApiManagement/ApiManagement/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Update `-Format` parameter description in `Set-AzApiManagementPolicy` reference documentation
2122

2223
## Version 1.3.0
2324
* Fixed miscellaneous typos across module

src/ApiManagement/ApiManagement/help/Set-AzApiManagementPolicy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ Accept wildcard characters: False
142142
```
143143
144144
### -Format
145-
Specifies the format of the policy. When using `application/vnd.ms-az-apim.policy+xml`,
146-
expressions contained within the policy must be XML-escaped. When using `application/vnd.ms-az-apim.policy.raw+xml` it
145+
Specifies the format of the policy. When using `application/vnd.ms-azure-apim.policy+xml`,
146+
expressions contained within the policy must be XML-escaped. When using `application/vnd.ms-azure-apim.policy.raw+xml` it
147147
is **not** necessary for the policy to be XML-escaped.
148-
The default value is `application/vnd.ms-az-apim.policy+xml`.
148+
The default value is `application/vnd.ms-azure-apim.policy+xml`.
149149
This parameter is optional.
150150

151151
```yaml

0 commit comments

Comments
 (0)