Skip to content

Commit

Permalink
typo: Microsoft.EventGrid (#4690)
Browse files Browse the repository at this point in the history
- Double word "key"
- eventtime -> eventTime
- upto -> up to
  • Loading branch information
nschonni authored and sarangan12 committed Dec 3, 2018
1 parent f091b39 commit da97586
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
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

0 comments on commit da97586

Please sign in to comment.