Skip to content
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 @@ -27,7 +27,7 @@ class AdvancedFilter(Model):

All required parameters must be populated in order to send to Azure.

:param key: The filter key. Represents an event property with upto two
:param key: The filter key. Represents an event property with up to two
levels of nesting.
:type key: str
:param operator_type: Required. Constant filled by server.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class AdvancedFilter(Model):

All required parameters must be populated in order to send to Azure.

:param key: The filter key. Represents an event property with upto two
:param key: The filter key. Represents an event property with up to two
levels of nesting.
:type key: str
:param operator_type: Required. Constant filled by server.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class BoolEqualsAdvancedFilter(AdvancedFilter):

All required parameters must be populated in order to send to Azure.

:param key: The filter key. Represents an event property with upto two
:param key: The filter key. Represents an event property with up to two
levels of nesting.
:type key: str
:param operator_type: Required. Constant filled by server.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class BoolEqualsAdvancedFilter(AdvancedFilter):

All required parameters must be populated in order to send to Azure.

:param key: The filter key. Represents an event property with upto two
:param key: The filter key. Represents an event property with up to two
levels of nesting.
:type key: str
:param operator_type: Required. Constant filled by server.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class JsonField(Model):
"""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.

:param source_field: Name of a field in the input event schema that's to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class JsonField(Model):
"""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.

:param source_field: Name of a field in the input event schema that's to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class JsonFieldWithDefault(Model):
"""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
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class JsonFieldWithDefault(Model):
"""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
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class NumberGreaterThanAdvancedFilter(AdvancedFilter):

All required parameters must be populated in order to send to Azure.

:param key: The filter key. Represents an event property with upto two
:param key: The filter key. Represents an event property with up to two
levels of nesting.
:type key: str
:param operator_type: Required. Constant filled by server.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class NumberGreaterThanAdvancedFilter(AdvancedFilter):

All required parameters must be populated in order to send to Azure.

:param key: The filter key. Represents an event property with upto two
:param key: The filter key. Represents an event property with up to two
levels of nesting.
:type key: str
:param operator_type: Required. Constant filled by server.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class NumberGreaterThanOrEqualsAdvancedFilter(AdvancedFilter):

All required parameters must be populated in order to send to Azure.

:param key: The filter key. Represents an event property with upto two
:param key: The filter key. Represents an event property with up to two
levels of nesting.
:type key: str
:param operator_type: Required. Constant filled by server.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class NumberGreaterThanOrEqualsAdvancedFilter(AdvancedFilter):

All required parameters must be populated in order to send to Azure.

:param key: The filter key. Represents an event property with upto two
:param key: The filter key. Represents an event property with up to two
levels of nesting.
:type key: str
:param operator_type: Required. Constant filled by server.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class NumberInAdvancedFilter(AdvancedFilter):

All required parameters must be populated in order to send to Azure.

:param key: The filter key. Represents an event property with upto two
:param key: The filter key. Represents an event property with up to two
levels of nesting.
:type key: str
:param operator_type: Required. Constant filled by server.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class NumberInAdvancedFilter(AdvancedFilter):

All required parameters must be populated in order to send to Azure.

:param key: The filter key. Represents an event property with upto two
:param key: The filter key. Represents an event property with up to two
levels of nesting.
:type key: str
:param operator_type: Required. Constant filled by server.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class NumberLessThanAdvancedFilter(AdvancedFilter):

All required parameters must be populated in order to send to Azure.

:param key: The filter key. Represents an event property with upto two
:param key: The filter key. Represents an event property with up to two
levels of nesting.
:type key: str
:param operator_type: Required. Constant filled by server.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class NumberLessThanAdvancedFilter(AdvancedFilter):

All required parameters must be populated in order to send to Azure.

:param key: The filter key. Represents an event property with upto two
:param key: The filter key. Represents an event property with up to two
levels of nesting.
:type key: str
:param operator_type: Required. Constant filled by server.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class NumberLessThanOrEqualsAdvancedFilter(AdvancedFilter):

All required parameters must be populated in order to send to Azure.

:param key: The filter key. Represents an event property with upto two
:param key: The filter key. Represents an event property with up to two
levels of nesting.
:type key: str
:param operator_type: Required. Constant filled by server.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class NumberLessThanOrEqualsAdvancedFilter(AdvancedFilter):

All required parameters must be populated in order to send to Azure.

:param key: The filter key. Represents an event property with upto two
:param key: The filter key. Represents an event property with up to two
levels of nesting.
:type key: str
:param operator_type: Required. Constant filled by server.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class NumberNotInAdvancedFilter(AdvancedFilter):

All required parameters must be populated in order to send to Azure.

:param key: The filter key. Represents an event property with upto two
:param key: The filter key. Represents an event property with up to two
levels of nesting.
:type key: str
:param operator_type: Required. Constant filled by server.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class NumberNotInAdvancedFilter(AdvancedFilter):

All required parameters must be populated in order to send to Azure.

:param key: The filter key. Represents an event property with upto two
:param key: The filter key. Represents an event property with up to two
levels of nesting.
:type key: str
:param operator_type: Required. Constant filled by server.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class StringBeginsWithAdvancedFilter(AdvancedFilter):

All required parameters must be populated in order to send to Azure.

:param key: The filter key. Represents an event property with upto two
:param key: The filter key. Represents an event property with up to two
levels of nesting.
:type key: str
:param operator_type: Required. Constant filled by server.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class StringBeginsWithAdvancedFilter(AdvancedFilter):

All required parameters must be populated in order to send to Azure.

:param key: The filter key. Represents an event property with upto two
:param key: The filter key. Represents an event property with up to two
levels of nesting.
:type key: str
:param operator_type: Required. Constant filled by server.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class StringContainsAdvancedFilter(AdvancedFilter):

All required parameters must be populated in order to send to Azure.

:param key: The filter key. Represents an event property with upto two
:param key: The filter key. Represents an event property with up to two
levels of nesting.
:type key: str
:param operator_type: Required. Constant filled by server.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class StringContainsAdvancedFilter(AdvancedFilter):

All required parameters must be populated in order to send to Azure.

:param key: The filter key. Represents an event property with upto two
:param key: The filter key. Represents an event property with up to two
levels of nesting.
:type key: str
:param operator_type: Required. Constant filled by server.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class StringEndsWithAdvancedFilter(AdvancedFilter):

All required parameters must be populated in order to send to Azure.

:param key: The filter key. Represents an event property with upto two
:param key: The filter key. Represents an event property with up to two
levels of nesting.
:type key: str
:param operator_type: Required. Constant filled by server.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class StringEndsWithAdvancedFilter(AdvancedFilter):

All required parameters must be populated in order to send to Azure.

:param key: The filter key. Represents an event property with upto two
:param key: The filter key. Represents an event property with up to two
levels of nesting.
:type key: str
:param operator_type: Required. Constant filled by server.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class StringInAdvancedFilter(AdvancedFilter):

All required parameters must be populated in order to send to Azure.

:param key: The filter key. Represents an event property with upto two
:param key: The filter key. Represents an event property with up to two
levels of nesting.
:type key: str
:param operator_type: Required. Constant filled by server.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class StringInAdvancedFilter(AdvancedFilter):

All required parameters must be populated in order to send to Azure.

:param key: The filter key. Represents an event property with upto two
:param key: The filter key. Represents an event property with up to two
levels of nesting.
:type key: str
:param operator_type: Required. Constant filled by server.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class StringNotInAdvancedFilter(AdvancedFilter):

All required parameters must be populated in order to send to Azure.

:param key: The filter key. Represents an event property with upto two
:param key: The filter key. Represents an event property with up to two
levels of nesting.
:type key: str
:param operator_type: Required. Constant filled by server.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class StringNotInAdvancedFilter(AdvancedFilter):

All required parameters must be populated in order to send to Azure.

:param key: The filter key. Represents an event property with upto two
:param key: The filter key. Represents an event property with up to two
levels of nesting.
:type key: str
:param operator_type: Required. Constant filled by server.
Expand Down
2 changes: 1 addition & 1 deletion azure-mgmt-eventgrid/azure/mgmt/eventgrid/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
# regenerated.
# --------------------------------------------------------------------------

VERSION = "2.0.0rc2"
VERSION = "1.0.0"