Skip to content
Prev Previous commit
Next Next commit
Remove x-ms-odata for list policy definitions and set definitions
  • Loading branch information
vivsriaus committed Oct 3, 2017
commit 75b1c0ca01ace4d0eb7d13acf98a7625f1aa7f77
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,7 @@
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
},
"x-ms-odata": "#/definitions/PolicyDefinition"
}
}
},
"/providers/Microsoft.Authorization/policydefinitions": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was this api missing from the spec before but existed in the service?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, we never added this to spec

Expand All @@ -321,8 +320,7 @@
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
},
"x-ms-odata": "#/definitions/PolicyDefinition"
}
}
},
"/providers/Microsoft.Management/managementgroups/{managementGroupId}/providers/Microsoft.Authorization/policydefinitions": {
Expand Down Expand Up @@ -350,8 +348,7 @@
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
},
"x-ms-odata": "#/definitions/PolicyDefinition"
}
}
}
},
Expand Down