Skip to content

Commit

Permalink
Remove last empty allOf (#5513)
Browse files Browse the repository at this point in the history
* operation IDs updated

* updated OperationListResult definition

* review points implemented

* referencing CloudError, ApiVersionParameter, ResourceGroupNameParameter, SubscriptionIdParameter from common-types

* reverting cloudError refs

* prettify json

* removed empty allOf

* validation checks

* readme.go.md fixed

* remove one last empty allOf

Co-authored-by: Devanshu Singh <devasingh@microsoft.com>
  • Loading branch information
thisisdevanshu and thisisdevanshu-ms committed Nov 17, 2021
1 parent 9d61a47 commit de23823
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1440,11 +1440,7 @@
],
"properties": {
"contactProfile": {
"allOf": [
{
"$ref": "#/definitions/ResourceReference"
}
],
"$ref": "#/definitions/ResourceReference",
"description": "The reference to the contact profile resource."
},
"groundStationName": {
Expand Down

0 comments on commit de23823

Please sign in to comment.