Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added x-ms-azure-resource for TrackedResource, and added default values for 2 enums. #2953

Merged
merged 11 commits into from
Apr 30, 2018
Original file line number Diff line number Diff line change
Expand Up @@ -1532,7 +1532,8 @@
"x-ms-enum": {
"name": "EventDeliverySchema",
"modelAsString": true
}
},
"default": "EventGridSchema"
},
"retryPolicy": {
"$ref": "#/definitions/RetryPolicy",
Expand Down Expand Up @@ -1847,7 +1848,8 @@
"x-ms-enum": {
"name": "EventDeliverySchema",
"modelAsString": true
}
},
"default": "EventGridSchema"
},
"retryPolicy": {
"$ref": "#/definitions/RetryPolicy",
Expand Down Expand Up @@ -1977,7 +1979,8 @@
"x-ms-enum": {
"name": "InputSchema",
"modelAsString": true
}
},
"default": "EventGridSchema"
},
"inputSchemaMapping": {
"$ref": "#/definitions/InputSchemaMapping",
Expand Down Expand Up @@ -2101,7 +2104,8 @@
"type": "string"
}
}
}
},
"x-ms-azure-resource": true
},
"Topic": {
"description": "EventGrid Topic",
Expand Down