Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.
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 @@ -19,7 +19,7 @@ class AdvancedFilter {
/**
* Create a AdvancedFilter.
* @member {string} [key] The filter key. Represents an event property with
* upto two levels of nesting.
* up to two levels of nesting.
* @member {string} operatorType Polymorphic Discriminator
*/
constructor() {
Expand Down
8 changes: 4 additions & 4 deletions lib/services/eventgridManagement/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ export interface EventSubscriptionDestination {
* Represents an advanced filter that can be used to filter events based on
* various event envelope/data fields.
*
* @member {string} [key] The filter key. Represents an event property with
* upto two levels of nesting.
* @member {string} [key] The filter key. Represents an event property with up
* to two levels of nesting.
* @member {string} operatorType Polymorphic Discriminator
*/
export interface AdvancedFilter {
Expand Down Expand Up @@ -616,7 +616,7 @@ export interface Operation {
* @constructor
* 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
* mappings for the 'id','topic' and 'eventTime' properties. This represents a
* field in the input event schema.
*
* @member {string} [sourceField] Name of a field in the input event schema
Expand All @@ -632,7 +632,7 @@ export interface JsonField {
* @constructor
* 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
* 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.
*
Expand Down
2 changes: 1 addition & 1 deletion lib/services/eventgridManagement/lib/models/jsonField.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/**
* 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
* mappings for the 'id','topic' and 'eventTime' properties. This represents a
* field in the input event schema.
*
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/**
* 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
* 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.
*
Expand Down