Skip to content

Commit

Permalink
Add forgotten If-Match header (#20920)
Browse files Browse the repository at this point in the history
* Add forgotten If-Match header

`If-Match` header for the `DeleteAuthorizationAccessPolicy.json file` was forgotten. This change adds the wildcard character for the `If-Match` header for that file.

* Update ApiManagementDeleteAuthorization.json
  • Loading branch information
LFZ96 authored Sep 28, 2022
1 parent 858004f commit 5b71742
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"api-version": "2022-04-01-preview",
"subscriptionId": "subid",
"authorizationProviderId": "aadwithauthcode",
"authorizationId": "authz1"
"authorizationId": "authz1",
"If-Match": "*"
},
"responses": {
"200": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"subscriptionId": "subid",
"authorizationProviderId": "aadwithauthcode",
"authorizationId": "authz1",
"authorizationAccessPolicyId": "fe0bed83-631f-4149-bd0b-0464b1bc7cab"
"authorizationAccessPolicyId": "fe0bed83-631f-4149-bd0b-0464b1bc7cab",
"If-Match": "*"
},
"responses": {
"200": {},
Expand Down

0 comments on commit 5b71742

Please sign in to comment.