File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/ApiManagement/ApiManagement Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 18
18
- Additional information about change #1
19
19
-->
20
20
## Upcoming Release
21
+ * Update ` -Format ` parameter description in ` Set-AzApiManagementPolicy ` reference documentation
21
22
22
23
## Version 1.3.0
23
24
* Fixed miscellaneous typos across module
Original file line number Diff line number Diff line change @@ -142,10 +142,10 @@ Accept wildcard characters: False
142
142
` ` `
143
143
144
144
### -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
147
147
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`.
149
149
This parameter is optional.
150
150
151
151
` ` ` yaml
You can’t perform that action at this time.
0 commit comments