Skip to content

Commit

Permalink
Fix lint error for Datadog RP (Azure#23477)
Browse files Browse the repository at this point in the history
* Fix link error for Datadog RP

* Fix version
  • Loading branch information
vikotha authored and JoshLove-msft committed Apr 25, 2023
1 parent a2351f7 commit d2df13c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
},
"responses": {
"200": {},
"202": {},
"202": {
"headers": {
"Location": "https://management.azure.com/subscriptions/subid/resourceGroups/peerTest/providers/Microsoft.Datadog/monitors/test?api-version=2021-03-01"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
},
"responses": {
"200": {},
"202": {},
"202": {
"headers": {
"Location": "https://management.azure.com/subscriptions/subid/resourceGroups/peerTest/providers/Microsoft.Datadog/monitors/test?api-version=2022-06-01"
}
},
"204": {}
}
}

0 comments on commit d2df13c

Please sign in to comment.