Skip to content

Commit

Permalink
Added x-ms-azure-resource for TrackedResource, and added default valu…
Browse files Browse the repository at this point in the history
…es for 2 enums. (#2953)

* Initial placeholder for 2018-05-01-preview version using the contents of 2018-01-01 version.

* Changes for the 2018-05-01-preview version.

* Added StorageBlobDeadLetterDestination.

* Added an additional enum value CloudEventV01Schema.

* Added InputSchema to topic properties.

* Tagging endpointType a required property in deadletterdestination.

* Added x-ms-azure-resource for TrackedResource, and added some default values.
  • Loading branch information
kalyanaj authored and marstr committed Apr 30, 2018
1 parent a8362bb commit 3ac5504
Showing 1 changed file with 8 additions and 4 deletions.
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

0 comments on commit 3ac5504

Please sign in to comment.