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

typo: eventgrid/Microsoft.EventGrid #4690

Merged
merged 1 commit into from
Dec 3, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1773,7 +1773,7 @@
}
},
"TopicRegenerateKeyRequest": {
"description": "Topic regenerate share access key key request",
"description": "Topic regenerate share access key request",
"required": [
"keyName"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1892,7 +1892,7 @@
}
},
"TopicRegenerateKeyRequest": {
"description": "Topic regenerate share access key key request",
"description": "Topic regenerate share access key request",
"required": [
"keyName"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2018,7 +2018,7 @@
}
},
"JsonField": {
"description": "This is used to express the source of an input schema mapping for a single target field in the Event Grid Event schema. This is currently used in the mappings for the 'id','topic' and 'eventtime' properties. This represents a field in the input event schema.",
"description": "This is used to express the source of an input schema mapping for a single target field in the Event Grid Event schema. This is currently used in the mappings for the 'id','topic' and 'eventTime' properties. This represents a field in the input event schema.",
"type": "object",
"properties": {
"sourceField": {
Expand All @@ -2028,7 +2028,7 @@
}
},
"JsonFieldWithDefault": {
"description": "This is used to express the source of an input schema mapping for a single target field in the Event Grid Event schema. This is currently used in the mappings for the 'subject','eventtype' and 'dataversion' properties. This represents a field in the input event schema along with a default value to be used, and at least one of these two properties should be provided.",
"description": "This is used to express the source of an input schema mapping for a single target field in the Event Grid Event schema. This is currently used in the mappings for the 'subject','eventType' and 'dataVersion' properties. This represents a field in the input event schema along with a default value to be used, and at least one of these two properties should be provided.",
"type": "object",
"properties": {
"sourceField": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2659,7 +2659,7 @@
}
},
"key": {
"description": "The filter key. Represents an event property with upto two levels of nesting.",
"description": "The filter key. Represents an event property with up to two levels of nesting.",
"type": "string"
}
},
Expand Down Expand Up @@ -3033,7 +3033,7 @@
}
},
"JsonField": {
"description": "This is used to express the source of an input schema mapping for a single target field in the Event Grid Event schema. This is currently used in the mappings for the 'id','topic' and 'eventtime' properties. This represents a field in the input event schema.",
"description": "This is used to express the source of an input schema mapping for a single target field in the Event Grid Event schema. This is currently used in the mappings for the 'id','topic' and 'eventTime' properties. This represents a field in the input event schema.",
"type": "object",
"properties": {
"sourceField": {
Expand All @@ -3043,7 +3043,7 @@
}
},
"JsonFieldWithDefault": {
"description": "This is used to express the source of an input schema mapping for a single target field in the Event Grid Event schema. This is currently used in the mappings for the 'subject','eventtype' and 'dataversion' properties. This represents a field in the input event schema along with a default value to be used, and at least one of these two properties should be provided.",
"description": "This is used to express the source of an input schema mapping for a single target field in the Event Grid Event schema. This is currently used in the mappings for the 'subject','eventType' and 'dataVersion' properties. This represents a field in the input event schema along with a default value to be used, and at least one of these two properties should be provided.",
"type": "object",
"properties": {
"sourceField": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1883,7 +1883,7 @@
}
},
"TopicRegenerateKeyRequest": {
"description": "Topic regenerate share access key key request",
"description": "Topic regenerate share access key request",
"required": [
"keyName"
],
Expand Down