diff --git a/src/SDKs/EventGrid/AzSdk.RP.props b/src/SDKs/EventGrid/AzSdk.RP.props
index 03be0cd6a37b..074b033ab6ea 100644
--- a/src/SDKs/EventGrid/AzSdk.RP.props
+++ b/src/SDKs/EventGrid/AzSdk.RP.props
@@ -1,7 +1,7 @@
- EventGrid_2019-02-01-preview;
+ EventGrid_2019-06-01;
$(PackageTags);$(CommonTags);$(AzureApiTag);
\ No newline at end of file
diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/DomainTopicsOperations.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/DomainTopicsOperations.cs
index a8902596afb9..56268404189e 100644
--- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/DomainTopicsOperations.cs
+++ b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/DomainTopicsOperations.cs
@@ -51,19 +51,19 @@ internal DomainTopicsOperations(EventGridManagementClient client)
public EventGridManagementClient Client { get; private set; }
///
- /// Get a domain topic
+ /// Get a domain topic.
///
///
- /// Get properties of a domain topic
+ /// Get properties of a domain topic.
///
///
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Name of the topic
+ /// Name of the topic.
///
///
/// Headers that will be added to request.
@@ -259,7 +259,7 @@ internal DomainTopicsOperations(EventGridManagementClient client)
}
///
- /// Create or update a domain topic
+ /// Create or update a domain topic.
///
///
/// Asynchronously creates or updates a new domain topic with the specified
@@ -269,10 +269,10 @@ internal DomainTopicsOperations(EventGridManagementClient client)
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Name of the domain topic
+ /// Name of the domain topic.
///
///
/// The headers that will be added to request.
@@ -288,19 +288,19 @@ internal DomainTopicsOperations(EventGridManagementClient client)
}
///
- /// Delete a domain topic
+ /// Delete a domain topic.
///
///
- /// Delete existing domain topic
+ /// Delete existing domain topic.
///
///
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Name of the domain topic
+ /// Name of the domain topic.
///
///
/// The headers that will be added to request.
@@ -328,10 +328,18 @@ internal DomainTopicsOperations(EventGridManagementClient client)
/// Domain name.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
///
/// Headers that will be added to request.
@@ -531,7 +539,7 @@ internal DomainTopicsOperations(EventGridManagementClient client)
}
///
- /// Create or update a domain topic
+ /// Create or update a domain topic.
///
///
/// Asynchronously creates or updates a new domain topic with the specified
@@ -541,10 +549,10 @@ internal DomainTopicsOperations(EventGridManagementClient client)
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Name of the domain topic
+ /// Name of the domain topic.
///
///
/// Headers that will be added to request.
@@ -740,19 +748,19 @@ internal DomainTopicsOperations(EventGridManagementClient client)
}
///
- /// Delete a domain topic
+ /// Delete a domain topic.
///
///
- /// Delete existing domain topic
+ /// Delete existing domain topic.
///
///
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Name of the domain topic
+ /// Name of the domain topic.
///
///
/// Headers that will be added to request.
diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/DomainTopicsOperationsExtensions.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/DomainTopicsOperationsExtensions.cs
index 2d1180ea0827..4ba4c7bb9401 100644
--- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/DomainTopicsOperationsExtensions.cs
+++ b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/DomainTopicsOperationsExtensions.cs
@@ -22,10 +22,10 @@ namespace Microsoft.Azure.Management.EventGrid
public static partial class DomainTopicsOperationsExtensions
{
///
- /// Get a domain topic
+ /// Get a domain topic.
///
///
- /// Get properties of a domain topic
+ /// Get properties of a domain topic.
///
///
/// The operations group for this extension method.
@@ -34,10 +34,10 @@ public static partial class DomainTopicsOperationsExtensions
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Name of the topic
+ /// Name of the topic.
///
public static DomainTopic Get(this IDomainTopicsOperations operations, string resourceGroupName, string domainName, string domainTopicName)
{
@@ -45,10 +45,10 @@ public static DomainTopic Get(this IDomainTopicsOperations operations, string re
}
///
- /// Get a domain topic
+ /// Get a domain topic.
///
///
- /// Get properties of a domain topic
+ /// Get properties of a domain topic.
///
///
/// The operations group for this extension method.
@@ -57,10 +57,10 @@ public static DomainTopic Get(this IDomainTopicsOperations operations, string re
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Name of the topic
+ /// Name of the topic.
///
///
/// The cancellation token.
@@ -74,7 +74,7 @@ public static DomainTopic Get(this IDomainTopicsOperations operations, string re
}
///
- /// Create or update a domain topic
+ /// Create or update a domain topic.
///
///
/// Asynchronously creates or updates a new domain topic with the specified
@@ -87,10 +87,10 @@ public static DomainTopic Get(this IDomainTopicsOperations operations, string re
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Name of the domain topic
+ /// Name of the domain topic.
///
public static DomainTopic CreateOrUpdate(this IDomainTopicsOperations operations, string resourceGroupName, string domainName, string domainTopicName)
{
@@ -98,7 +98,7 @@ public static DomainTopic CreateOrUpdate(this IDomainTopicsOperations operations
}
///
- /// Create or update a domain topic
+ /// Create or update a domain topic.
///
///
/// Asynchronously creates or updates a new domain topic with the specified
@@ -111,10 +111,10 @@ public static DomainTopic CreateOrUpdate(this IDomainTopicsOperations operations
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Name of the domain topic
+ /// Name of the domain topic.
///
///
/// The cancellation token.
@@ -128,10 +128,10 @@ public static DomainTopic CreateOrUpdate(this IDomainTopicsOperations operations
}
///
- /// Delete a domain topic
+ /// Delete a domain topic.
///
///
- /// Delete existing domain topic
+ /// Delete existing domain topic.
///
///
/// The operations group for this extension method.
@@ -140,10 +140,10 @@ public static DomainTopic CreateOrUpdate(this IDomainTopicsOperations operations
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Name of the domain topic
+ /// Name of the domain topic.
///
public static void Delete(this IDomainTopicsOperations operations, string resourceGroupName, string domainName, string domainTopicName)
{
@@ -151,10 +151,10 @@ public static void Delete(this IDomainTopicsOperations operations, string resour
}
///
- /// Delete a domain topic
+ /// Delete a domain topic.
///
///
- /// Delete existing domain topic
+ /// Delete existing domain topic.
///
///
/// The operations group for this extension method.
@@ -163,10 +163,10 @@ public static void Delete(this IDomainTopicsOperations operations, string resour
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Name of the domain topic
+ /// Name of the domain topic.
///
///
/// The cancellation token.
@@ -192,10 +192,18 @@ public static void Delete(this IDomainTopicsOperations operations, string resour
/// Domain name.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
public static IPage ListByDomain(this IDomainTopicsOperations operations, string resourceGroupName, string domainName, string filter = default(string), int? top = default(int?))
{
@@ -218,10 +226,18 @@ public static void Delete(this IDomainTopicsOperations operations, string resour
/// Domain name.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
///
/// The cancellation token.
@@ -235,7 +251,7 @@ public static void Delete(this IDomainTopicsOperations operations, string resour
}
///
- /// Create or update a domain topic
+ /// Create or update a domain topic.
///
///
/// Asynchronously creates or updates a new domain topic with the specified
@@ -248,10 +264,10 @@ public static void Delete(this IDomainTopicsOperations operations, string resour
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Name of the domain topic
+ /// Name of the domain topic.
///
public static DomainTopic BeginCreateOrUpdate(this IDomainTopicsOperations operations, string resourceGroupName, string domainName, string domainTopicName)
{
@@ -259,7 +275,7 @@ public static DomainTopic BeginCreateOrUpdate(this IDomainTopicsOperations opera
}
///
- /// Create or update a domain topic
+ /// Create or update a domain topic.
///
///
/// Asynchronously creates or updates a new domain topic with the specified
@@ -272,10 +288,10 @@ public static DomainTopic BeginCreateOrUpdate(this IDomainTopicsOperations opera
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Name of the domain topic
+ /// Name of the domain topic.
///
///
/// The cancellation token.
@@ -289,10 +305,10 @@ public static DomainTopic BeginCreateOrUpdate(this IDomainTopicsOperations opera
}
///
- /// Delete a domain topic
+ /// Delete a domain topic.
///
///
- /// Delete existing domain topic
+ /// Delete existing domain topic.
///
///
/// The operations group for this extension method.
@@ -301,10 +317,10 @@ public static DomainTopic BeginCreateOrUpdate(this IDomainTopicsOperations opera
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Name of the domain topic
+ /// Name of the domain topic.
///
public static void BeginDelete(this IDomainTopicsOperations operations, string resourceGroupName, string domainName, string domainTopicName)
{
@@ -312,10 +328,10 @@ public static void BeginDelete(this IDomainTopicsOperations operations, string r
}
///
- /// Delete a domain topic
+ /// Delete a domain topic.
///
///
- /// Delete existing domain topic
+ /// Delete existing domain topic.
///
///
/// The operations group for this extension method.
@@ -324,10 +340,10 @@ public static void BeginDelete(this IDomainTopicsOperations operations, string r
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Name of the domain topic
+ /// Name of the domain topic.
///
///
/// The cancellation token.
diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/DomainsOperations.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/DomainsOperations.cs
index 050b559568a3..08ed6dbc33eb 100644
--- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/DomainsOperations.cs
+++ b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/DomainsOperations.cs
@@ -51,16 +51,16 @@ internal DomainsOperations(EventGridManagementClient client)
public EventGridManagementClient Client { get; private set; }
///
- /// Get a domain
+ /// Get a domain.
///
///
- /// Get properties of a domain
+ /// Get properties of a domain.
///
///
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
/// Headers that will be added to request.
@@ -250,7 +250,7 @@ internal DomainsOperations(EventGridManagementClient client)
}
///
- /// Create or update a domain
+ /// Create or update a domain.
///
///
/// Asynchronously creates or updates a new domain with the specified
@@ -260,10 +260,10 @@ internal DomainsOperations(EventGridManagementClient client)
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Domain information
+ /// Domain information.
///
///
/// The headers that will be added to request.
@@ -279,16 +279,16 @@ internal DomainsOperations(EventGridManagementClient client)
}
///
- /// Delete a domain
+ /// Delete a domain.
///
///
- /// Delete existing domain
+ /// Delete existing domain.
///
///
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
/// The headers that will be added to request.
@@ -304,7 +304,7 @@ internal DomainsOperations(EventGridManagementClient client)
}
///
- /// Update a domain
+ /// Update a domain.
///
///
/// Asynchronously updates a domain with the specified parameters.
@@ -313,10 +313,10 @@ internal DomainsOperations(EventGridManagementClient client)
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Tags of the domains resource
+ /// Tags of the domains resource.
///
///
/// The headers that will be added to request.
@@ -332,16 +332,24 @@ internal DomainsOperations(EventGridManagementClient client)
}
///
- /// List domains under an Azure subscription
+ /// List domains under an Azure subscription.
///
///
- /// List all the domains under an Azure subscription
+ /// List all the domains under an Azure subscription.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
///
/// Headers that will be added to request.
@@ -529,19 +537,27 @@ internal DomainsOperations(EventGridManagementClient client)
}
///
- /// List domains under a resource group
+ /// List domains under a resource group.
///
///
- /// List all the domains under a resource group
+ /// List all the domains under a resource group.
///
///
/// The name of the resource group within the user's subscription.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
///
/// Headers that will be added to request.
@@ -735,16 +751,16 @@ internal DomainsOperations(EventGridManagementClient client)
}
///
- /// List keys for a domain
+ /// List keys for a domain.
///
///
- /// List the two keys used to publish to a domain
+ /// List the two keys used to publish to a domain.
///
///
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
/// Headers that will be added to request.
@@ -934,19 +950,19 @@ internal DomainsOperations(EventGridManagementClient client)
}
///
- /// Regenerate key for a domain
+ /// Regenerate key for a domain.
///
///
- /// Regenerate a shared access key for a domain
+ /// Regenerate a shared access key for a domain.
///
///
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Key name to regenerate key1 or key2
+ /// Key name to regenerate key1 or key2.
///
///
/// Headers that will be added to request.
@@ -1152,7 +1168,7 @@ internal DomainsOperations(EventGridManagementClient client)
}
///
- /// Create or update a domain
+ /// Create or update a domain.
///
///
/// Asynchronously creates or updates a new domain with the specified
@@ -1162,10 +1178,10 @@ internal DomainsOperations(EventGridManagementClient client)
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Domain information
+ /// Domain information.
///
///
/// Headers that will be added to request.
@@ -1370,16 +1386,16 @@ internal DomainsOperations(EventGridManagementClient client)
}
///
- /// Delete a domain
+ /// Delete a domain.
///
///
- /// Delete existing domain
+ /// Delete existing domain.
///
///
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
/// Headers that will be added to request.
@@ -1548,7 +1564,7 @@ internal DomainsOperations(EventGridManagementClient client)
}
///
- /// Update a domain
+ /// Update a domain.
///
///
/// Asynchronously updates a domain with the specified parameters.
@@ -1557,10 +1573,10 @@ internal DomainsOperations(EventGridManagementClient client)
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Tags of the domains resource
+ /// Tags of the domains resource.
///
///
/// Headers that will be added to request.
@@ -1762,10 +1778,10 @@ internal DomainsOperations(EventGridManagementClient client)
}
///
- /// List domains under an Azure subscription
+ /// List domains under an Azure subscription.
///
///
- /// List all the domains under an Azure subscription
+ /// List all the domains under an Azure subscription.
///
///
/// The NextLink from the previous successful call to List operation.
@@ -1938,10 +1954,10 @@ internal DomainsOperations(EventGridManagementClient client)
}
///
- /// List domains under a resource group
+ /// List domains under a resource group.
///
///
- /// List all the domains under a resource group
+ /// List all the domains under a resource group.
///
///
/// The NextLink from the previous successful call to List operation.
diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/DomainsOperationsExtensions.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/DomainsOperationsExtensions.cs
index 40b3408fb39b..6412a1dd276e 100644
--- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/DomainsOperationsExtensions.cs
+++ b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/DomainsOperationsExtensions.cs
@@ -24,10 +24,10 @@ namespace Microsoft.Azure.Management.EventGrid
public static partial class DomainsOperationsExtensions
{
///
- /// Get a domain
+ /// Get a domain.
///
///
- /// Get properties of a domain
+ /// Get properties of a domain.
///
///
/// The operations group for this extension method.
@@ -36,7 +36,7 @@ public static partial class DomainsOperationsExtensions
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
public static Domain Get(this IDomainsOperations operations, string resourceGroupName, string domainName)
{
@@ -44,10 +44,10 @@ public static Domain Get(this IDomainsOperations operations, string resourceGrou
}
///
- /// Get a domain
+ /// Get a domain.
///
///
- /// Get properties of a domain
+ /// Get properties of a domain.
///
///
/// The operations group for this extension method.
@@ -56,7 +56,7 @@ public static Domain Get(this IDomainsOperations operations, string resourceGrou
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
/// The cancellation token.
@@ -70,7 +70,7 @@ public static Domain Get(this IDomainsOperations operations, string resourceGrou
}
///
- /// Create or update a domain
+ /// Create or update a domain.
///
///
/// Asynchronously creates or updates a new domain with the specified
@@ -83,10 +83,10 @@ public static Domain Get(this IDomainsOperations operations, string resourceGrou
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Domain information
+ /// Domain information.
///
public static Domain CreateOrUpdate(this IDomainsOperations operations, string resourceGroupName, string domainName, Domain domainInfo)
{
@@ -94,7 +94,7 @@ public static Domain CreateOrUpdate(this IDomainsOperations operations, string r
}
///
- /// Create or update a domain
+ /// Create or update a domain.
///
///
/// Asynchronously creates or updates a new domain with the specified
@@ -107,10 +107,10 @@ public static Domain CreateOrUpdate(this IDomainsOperations operations, string r
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Domain information
+ /// Domain information.
///
///
/// The cancellation token.
@@ -124,10 +124,10 @@ public static Domain CreateOrUpdate(this IDomainsOperations operations, string r
}
///
- /// Delete a domain
+ /// Delete a domain.
///
///
- /// Delete existing domain
+ /// Delete existing domain.
///
///
/// The operations group for this extension method.
@@ -136,7 +136,7 @@ public static Domain CreateOrUpdate(this IDomainsOperations operations, string r
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
public static void Delete(this IDomainsOperations operations, string resourceGroupName, string domainName)
{
@@ -144,10 +144,10 @@ public static void Delete(this IDomainsOperations operations, string resourceGro
}
///
- /// Delete a domain
+ /// Delete a domain.
///
///
- /// Delete existing domain
+ /// Delete existing domain.
///
///
/// The operations group for this extension method.
@@ -156,7 +156,7 @@ public static void Delete(this IDomainsOperations operations, string resourceGro
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
/// The cancellation token.
@@ -167,7 +167,7 @@ public static void Delete(this IDomainsOperations operations, string resourceGro
}
///
- /// Update a domain
+ /// Update a domain.
///
///
/// Asynchronously updates a domain with the specified parameters.
@@ -179,10 +179,10 @@ public static void Delete(this IDomainsOperations operations, string resourceGro
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Tags of the domains resource
+ /// Tags of the domains resource.
///
public static Domain Update(this IDomainsOperations operations, string resourceGroupName, string domainName, IDictionary tags = default(IDictionary))
{
@@ -190,7 +190,7 @@ public static void Delete(this IDomainsOperations operations, string resourceGro
}
///
- /// Update a domain
+ /// Update a domain.
///
///
/// Asynchronously updates a domain with the specified parameters.
@@ -202,10 +202,10 @@ public static void Delete(this IDomainsOperations operations, string resourceGro
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Tags of the domains resource
+ /// Tags of the domains resource.
///
///
/// The cancellation token.
@@ -219,19 +219,27 @@ public static void Delete(this IDomainsOperations operations, string resourceGro
}
///
- /// List domains under an Azure subscription
+ /// List domains under an Azure subscription.
///
///
- /// List all the domains under an Azure subscription
+ /// List all the domains under an Azure subscription.
///
///
/// The operations group for this extension method.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
public static IPage ListBySubscription(this IDomainsOperations operations, string filter = default(string), int? top = default(int?))
{
@@ -239,19 +247,27 @@ public static void Delete(this IDomainsOperations operations, string resourceGro
}
///
- /// List domains under an Azure subscription
+ /// List domains under an Azure subscription.
///
///
- /// List all the domains under an Azure subscription
+ /// List all the domains under an Azure subscription.
///
///
/// The operations group for this extension method.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
///
/// The cancellation token.
@@ -265,10 +281,10 @@ public static void Delete(this IDomainsOperations operations, string resourceGro
}
///
- /// List domains under a resource group
+ /// List domains under a resource group.
///
///
- /// List all the domains under a resource group
+ /// List all the domains under a resource group.
///
///
/// The operations group for this extension method.
@@ -277,10 +293,18 @@ public static void Delete(this IDomainsOperations operations, string resourceGro
/// The name of the resource group within the user's subscription.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
public static IPage ListByResourceGroup(this IDomainsOperations operations, string resourceGroupName, string filter = default(string), int? top = default(int?))
{
@@ -288,10 +312,10 @@ public static void Delete(this IDomainsOperations operations, string resourceGro
}
///
- /// List domains under a resource group
+ /// List domains under a resource group.
///
///
- /// List all the domains under a resource group
+ /// List all the domains under a resource group.
///
///
/// The operations group for this extension method.
@@ -300,10 +324,18 @@ public static void Delete(this IDomainsOperations operations, string resourceGro
/// The name of the resource group within the user's subscription.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
///
/// The cancellation token.
@@ -317,10 +349,10 @@ public static void Delete(this IDomainsOperations operations, string resourceGro
}
///
- /// List keys for a domain
+ /// List keys for a domain.
///
///
- /// List the two keys used to publish to a domain
+ /// List the two keys used to publish to a domain.
///
///
/// The operations group for this extension method.
@@ -329,7 +361,7 @@ public static void Delete(this IDomainsOperations operations, string resourceGro
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
public static DomainSharedAccessKeys ListSharedAccessKeys(this IDomainsOperations operations, string resourceGroupName, string domainName)
{
@@ -337,10 +369,10 @@ public static DomainSharedAccessKeys ListSharedAccessKeys(this IDomainsOperation
}
///
- /// List keys for a domain
+ /// List keys for a domain.
///
///
- /// List the two keys used to publish to a domain
+ /// List the two keys used to publish to a domain.
///
///
/// The operations group for this extension method.
@@ -349,7 +381,7 @@ public static DomainSharedAccessKeys ListSharedAccessKeys(this IDomainsOperation
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
/// The cancellation token.
@@ -363,10 +395,10 @@ public static DomainSharedAccessKeys ListSharedAccessKeys(this IDomainsOperation
}
///
- /// Regenerate key for a domain
+ /// Regenerate key for a domain.
///
///
- /// Regenerate a shared access key for a domain
+ /// Regenerate a shared access key for a domain.
///
///
/// The operations group for this extension method.
@@ -375,10 +407,10 @@ public static DomainSharedAccessKeys ListSharedAccessKeys(this IDomainsOperation
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Key name to regenerate key1 or key2
+ /// Key name to regenerate key1 or key2.
///
public static DomainSharedAccessKeys RegenerateKey(this IDomainsOperations operations, string resourceGroupName, string domainName, string keyName)
{
@@ -386,10 +418,10 @@ public static DomainSharedAccessKeys RegenerateKey(this IDomainsOperations opera
}
///
- /// Regenerate key for a domain
+ /// Regenerate key for a domain.
///
///
- /// Regenerate a shared access key for a domain
+ /// Regenerate a shared access key for a domain.
///
///
/// The operations group for this extension method.
@@ -398,10 +430,10 @@ public static DomainSharedAccessKeys RegenerateKey(this IDomainsOperations opera
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Key name to regenerate key1 or key2
+ /// Key name to regenerate key1 or key2.
///
///
/// The cancellation token.
@@ -415,7 +447,7 @@ public static DomainSharedAccessKeys RegenerateKey(this IDomainsOperations opera
}
///
- /// Create or update a domain
+ /// Create or update a domain.
///
///
/// Asynchronously creates or updates a new domain with the specified
@@ -428,10 +460,10 @@ public static DomainSharedAccessKeys RegenerateKey(this IDomainsOperations opera
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Domain information
+ /// Domain information.
///
public static Domain BeginCreateOrUpdate(this IDomainsOperations operations, string resourceGroupName, string domainName, Domain domainInfo)
{
@@ -439,7 +471,7 @@ public static Domain BeginCreateOrUpdate(this IDomainsOperations operations, str
}
///
- /// Create or update a domain
+ /// Create or update a domain.
///
///
/// Asynchronously creates or updates a new domain with the specified
@@ -452,10 +484,10 @@ public static Domain BeginCreateOrUpdate(this IDomainsOperations operations, str
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Domain information
+ /// Domain information.
///
///
/// The cancellation token.
@@ -469,10 +501,10 @@ public static Domain BeginCreateOrUpdate(this IDomainsOperations operations, str
}
///
- /// Delete a domain
+ /// Delete a domain.
///
///
- /// Delete existing domain
+ /// Delete existing domain.
///
///
/// The operations group for this extension method.
@@ -481,7 +513,7 @@ public static Domain BeginCreateOrUpdate(this IDomainsOperations operations, str
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
public static void BeginDelete(this IDomainsOperations operations, string resourceGroupName, string domainName)
{
@@ -489,10 +521,10 @@ public static void BeginDelete(this IDomainsOperations operations, string resour
}
///
- /// Delete a domain
+ /// Delete a domain.
///
///
- /// Delete existing domain
+ /// Delete existing domain.
///
///
/// The operations group for this extension method.
@@ -501,7 +533,7 @@ public static void BeginDelete(this IDomainsOperations operations, string resour
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
/// The cancellation token.
@@ -512,7 +544,7 @@ public static void BeginDelete(this IDomainsOperations operations, string resour
}
///
- /// Update a domain
+ /// Update a domain.
///
///
/// Asynchronously updates a domain with the specified parameters.
@@ -524,10 +556,10 @@ public static void BeginDelete(this IDomainsOperations operations, string resour
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Tags of the domains resource
+ /// Tags of the domains resource.
///
public static Domain BeginUpdate(this IDomainsOperations operations, string resourceGroupName, string domainName, IDictionary tags = default(IDictionary))
{
@@ -535,7 +567,7 @@ public static void BeginDelete(this IDomainsOperations operations, string resour
}
///
- /// Update a domain
+ /// Update a domain.
///
///
/// Asynchronously updates a domain with the specified parameters.
@@ -547,10 +579,10 @@ public static void BeginDelete(this IDomainsOperations operations, string resour
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Tags of the domains resource
+ /// Tags of the domains resource.
///
///
/// The cancellation token.
@@ -564,10 +596,10 @@ public static void BeginDelete(this IDomainsOperations operations, string resour
}
///
- /// List domains under an Azure subscription
+ /// List domains under an Azure subscription.
///
///
- /// List all the domains under an Azure subscription
+ /// List all the domains under an Azure subscription.
///
///
/// The operations group for this extension method.
@@ -581,10 +613,10 @@ public static IPage ListBySubscriptionNext(this IDomainsOperations opera
}
///
- /// List domains under an Azure subscription
+ /// List domains under an Azure subscription.
///
///
- /// List all the domains under an Azure subscription
+ /// List all the domains under an Azure subscription.
///
///
/// The operations group for this extension method.
@@ -604,10 +636,10 @@ public static IPage ListBySubscriptionNext(this IDomainsOperations opera
}
///
- /// List domains under a resource group
+ /// List domains under a resource group.
///
///
- /// List all the domains under a resource group
+ /// List all the domains under a resource group.
///
///
/// The operations group for this extension method.
@@ -621,10 +653,10 @@ public static IPage ListByResourceGroupNext(this IDomainsOperations oper
}
///
- /// List domains under a resource group
+ /// List domains under a resource group.
///
///
- /// List all the domains under a resource group
+ /// List all the domains under a resource group.
///
///
/// The operations group for this extension method.
diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/EventGridManagementClient.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/EventGridManagementClient.cs
index 77b755edecb6..6dd85238b65c 100644
--- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/EventGridManagementClient.cs
+++ b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/EventGridManagementClient.cs
@@ -354,7 +354,7 @@ private void Initialize()
Topics = new TopicsOperations(this);
TopicTypes = new TopicTypesOperations(this);
BaseUri = new System.Uri("https://management.azure.com");
- ApiVersion = "2019-02-01-preview";
+ ApiVersion = "2019-06-01";
AcceptLanguage = "en-US";
LongRunningOperationRetryTimeout = 30;
GenerateClientRequestId = true;
@@ -384,8 +384,6 @@ private void Initialize()
new Iso8601TimeSpanConverter()
}
};
- SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("inputSchemaMappingType"));
- DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("inputSchemaMappingType"));
SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("endpointType"));
DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("endpointType"));
SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("operatorType"));
diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/EventSubscriptionsOperations.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/EventSubscriptionsOperations.cs
index ffd27d569482..c61670e7cbf5 100644
--- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/EventSubscriptionsOperations.cs
+++ b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/EventSubscriptionsOperations.cs
@@ -51,10 +51,10 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
public EventGridManagementClient Client { get; private set; }
///
- /// Get an event subscription
+ /// Get an event subscription.
///
///
- /// Get properties of an event subscription
+ /// Get properties of an event subscription.
///
///
/// The scope of the event subscription. The scope can be a subscription, or a
@@ -69,7 +69,7 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
/// for an EventGrid topic.
///
///
- /// Name of the event subscription
+ /// Name of the event subscription.
///
///
/// Headers that will be added to request.
@@ -254,7 +254,7 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
}
///
- /// Create or update an event subscription
+ /// Create or update an event subscription.
///
///
/// Asynchronously creates a new event subscription or updates an existing
@@ -279,7 +279,7 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
///
///
/// Event subscription properties containing the destination and filter
- /// information
+ /// information.
///
///
/// The headers that will be added to request.
@@ -295,10 +295,10 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
}
///
- /// Delete an event subscription
+ /// Delete an event subscription.
///
///
- /// Delete an existing event subscription
+ /// Delete an existing event subscription.
///
///
/// The scope of the event subscription. The scope can be a subscription, or a
@@ -313,7 +313,7 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
/// for an EventGrid topic.
///
///
- /// Name of the event subscription
+ /// Name of the event subscription.
///
///
/// The headers that will be added to request.
@@ -329,7 +329,7 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
}
///
- /// Update an event subscription
+ /// Update an event subscription.
///
///
/// Asynchronously updates an existing event subscription.
@@ -347,10 +347,10 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
/// for an EventGrid topic.
///
///
- /// Name of the event subscription to be updated
+ /// Name of the event subscription to be updated.
///
///
- /// Updated event subscription information
+ /// Updated event subscription information.
///
///
/// The headers that will be added to request.
@@ -366,10 +366,10 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
}
///
- /// Get full URL of an event subscription
+ /// Get full URL of an event subscription.
///
///
- /// Get the full endpoint URL for an event subscription
+ /// Get the full endpoint URL for an event subscription.
///
///
/// The scope of the event subscription. The scope can be a subscription, or a
@@ -384,7 +384,7 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
/// for an EventGrid topic.
///
///
- /// Name of the event subscription
+ /// Name of the event subscription.
///
///
/// Headers that will be added to request.
@@ -570,20 +570,25 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
///
/// Get an aggregated list of all global event subscriptions under an Azure
- /// subscription
+ /// subscription.
///
///
/// List all aggregated global event subscriptions under a specific Azure
- /// subscription
+ /// subscription.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
- ///
- ///
- /// The label used to filter the results for event subscriptions list.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
///
/// Headers that will be added to request.
@@ -606,7 +611,7 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
///
/// A response object containing the response body and response headers.
///
- public async Task>> ListGlobalBySubscriptionWithHttpMessagesAsync(string filter = default(string), int? top = default(int?), string label = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
+ public async Task>> ListGlobalBySubscriptionWithHttpMessagesAsync(string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
{
if (Client.SubscriptionId == null)
{
@@ -625,7 +630,6 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
Dictionary tracingParameters = new Dictionary();
tracingParameters.Add("filter", filter);
tracingParameters.Add("top", top);
- tracingParameters.Add("label", label);
tracingParameters.Add("cancellationToken", cancellationToken);
ServiceClientTracing.Enter(_invocationId, this, "ListGlobalBySubscription", tracingParameters);
}
@@ -646,10 +650,6 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
{
_queryParameters.Add(string.Format("$top={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(top, Client.SerializationSettings).Trim('"'))));
}
- if (label != null)
- {
- _queryParameters.Add(string.Format("label={0}", System.Uri.EscapeDataString(label)));
- }
if (_queryParameters.Count > 0)
{
_url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters);
@@ -776,23 +776,28 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
}
///
- /// List all global event subscriptions for a topic type
+ /// List all global event subscriptions for a topic type.
///
///
/// List all global event subscriptions under an Azure subscription for a topic
/// type.
///
///
- /// Name of the topic type
+ /// Name of the topic type.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
- ///
- ///
- /// The label used to filter the results for event subscriptions list.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
///
/// Headers that will be added to request.
@@ -815,7 +820,7 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
///
/// A response object containing the response body and response headers.
///
- public async Task>> ListGlobalBySubscriptionForTopicTypeWithHttpMessagesAsync(string topicTypeName, string filter = default(string), int? top = default(int?), string label = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
+ public async Task>> ListGlobalBySubscriptionForTopicTypeWithHttpMessagesAsync(string topicTypeName, string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
{
if (Client.SubscriptionId == null)
{
@@ -839,7 +844,6 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
tracingParameters.Add("topicTypeName", topicTypeName);
tracingParameters.Add("filter", filter);
tracingParameters.Add("top", top);
- tracingParameters.Add("label", label);
tracingParameters.Add("cancellationToken", cancellationToken);
ServiceClientTracing.Enter(_invocationId, this, "ListGlobalBySubscriptionForTopicType", tracingParameters);
}
@@ -861,10 +865,6 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
{
_queryParameters.Add(string.Format("$top={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(top, Client.SerializationSettings).Trim('"'))));
}
- if (label != null)
- {
- _queryParameters.Add(string.Format("label={0}", System.Uri.EscapeDataString(label)));
- }
if (_queryParameters.Count > 0)
{
_url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters);
@@ -992,23 +992,28 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
///
/// List all global event subscriptions under an Azure subscription and
- /// resource group
+ /// resource group.
///
///
/// List all global event subscriptions under a specific Azure subscription and
- /// resource group
+ /// resource group.
///
///
/// The name of the resource group within the user's subscription.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
- ///
- ///
- /// The label used to filter the results for event subscriptions list.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
///
/// Headers that will be added to request.
@@ -1031,7 +1036,7 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
///
/// A response object containing the response body and response headers.
///
- public async Task>> ListGlobalByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string filter = default(string), int? top = default(int?), string label = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
+ public async Task>> ListGlobalByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
{
if (Client.SubscriptionId == null)
{
@@ -1055,7 +1060,6 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
tracingParameters.Add("resourceGroupName", resourceGroupName);
tracingParameters.Add("filter", filter);
tracingParameters.Add("top", top);
- tracingParameters.Add("label", label);
tracingParameters.Add("cancellationToken", cancellationToken);
ServiceClientTracing.Enter(_invocationId, this, "ListGlobalByResourceGroup", tracingParameters);
}
@@ -1077,10 +1081,6 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
{
_queryParameters.Add(string.Format("$top={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(top, Client.SerializationSettings).Trim('"'))));
}
- if (label != null)
- {
- _queryParameters.Add(string.Format("label={0}", System.Uri.EscapeDataString(label)));
- }
if (_queryParameters.Count > 0)
{
_url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters);
@@ -1207,7 +1207,8 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
}
///
- /// List all global event subscriptions under a resource group for a topic type
+ /// List all global event subscriptions under a resource group for a topic
+ /// type.
///
///
/// List all global event subscriptions under a resource group for a specific
@@ -1217,16 +1218,21 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the topic type
+ /// Name of the topic type.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
- ///
- ///
- /// The label used to filter the results for event subscriptions list.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
///
/// Headers that will be added to request.
@@ -1249,7 +1255,7 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
///
/// A response object containing the response body and response headers.
///
- public async Task>> ListGlobalByResourceGroupForTopicTypeWithHttpMessagesAsync(string resourceGroupName, string topicTypeName, string filter = default(string), int? top = default(int?), string label = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
+ public async Task>> ListGlobalByResourceGroupForTopicTypeWithHttpMessagesAsync(string resourceGroupName, string topicTypeName, string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
{
if (Client.SubscriptionId == null)
{
@@ -1278,7 +1284,6 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
tracingParameters.Add("topicTypeName", topicTypeName);
tracingParameters.Add("filter", filter);
tracingParameters.Add("top", top);
- tracingParameters.Add("label", label);
tracingParameters.Add("cancellationToken", cancellationToken);
ServiceClientTracing.Enter(_invocationId, this, "ListGlobalByResourceGroupForTopicType", tracingParameters);
}
@@ -1301,10 +1306,6 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
{
_queryParameters.Add(string.Format("$top={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(top, Client.SerializationSettings).Trim('"'))));
}
- if (label != null)
- {
- _queryParameters.Add(string.Format("label={0}", System.Uri.EscapeDataString(label)));
- }
if (_queryParameters.Count > 0)
{
_url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters);
@@ -1431,23 +1432,28 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
}
///
- /// List all regional event subscriptions under an Azure subscription
+ /// List all regional event subscriptions under an Azure subscription.
///
///
/// List all event subscriptions from the given location under a specific Azure
- /// subscription
+ /// subscription.
///
///
- /// Name of the location
+ /// Name of the location.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
- ///
- ///
- /// The label used to filter the results for event subscriptions list.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
///
/// Headers that will be added to request.
@@ -1470,7 +1476,7 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
///
/// A response object containing the response body and response headers.
///
- public async Task>> ListRegionalBySubscriptionWithHttpMessagesAsync(string location, string filter = default(string), int? top = default(int?), string label = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
+ public async Task>> ListRegionalBySubscriptionWithHttpMessagesAsync(string location, string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
{
if (Client.SubscriptionId == null)
{
@@ -1494,7 +1500,6 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
tracingParameters.Add("location", location);
tracingParameters.Add("filter", filter);
tracingParameters.Add("top", top);
- tracingParameters.Add("label", label);
tracingParameters.Add("cancellationToken", cancellationToken);
ServiceClientTracing.Enter(_invocationId, this, "ListRegionalBySubscription", tracingParameters);
}
@@ -1516,10 +1521,6 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
{
_queryParameters.Add(string.Format("$top={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(top, Client.SerializationSettings).Trim('"'))));
}
- if (label != null)
- {
- _queryParameters.Add(string.Format("label={0}", System.Uri.EscapeDataString(label)));
- }
if (_queryParameters.Count > 0)
{
_url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters);
@@ -1647,26 +1648,31 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
///
/// List all regional event subscriptions under an Azure subscription and
- /// resource group
+ /// resource group.
///
///
/// List all event subscriptions from the given location under a specific Azure
- /// subscription and resource group
+ /// subscription and resource group.
///
///
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the location
+ /// Name of the location.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
- ///
- ///
- /// The label used to filter the results for event subscriptions list.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
///
/// Headers that will be added to request.
@@ -1689,7 +1695,7 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
///
/// A response object containing the response body and response headers.
///
- public async Task>> ListRegionalByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string location, string filter = default(string), int? top = default(int?), string label = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
+ public async Task>> ListRegionalByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string location, string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
{
if (Client.SubscriptionId == null)
{
@@ -1718,7 +1724,6 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
tracingParameters.Add("location", location);
tracingParameters.Add("filter", filter);
tracingParameters.Add("top", top);
- tracingParameters.Add("label", label);
tracingParameters.Add("cancellationToken", cancellationToken);
ServiceClientTracing.Enter(_invocationId, this, "ListRegionalByResourceGroup", tracingParameters);
}
@@ -1741,10 +1746,6 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
{
_queryParameters.Add(string.Format("$top={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(top, Client.SerializationSettings).Trim('"'))));
}
- if (label != null)
- {
- _queryParameters.Add(string.Format("label={0}", System.Uri.EscapeDataString(label)));
- }
if (_queryParameters.Count > 0)
{
_url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters);
@@ -1872,26 +1873,31 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
///
/// List all regional event subscriptions under an Azure subscription for a
- /// topic type
+ /// topic type.
///
///
/// List all event subscriptions from the given location under a specific Azure
/// subscription and topic type.
///
///
- /// Name of the location
+ /// Name of the location.
///
///
- /// Name of the topic type
+ /// Name of the topic type.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
- ///
- ///
- /// The label used to filter the results for event subscriptions list.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
///
/// Headers that will be added to request.
@@ -1914,7 +1920,7 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
///
/// A response object containing the response body and response headers.
///
- public async Task>> ListRegionalBySubscriptionForTopicTypeWithHttpMessagesAsync(string location, string topicTypeName, string filter = default(string), int? top = default(int?), string label = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
+ public async Task>> ListRegionalBySubscriptionForTopicTypeWithHttpMessagesAsync(string location, string topicTypeName, string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
{
if (Client.SubscriptionId == null)
{
@@ -1943,7 +1949,6 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
tracingParameters.Add("topicTypeName", topicTypeName);
tracingParameters.Add("filter", filter);
tracingParameters.Add("top", top);
- tracingParameters.Add("label", label);
tracingParameters.Add("cancellationToken", cancellationToken);
ServiceClientTracing.Enter(_invocationId, this, "ListRegionalBySubscriptionForTopicType", tracingParameters);
}
@@ -1966,10 +1971,6 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
{
_queryParameters.Add(string.Format("$top={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(top, Client.SerializationSettings).Trim('"'))));
}
- if (label != null)
- {
- _queryParameters.Add(string.Format("label={0}", System.Uri.EscapeDataString(label)));
- }
if (_queryParameters.Count > 0)
{
_url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters);
@@ -2097,29 +2098,34 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
///
/// List all regional event subscriptions under an Azure subscription and
- /// resource group for a topic type
+ /// resource group for a topic type.
///
///
/// List all event subscriptions from the given location under a specific Azure
- /// subscription and resource group and topic type
+ /// subscription and resource group and topic type.
///
///
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the location
+ /// Name of the location.
///
///
- /// Name of the topic type
+ /// Name of the topic type.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
- ///
- ///
- /// The label used to filter the results for event subscriptions list.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
///
/// Headers that will be added to request.
@@ -2142,7 +2148,7 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
///
/// A response object containing the response body and response headers.
///
- public async Task>> ListRegionalByResourceGroupForTopicTypeWithHttpMessagesAsync(string resourceGroupName, string location, string topicTypeName, string filter = default(string), int? top = default(int?), string label = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
+ public async Task>> ListRegionalByResourceGroupForTopicTypeWithHttpMessagesAsync(string resourceGroupName, string location, string topicTypeName, string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
{
if (Client.SubscriptionId == null)
{
@@ -2176,7 +2182,6 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
tracingParameters.Add("topicTypeName", topicTypeName);
tracingParameters.Add("filter", filter);
tracingParameters.Add("top", top);
- tracingParameters.Add("label", label);
tracingParameters.Add("cancellationToken", cancellationToken);
ServiceClientTracing.Enter(_invocationId, this, "ListRegionalByResourceGroupForTopicType", tracingParameters);
}
@@ -2200,10 +2205,6 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
{
_queryParameters.Add(string.Format("$top={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(top, Client.SerializationSettings).Trim('"'))));
}
- if (label != null)
- {
- _queryParameters.Add(string.Format("label={0}", System.Uri.EscapeDataString(label)));
- }
if (_queryParameters.Count > 0)
{
_url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters);
@@ -2330,31 +2331,36 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
}
///
- /// List all event subscriptions for a specific topic
+ /// List all event subscriptions for a specific topic.
///
///
- /// List all event subscriptions that have been created for a specific topic
+ /// List all event subscriptions that have been created for a specific topic.
///
///
/// The name of the resource group within the user's subscription.
///
///
- /// Namespace of the provider of the topic
+ /// Namespace of the provider of the topic.
///
///
- /// Name of the resource type
+ /// Name of the resource type.
///
///
- /// Name of the resource
+ /// Name of the resource.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
- ///
- ///
- /// The label used to filter the results for event subscriptions list.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
///
/// Headers that will be added to request.
@@ -2377,7 +2383,7 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
///
/// A response object containing the response body and response headers.
///
- public async Task>> ListByResourceWithHttpMessagesAsync(string resourceGroupName, string providerNamespace, string resourceTypeName, string resourceName, string filter = default(string), int? top = default(int?), string label = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
+ public async Task>> ListByResourceWithHttpMessagesAsync(string resourceGroupName, string providerNamespace, string resourceTypeName, string resourceName, string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
{
if (Client.SubscriptionId == null)
{
@@ -2416,7 +2422,6 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
tracingParameters.Add("resourceName", resourceName);
tracingParameters.Add("filter", filter);
tracingParameters.Add("top", top);
- tracingParameters.Add("label", label);
tracingParameters.Add("cancellationToken", cancellationToken);
ServiceClientTracing.Enter(_invocationId, this, "ListByResource", tracingParameters);
}
@@ -2441,10 +2446,6 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
{
_queryParameters.Add(string.Format("$top={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(top, Client.SerializationSettings).Trim('"'))));
}
- if (label != null)
- {
- _queryParameters.Add(string.Format("label={0}", System.Uri.EscapeDataString(label)));
- }
if (_queryParameters.Count > 0)
{
_url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters);
@@ -2571,29 +2572,34 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
}
///
- /// List all event subscriptions for a specific domain topic
+ /// List all event subscriptions for a specific domain topic.
///
///
/// List all event subscriptions that have been created for a specific domain
- /// topic
+ /// topic.
///
///
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the top level domain
+ /// Name of the top level domain.
///
///
- /// Name of the domain topic
+ /// Name of the domain topic.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
- ///
- ///
- /// The label used to filter the results for event subscriptions list.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
///
/// Headers that will be added to request.
@@ -2616,7 +2622,7 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
///
/// A response object containing the response body and response headers.
///
- public async Task>> ListByDomainTopicWithHttpMessagesAsync(string resourceGroupName, string domainName, string topicName, string filter = default(string), int? top = default(int?), string label = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
+ public async Task>> ListByDomainTopicWithHttpMessagesAsync(string resourceGroupName, string domainName, string topicName, string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
{
if (Client.SubscriptionId == null)
{
@@ -2650,7 +2656,6 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
tracingParameters.Add("topicName", topicName);
tracingParameters.Add("filter", filter);
tracingParameters.Add("top", top);
- tracingParameters.Add("label", label);
tracingParameters.Add("cancellationToken", cancellationToken);
ServiceClientTracing.Enter(_invocationId, this, "ListByDomainTopic", tracingParameters);
}
@@ -2674,10 +2679,6 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
{
_queryParameters.Add(string.Format("$top={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(top, Client.SerializationSettings).Trim('"'))));
}
- if (label != null)
- {
- _queryParameters.Add(string.Format("label={0}", System.Uri.EscapeDataString(label)));
- }
if (_queryParameters.Count > 0)
{
_url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters);
@@ -2804,7 +2805,7 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
}
///
- /// Create or update an event subscription
+ /// Create or update an event subscription.
///
///
/// Asynchronously creates a new event subscription or updates an existing
@@ -2829,7 +2830,7 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
///
///
/// Event subscription properties containing the destination and filter
- /// information
+ /// information.
///
///
/// Headers that will be added to request.
@@ -3025,10 +3026,10 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
}
///
- /// Delete an event subscription
+ /// Delete an event subscription.
///
///
- /// Delete an existing event subscription
+ /// Delete an existing event subscription.
///
///
/// The scope of the event subscription. The scope can be a subscription, or a
@@ -3043,7 +3044,7 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
/// for an EventGrid topic.
///
///
- /// Name of the event subscription
+ /// Name of the event subscription.
///
///
/// Headers that will be added to request.
@@ -3207,7 +3208,7 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
}
///
- /// Update an event subscription
+ /// Update an event subscription.
///
///
/// Asynchronously updates an existing event subscription.
@@ -3225,10 +3226,10 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
/// for an EventGrid topic.
///
///
- /// Name of the event subscription to be updated
+ /// Name of the event subscription to be updated.
///
///
- /// Updated event subscription information
+ /// Updated event subscription information.
///
///
/// Headers that will be added to request.
@@ -3425,11 +3426,11 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
///
/// Get an aggregated list of all global event subscriptions under an Azure
- /// subscription
+ /// subscription.
///
///
/// List all aggregated global event subscriptions under a specific Azure
- /// subscription
+ /// subscription.
///
///
/// The NextLink from the previous successful call to List operation.
@@ -3602,7 +3603,7 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
}
///
- /// List all global event subscriptions for a topic type
+ /// List all global event subscriptions for a topic type.
///
///
/// List all global event subscriptions under an Azure subscription for a topic
@@ -3780,11 +3781,11 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
///
/// List all global event subscriptions under an Azure subscription and
- /// resource group
+ /// resource group.
///
///
/// List all global event subscriptions under a specific Azure subscription and
- /// resource group
+ /// resource group.
///
///
/// The NextLink from the previous successful call to List operation.
@@ -3957,7 +3958,8 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
}
///
- /// List all global event subscriptions under a resource group for a topic type
+ /// List all global event subscriptions under a resource group for a topic
+ /// type.
///
///
/// List all global event subscriptions under a resource group for a specific
@@ -4134,11 +4136,11 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
}
///
- /// List all regional event subscriptions under an Azure subscription
+ /// List all regional event subscriptions under an Azure subscription.
///
///
/// List all event subscriptions from the given location under a specific Azure
- /// subscription
+ /// subscription.
///
///
/// The NextLink from the previous successful call to List operation.
@@ -4312,11 +4314,11 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
///
/// List all regional event subscriptions under an Azure subscription and
- /// resource group
+ /// resource group.
///
///
/// List all event subscriptions from the given location under a specific Azure
- /// subscription and resource group
+ /// subscription and resource group.
///
///
/// The NextLink from the previous successful call to List operation.
@@ -4490,7 +4492,7 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
///
/// List all regional event subscriptions under an Azure subscription for a
- /// topic type
+ /// topic type.
///
///
/// List all event subscriptions from the given location under a specific Azure
@@ -4668,11 +4670,11 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
///
/// List all regional event subscriptions under an Azure subscription and
- /// resource group for a topic type
+ /// resource group for a topic type.
///
///
/// List all event subscriptions from the given location under a specific Azure
- /// subscription and resource group and topic type
+ /// subscription and resource group and topic type.
///
///
/// The NextLink from the previous successful call to List operation.
@@ -4845,10 +4847,10 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
}
///
- /// List all event subscriptions for a specific topic
+ /// List all event subscriptions for a specific topic.
///
///
- /// List all event subscriptions that have been created for a specific topic
+ /// List all event subscriptions that have been created for a specific topic.
///
///
/// The NextLink from the previous successful call to List operation.
@@ -5021,11 +5023,11 @@ internal EventSubscriptionsOperations(EventGridManagementClient client)
}
///
- /// List all event subscriptions for a specific domain topic
+ /// List all event subscriptions for a specific domain topic.
///
///
/// List all event subscriptions that have been created for a specific domain
- /// topic
+ /// topic.
///
///
/// The NextLink from the previous successful call to List operation.
diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/EventSubscriptionsOperationsExtensions.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/EventSubscriptionsOperationsExtensions.cs
index 3bea482658de..cbb1bf86c4d0 100644
--- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/EventSubscriptionsOperationsExtensions.cs
+++ b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/EventSubscriptionsOperationsExtensions.cs
@@ -22,10 +22,10 @@ namespace Microsoft.Azure.Management.EventGrid
public static partial class EventSubscriptionsOperationsExtensions
{
///
- /// Get an event subscription
+ /// Get an event subscription.
///
///
- /// Get properties of an event subscription
+ /// Get properties of an event subscription.
///
///
/// The operations group for this extension method.
@@ -43,7 +43,7 @@ public static partial class EventSubscriptionsOperationsExtensions
/// for an EventGrid topic.
///
///
- /// Name of the event subscription
+ /// Name of the event subscription.
///
public static EventSubscription Get(this IEventSubscriptionsOperations operations, string scope, string eventSubscriptionName)
{
@@ -51,10 +51,10 @@ public static EventSubscription Get(this IEventSubscriptionsOperations operation
}
///
- /// Get an event subscription
+ /// Get an event subscription.
///
///
- /// Get properties of an event subscription
+ /// Get properties of an event subscription.
///
///
/// The operations group for this extension method.
@@ -72,7 +72,7 @@ public static EventSubscription Get(this IEventSubscriptionsOperations operation
/// for an EventGrid topic.
///
///
- /// Name of the event subscription
+ /// Name of the event subscription.
///
///
/// The cancellation token.
@@ -86,7 +86,7 @@ public static EventSubscription Get(this IEventSubscriptionsOperations operation
}
///
- /// Create or update an event subscription
+ /// Create or update an event subscription.
///
///
/// Asynchronously creates a new event subscription or updates an existing
@@ -114,7 +114,7 @@ public static EventSubscription Get(this IEventSubscriptionsOperations operation
///
///
/// Event subscription properties containing the destination and filter
- /// information
+ /// information.
///
public static EventSubscription CreateOrUpdate(this IEventSubscriptionsOperations operations, string scope, string eventSubscriptionName, EventSubscription eventSubscriptionInfo)
{
@@ -122,7 +122,7 @@ public static EventSubscription CreateOrUpdate(this IEventSubscriptionsOperation
}
///
- /// Create or update an event subscription
+ /// Create or update an event subscription.
///
///
/// Asynchronously creates a new event subscription or updates an existing
@@ -150,7 +150,7 @@ public static EventSubscription CreateOrUpdate(this IEventSubscriptionsOperation
///
///
/// Event subscription properties containing the destination and filter
- /// information
+ /// information.
///
///
/// The cancellation token.
@@ -164,10 +164,10 @@ public static EventSubscription CreateOrUpdate(this IEventSubscriptionsOperation
}
///
- /// Delete an event subscription
+ /// Delete an event subscription.
///
///
- /// Delete an existing event subscription
+ /// Delete an existing event subscription.
///
///
/// The operations group for this extension method.
@@ -185,7 +185,7 @@ public static EventSubscription CreateOrUpdate(this IEventSubscriptionsOperation
/// for an EventGrid topic.
///
///
- /// Name of the event subscription
+ /// Name of the event subscription.
///
public static void Delete(this IEventSubscriptionsOperations operations, string scope, string eventSubscriptionName)
{
@@ -193,10 +193,10 @@ public static void Delete(this IEventSubscriptionsOperations operations, string
}
///
- /// Delete an event subscription
+ /// Delete an event subscription.
///
///
- /// Delete an existing event subscription
+ /// Delete an existing event subscription.
///
///
/// The operations group for this extension method.
@@ -214,7 +214,7 @@ public static void Delete(this IEventSubscriptionsOperations operations, string
/// for an EventGrid topic.
///
///
- /// Name of the event subscription
+ /// Name of the event subscription.
///
///
/// The cancellation token.
@@ -225,7 +225,7 @@ public static void Delete(this IEventSubscriptionsOperations operations, string
}
///
- /// Update an event subscription
+ /// Update an event subscription.
///
///
/// Asynchronously updates an existing event subscription.
@@ -246,10 +246,10 @@ public static void Delete(this IEventSubscriptionsOperations operations, string
/// for an EventGrid topic.
///
///
- /// Name of the event subscription to be updated
+ /// Name of the event subscription to be updated.
///
///
- /// Updated event subscription information
+ /// Updated event subscription information.
///
public static EventSubscription Update(this IEventSubscriptionsOperations operations, string scope, string eventSubscriptionName, EventSubscriptionUpdateParameters eventSubscriptionUpdateParameters)
{
@@ -257,7 +257,7 @@ public static EventSubscription Update(this IEventSubscriptionsOperations operat
}
///
- /// Update an event subscription
+ /// Update an event subscription.
///
///
/// Asynchronously updates an existing event subscription.
@@ -278,10 +278,10 @@ public static EventSubscription Update(this IEventSubscriptionsOperations operat
/// for an EventGrid topic.
///
///
- /// Name of the event subscription to be updated
+ /// Name of the event subscription to be updated.
///
///
- /// Updated event subscription information
+ /// Updated event subscription information.
///
///
/// The cancellation token.
@@ -295,10 +295,10 @@ public static EventSubscription Update(this IEventSubscriptionsOperations operat
}
///
- /// Get full URL of an event subscription
+ /// Get full URL of an event subscription.
///
///
- /// Get the full endpoint URL for an event subscription
+ /// Get the full endpoint URL for an event subscription.
///
///
/// The operations group for this extension method.
@@ -316,7 +316,7 @@ public static EventSubscription Update(this IEventSubscriptionsOperations operat
/// for an EventGrid topic.
///
///
- /// Name of the event subscription
+ /// Name of the event subscription.
///
public static EventSubscriptionFullUrl GetFullUrl(this IEventSubscriptionsOperations operations, string scope, string eventSubscriptionName)
{
@@ -324,10 +324,10 @@ public static EventSubscriptionFullUrl GetFullUrl(this IEventSubscriptionsOperat
}
///
- /// Get full URL of an event subscription
+ /// Get full URL of an event subscription.
///
///
- /// Get the full endpoint URL for an event subscription
+ /// Get the full endpoint URL for an event subscription.
///
///
/// The operations group for this extension method.
@@ -345,7 +345,7 @@ public static EventSubscriptionFullUrl GetFullUrl(this IEventSubscriptionsOperat
/// for an EventGrid topic.
///
///
- /// Name of the event subscription
+ /// Name of the event subscription.
///
///
/// The cancellation token.
@@ -360,62 +360,72 @@ public static EventSubscriptionFullUrl GetFullUrl(this IEventSubscriptionsOperat
///
/// Get an aggregated list of all global event subscriptions under an Azure
- /// subscription
+ /// subscription.
///
///
/// List all aggregated global event subscriptions under a specific Azure
- /// subscription
+ /// subscription.
///
///
/// The operations group for this extension method.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
- ///
- /// The label used to filter the results for event subscriptions list.
- ///
- public static IPage ListGlobalBySubscription(this IEventSubscriptionsOperations operations, string filter = default(string), int? top = default(int?), string label = default(string))
+ public static IPage ListGlobalBySubscription(this IEventSubscriptionsOperations operations, string filter = default(string), int? top = default(int?))
{
- return operations.ListGlobalBySubscriptionAsync(filter, top, label).GetAwaiter().GetResult();
+ return operations.ListGlobalBySubscriptionAsync(filter, top).GetAwaiter().GetResult();
}
///
/// Get an aggregated list of all global event subscriptions under an Azure
- /// subscription
+ /// subscription.
///
///
/// List all aggregated global event subscriptions under a specific Azure
- /// subscription
+ /// subscription.
///
///
/// The operations group for this extension method.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
- ///
- ///
- /// The label used to filter the results for event subscriptions list.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
///
/// The cancellation token.
///
- public static async Task> ListGlobalBySubscriptionAsync(this IEventSubscriptionsOperations operations, string filter = default(string), int? top = default(int?), string label = default(string), CancellationToken cancellationToken = default(CancellationToken))
+ public static async Task> ListGlobalBySubscriptionAsync(this IEventSubscriptionsOperations operations, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
{
- using (var _result = await operations.ListGlobalBySubscriptionWithHttpMessagesAsync(filter, top, label, null, cancellationToken).ConfigureAwait(false))
+ using (var _result = await operations.ListGlobalBySubscriptionWithHttpMessagesAsync(filter, top, null, cancellationToken).ConfigureAwait(false))
{
return _result.Body;
}
}
///
- /// List all global event subscriptions for a topic type
+ /// List all global event subscriptions for a topic type.
///
///
/// List all global event subscriptions under an Azure subscription for a topic
@@ -425,24 +435,29 @@ public static EventSubscriptionFullUrl GetFullUrl(this IEventSubscriptionsOperat
/// The operations group for this extension method.
///
///
- /// Name of the topic type
+ /// Name of the topic type.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
- ///
- /// The label used to filter the results for event subscriptions list.
- ///
- public static IPage ListGlobalBySubscriptionForTopicType(this IEventSubscriptionsOperations operations, string topicTypeName, string filter = default(string), int? top = default(int?), string label = default(string))
+ public static IPage ListGlobalBySubscriptionForTopicType(this IEventSubscriptionsOperations operations, string topicTypeName, string filter = default(string), int? top = default(int?))
{
- return operations.ListGlobalBySubscriptionForTopicTypeAsync(topicTypeName, filter, top, label).GetAwaiter().GetResult();
+ return operations.ListGlobalBySubscriptionForTopicTypeAsync(topicTypeName, filter, top).GetAwaiter().GetResult();
}
///
- /// List all global event subscriptions for a topic type
+ /// List all global event subscriptions for a topic type.
///
///
/// List all global event subscriptions under an Azure subscription for a topic
@@ -452,23 +467,28 @@ public static EventSubscriptionFullUrl GetFullUrl(this IEventSubscriptionsOperat
/// The operations group for this extension method.
///
///
- /// Name of the topic type
+ /// Name of the topic type.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
- ///
- ///
- /// The label used to filter the results for event subscriptions list.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
///
/// The cancellation token.
///
- public static async Task> ListGlobalBySubscriptionForTopicTypeAsync(this IEventSubscriptionsOperations operations, string topicTypeName, string filter = default(string), int? top = default(int?), string label = default(string), CancellationToken cancellationToken = default(CancellationToken))
+ public static async Task> ListGlobalBySubscriptionForTopicTypeAsync(this IEventSubscriptionsOperations operations, string topicTypeName, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
{
- using (var _result = await operations.ListGlobalBySubscriptionForTopicTypeWithHttpMessagesAsync(topicTypeName, filter, top, label, null, cancellationToken).ConfigureAwait(false))
+ using (var _result = await operations.ListGlobalBySubscriptionForTopicTypeWithHttpMessagesAsync(topicTypeName, filter, top, null, cancellationToken).ConfigureAwait(false))
{
return _result.Body;
}
@@ -476,11 +496,11 @@ public static EventSubscriptionFullUrl GetFullUrl(this IEventSubscriptionsOperat
///
/// List all global event subscriptions under an Azure subscription and
- /// resource group
+ /// resource group.
///
///
/// List all global event subscriptions under a specific Azure subscription and
- /// resource group
+ /// resource group.
///
///
/// The operations group for this extension method.
@@ -489,26 +509,31 @@ public static EventSubscriptionFullUrl GetFullUrl(this IEventSubscriptionsOperat
/// The name of the resource group within the user's subscription.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
- ///
- /// The label used to filter the results for event subscriptions list.
- ///
- public static IPage ListGlobalByResourceGroup(this IEventSubscriptionsOperations operations, string resourceGroupName, string filter = default(string), int? top = default(int?), string label = default(string))
+ public static IPage ListGlobalByResourceGroup(this IEventSubscriptionsOperations operations, string resourceGroupName, string filter = default(string), int? top = default(int?))
{
- return operations.ListGlobalByResourceGroupAsync(resourceGroupName, filter, top, label).GetAwaiter().GetResult();
+ return operations.ListGlobalByResourceGroupAsync(resourceGroupName, filter, top).GetAwaiter().GetResult();
}
///
/// List all global event subscriptions under an Azure subscription and
- /// resource group
+ /// resource group.
///
///
/// List all global event subscriptions under a specific Azure subscription and
- /// resource group
+ /// resource group.
///
///
/// The operations group for this extension method.
@@ -517,27 +542,33 @@ public static EventSubscriptionFullUrl GetFullUrl(this IEventSubscriptionsOperat
/// The name of the resource group within the user's subscription.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
- ///
- ///
- /// The label used to filter the results for event subscriptions list.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
///
/// The cancellation token.
///
- public static async Task> ListGlobalByResourceGroupAsync(this IEventSubscriptionsOperations operations, string resourceGroupName, string filter = default(string), int? top = default(int?), string label = default(string), CancellationToken cancellationToken = default(CancellationToken))
+ public static async Task> ListGlobalByResourceGroupAsync(this IEventSubscriptionsOperations operations, string resourceGroupName, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
{
- using (var _result = await operations.ListGlobalByResourceGroupWithHttpMessagesAsync(resourceGroupName, filter, top, label, null, cancellationToken).ConfigureAwait(false))
+ using (var _result = await operations.ListGlobalByResourceGroupWithHttpMessagesAsync(resourceGroupName, filter, top, null, cancellationToken).ConfigureAwait(false))
{
return _result.Body;
}
}
///
- /// List all global event subscriptions under a resource group for a topic type
+ /// List all global event subscriptions under a resource group for a topic
+ /// type.
///
///
/// List all global event subscriptions under a resource group for a specific
@@ -550,24 +581,30 @@ public static EventSubscriptionFullUrl GetFullUrl(this IEventSubscriptionsOperat
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the topic type
+ /// Name of the topic type.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
- ///
- /// The label used to filter the results for event subscriptions list.
- ///
- public static IPage ListGlobalByResourceGroupForTopicType(this IEventSubscriptionsOperations operations, string resourceGroupName, string topicTypeName, string filter = default(string), int? top = default(int?), string label = default(string))
+ public static IPage ListGlobalByResourceGroupForTopicType(this IEventSubscriptionsOperations operations, string resourceGroupName, string topicTypeName, string filter = default(string), int? top = default(int?))
{
- return operations.ListGlobalByResourceGroupForTopicTypeAsync(resourceGroupName, topicTypeName, filter, top, label).GetAwaiter().GetResult();
+ return operations.ListGlobalByResourceGroupForTopicTypeAsync(resourceGroupName, topicTypeName, filter, top).GetAwaiter().GetResult();
}
///
- /// List all global event subscriptions under a resource group for a topic type
+ /// List all global event subscriptions under a resource group for a topic
+ /// type.
///
///
/// List all global event subscriptions under a resource group for a specific
@@ -580,83 +617,98 @@ public static EventSubscriptionFullUrl GetFullUrl(this IEventSubscriptionsOperat
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the topic type
+ /// Name of the topic type.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
- ///
- ///
- /// The label used to filter the results for event subscriptions list.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
///
/// The cancellation token.
///
- public static async Task> ListGlobalByResourceGroupForTopicTypeAsync(this IEventSubscriptionsOperations operations, string resourceGroupName, string topicTypeName, string filter = default(string), int? top = default(int?), string label = default(string), CancellationToken cancellationToken = default(CancellationToken))
+ public static async Task> ListGlobalByResourceGroupForTopicTypeAsync(this IEventSubscriptionsOperations operations, string resourceGroupName, string topicTypeName, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
{
- using (var _result = await operations.ListGlobalByResourceGroupForTopicTypeWithHttpMessagesAsync(resourceGroupName, topicTypeName, filter, top, label, null, cancellationToken).ConfigureAwait(false))
+ using (var _result = await operations.ListGlobalByResourceGroupForTopicTypeWithHttpMessagesAsync(resourceGroupName, topicTypeName, filter, top, null, cancellationToken).ConfigureAwait(false))
{
return _result.Body;
}
}
///
- /// List all regional event subscriptions under an Azure subscription
+ /// List all regional event subscriptions under an Azure subscription.
///
///
/// List all event subscriptions from the given location under a specific Azure
- /// subscription
+ /// subscription.
///
///
/// The operations group for this extension method.
///
///
- /// Name of the location
+ /// Name of the location.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
- ///
- ///
- /// The label used to filter the results for event subscriptions list.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
- public static IPage ListRegionalBySubscription(this IEventSubscriptionsOperations operations, string location, string filter = default(string), int? top = default(int?), string label = default(string))
+ public static IPage ListRegionalBySubscription(this IEventSubscriptionsOperations operations, string location, string filter = default(string), int? top = default(int?))
{
- return operations.ListRegionalBySubscriptionAsync(location, filter, top, label).GetAwaiter().GetResult();
+ return operations.ListRegionalBySubscriptionAsync(location, filter, top).GetAwaiter().GetResult();
}
///
- /// List all regional event subscriptions under an Azure subscription
+ /// List all regional event subscriptions under an Azure subscription.
///
///
/// List all event subscriptions from the given location under a specific Azure
- /// subscription
+ /// subscription.
///
///
/// The operations group for this extension method.
///
///
- /// Name of the location
+ /// Name of the location.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
- ///
- ///
- /// The label used to filter the results for event subscriptions list.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
///
/// The cancellation token.
///
- public static async Task> ListRegionalBySubscriptionAsync(this IEventSubscriptionsOperations operations, string location, string filter = default(string), int? top = default(int?), string label = default(string), CancellationToken cancellationToken = default(CancellationToken))
+ public static async Task> ListRegionalBySubscriptionAsync(this IEventSubscriptionsOperations operations, string location, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
{
- using (var _result = await operations.ListRegionalBySubscriptionWithHttpMessagesAsync(location, filter, top, label, null, cancellationToken).ConfigureAwait(false))
+ using (var _result = await operations.ListRegionalBySubscriptionWithHttpMessagesAsync(location, filter, top, null, cancellationToken).ConfigureAwait(false))
{
return _result.Body;
}
@@ -664,11 +716,11 @@ public static EventSubscriptionFullUrl GetFullUrl(this IEventSubscriptionsOperat
///
/// List all regional event subscriptions under an Azure subscription and
- /// resource group
+ /// resource group.
///
///
/// List all event subscriptions from the given location under a specific Azure
- /// subscription and resource group
+ /// subscription and resource group.
///
///
/// The operations group for this extension method.
@@ -677,29 +729,34 @@ public static EventSubscriptionFullUrl GetFullUrl(this IEventSubscriptionsOperat
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the location
+ /// Name of the location.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
- ///
- ///
- /// The label used to filter the results for event subscriptions list.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
- public static IPage ListRegionalByResourceGroup(this IEventSubscriptionsOperations operations, string resourceGroupName, string location, string filter = default(string), int? top = default(int?), string label = default(string))
+ public static IPage ListRegionalByResourceGroup(this IEventSubscriptionsOperations operations, string resourceGroupName, string location, string filter = default(string), int? top = default(int?))
{
- return operations.ListRegionalByResourceGroupAsync(resourceGroupName, location, filter, top, label).GetAwaiter().GetResult();
+ return operations.ListRegionalByResourceGroupAsync(resourceGroupName, location, filter, top).GetAwaiter().GetResult();
}
///
/// List all regional event subscriptions under an Azure subscription and
- /// resource group
+ /// resource group.
///
///
/// List all event subscriptions from the given location under a specific Azure
- /// subscription and resource group
+ /// subscription and resource group.
///
///
/// The operations group for this extension method.
@@ -708,23 +765,28 @@ public static EventSubscriptionFullUrl GetFullUrl(this IEventSubscriptionsOperat
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the location
+ /// Name of the location.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
- ///
- ///
- /// The label used to filter the results for event subscriptions list.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
///
/// The cancellation token.
///
- public static async Task> ListRegionalByResourceGroupAsync(this IEventSubscriptionsOperations operations, string resourceGroupName, string location, string filter = default(string), int? top = default(int?), string label = default(string), CancellationToken cancellationToken = default(CancellationToken))
+ public static async Task> ListRegionalByResourceGroupAsync(this IEventSubscriptionsOperations operations, string resourceGroupName, string location, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
{
- using (var _result = await operations.ListRegionalByResourceGroupWithHttpMessagesAsync(resourceGroupName, location, filter, top, label, null, cancellationToken).ConfigureAwait(false))
+ using (var _result = await operations.ListRegionalByResourceGroupWithHttpMessagesAsync(resourceGroupName, location, filter, top, null, cancellationToken).ConfigureAwait(false))
{
return _result.Body;
}
@@ -732,7 +794,7 @@ public static EventSubscriptionFullUrl GetFullUrl(this IEventSubscriptionsOperat
///
/// List all regional event subscriptions under an Azure subscription for a
- /// topic type
+ /// topic type.
///
///
/// List all event subscriptions from the given location under a specific Azure
@@ -742,28 +804,33 @@ public static EventSubscriptionFullUrl GetFullUrl(this IEventSubscriptionsOperat
/// The operations group for this extension method.
///
///
- /// Name of the location
+ /// Name of the location.
///
///
- /// Name of the topic type
+ /// Name of the topic type.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
- ///
- ///
- /// The label used to filter the results for event subscriptions list.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
- public static IPage ListRegionalBySubscriptionForTopicType(this IEventSubscriptionsOperations operations, string location, string topicTypeName, string filter = default(string), int? top = default(int?), string label = default(string))
+ public static IPage ListRegionalBySubscriptionForTopicType(this IEventSubscriptionsOperations operations, string location, string topicTypeName, string filter = default(string), int? top = default(int?))
{
- return operations.ListRegionalBySubscriptionForTopicTypeAsync(location, topicTypeName, filter, top, label).GetAwaiter().GetResult();
+ return operations.ListRegionalBySubscriptionForTopicTypeAsync(location, topicTypeName, filter, top).GetAwaiter().GetResult();
}
///
/// List all regional event subscriptions under an Azure subscription for a
- /// topic type
+ /// topic type.
///
///
/// List all event subscriptions from the given location under a specific Azure
@@ -773,26 +840,31 @@ public static EventSubscriptionFullUrl GetFullUrl(this IEventSubscriptionsOperat
/// The operations group for this extension method.
///
///
- /// Name of the location
+ /// Name of the location.
///
///
- /// Name of the topic type
+ /// Name of the topic type.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
- ///
- ///
- /// The label used to filter the results for event subscriptions list.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
///
/// The cancellation token.
///
- public static async Task> ListRegionalBySubscriptionForTopicTypeAsync(this IEventSubscriptionsOperations operations, string location, string topicTypeName, string filter = default(string), int? top = default(int?), string label = default(string), CancellationToken cancellationToken = default(CancellationToken))
+ public static async Task> ListRegionalBySubscriptionForTopicTypeAsync(this IEventSubscriptionsOperations operations, string location, string topicTypeName, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
{
- using (var _result = await operations.ListRegionalBySubscriptionForTopicTypeWithHttpMessagesAsync(location, topicTypeName, filter, top, label, null, cancellationToken).ConfigureAwait(false))
+ using (var _result = await operations.ListRegionalBySubscriptionForTopicTypeWithHttpMessagesAsync(location, topicTypeName, filter, top, null, cancellationToken).ConfigureAwait(false))
{
return _result.Body;
}
@@ -800,11 +872,11 @@ public static EventSubscriptionFullUrl GetFullUrl(this IEventSubscriptionsOperat
///
/// List all regional event subscriptions under an Azure subscription and
- /// resource group for a topic type
+ /// resource group for a topic type.
///
///
/// List all event subscriptions from the given location under a specific Azure
- /// subscription and resource group and topic type
+ /// subscription and resource group and topic type.
///
///
/// The operations group for this extension method.
@@ -813,32 +885,37 @@ public static EventSubscriptionFullUrl GetFullUrl(this IEventSubscriptionsOperat
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the location
+ /// Name of the location.
///
///
- /// Name of the topic type
+ /// Name of the topic type.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
- ///
- /// The label used to filter the results for event subscriptions list.
- ///
- public static IPage ListRegionalByResourceGroupForTopicType(this IEventSubscriptionsOperations operations, string resourceGroupName, string location, string topicTypeName, string filter = default(string), int? top = default(int?), string label = default(string))
+ public static IPage ListRegionalByResourceGroupForTopicType(this IEventSubscriptionsOperations operations, string resourceGroupName, string location, string topicTypeName, string filter = default(string), int? top = default(int?))
{
- return operations.ListRegionalByResourceGroupForTopicTypeAsync(resourceGroupName, location, topicTypeName, filter, top, label).GetAwaiter().GetResult();
+ return operations.ListRegionalByResourceGroupForTopicTypeAsync(resourceGroupName, location, topicTypeName, filter, top).GetAwaiter().GetResult();
}
///
/// List all regional event subscriptions under an Azure subscription and
- /// resource group for a topic type
+ /// resource group for a topic type.
///
///
/// List all event subscriptions from the given location under a specific Azure
- /// subscription and resource group and topic type
+ /// subscription and resource group and topic type.
///
///
/// The operations group for this extension method.
@@ -847,36 +924,41 @@ public static EventSubscriptionFullUrl GetFullUrl(this IEventSubscriptionsOperat
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the location
+ /// Name of the location.
///
///
- /// Name of the topic type
+ /// Name of the topic type.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
- ///
- ///
- /// The label used to filter the results for event subscriptions list.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
///
/// The cancellation token.
///
- public static async Task> ListRegionalByResourceGroupForTopicTypeAsync(this IEventSubscriptionsOperations operations, string resourceGroupName, string location, string topicTypeName, string filter = default(string), int? top = default(int?), string label = default(string), CancellationToken cancellationToken = default(CancellationToken))
+ public static async Task> ListRegionalByResourceGroupForTopicTypeAsync(this IEventSubscriptionsOperations operations, string resourceGroupName, string location, string topicTypeName, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
{
- using (var _result = await operations.ListRegionalByResourceGroupForTopicTypeWithHttpMessagesAsync(resourceGroupName, location, topicTypeName, filter, top, label, null, cancellationToken).ConfigureAwait(false))
+ using (var _result = await operations.ListRegionalByResourceGroupForTopicTypeWithHttpMessagesAsync(resourceGroupName, location, topicTypeName, filter, top, null, cancellationToken).ConfigureAwait(false))
{
return _result.Body;
}
}
///
- /// List all event subscriptions for a specific topic
+ /// List all event subscriptions for a specific topic.
///
///
- /// List all event subscriptions that have been created for a specific topic
+ /// List all event subscriptions that have been created for a specific topic.
///
///
/// The operations group for this extension method.
@@ -885,33 +967,38 @@ public static EventSubscriptionFullUrl GetFullUrl(this IEventSubscriptionsOperat
/// The name of the resource group within the user's subscription.
///
///
- /// Namespace of the provider of the topic
+ /// Namespace of the provider of the topic.
///
///
- /// Name of the resource type
+ /// Name of the resource type.
///
///
- /// Name of the resource
+ /// Name of the resource.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
- ///
- ///
- /// The label used to filter the results for event subscriptions list.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
- public static IPage ListByResource(this IEventSubscriptionsOperations operations, string resourceGroupName, string providerNamespace, string resourceTypeName, string resourceName, string filter = default(string), int? top = default(int?), string label = default(string))
+ public static IPage ListByResource(this IEventSubscriptionsOperations operations, string resourceGroupName, string providerNamespace, string resourceTypeName, string resourceName, string filter = default(string), int? top = default(int?))
{
- return operations.ListByResourceAsync(resourceGroupName, providerNamespace, resourceTypeName, resourceName, filter, top, label).GetAwaiter().GetResult();
+ return operations.ListByResourceAsync(resourceGroupName, providerNamespace, resourceTypeName, resourceName, filter, top).GetAwaiter().GetResult();
}
///
- /// List all event subscriptions for a specific topic
+ /// List all event subscriptions for a specific topic.
///
///
- /// List all event subscriptions that have been created for a specific topic
+ /// List all event subscriptions that have been created for a specific topic.
///
///
/// The operations group for this extension method.
@@ -920,40 +1007,45 @@ public static EventSubscriptionFullUrl GetFullUrl(this IEventSubscriptionsOperat
/// The name of the resource group within the user's subscription.
///
///
- /// Namespace of the provider of the topic
+ /// Namespace of the provider of the topic.
///
///
- /// Name of the resource type
+ /// Name of the resource type.
///
///
- /// Name of the resource
+ /// Name of the resource.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
- ///
- ///
- /// The label used to filter the results for event subscriptions list.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
///
/// The cancellation token.
///
- public static async Task> ListByResourceAsync(this IEventSubscriptionsOperations operations, string resourceGroupName, string providerNamespace, string resourceTypeName, string resourceName, string filter = default(string), int? top = default(int?), string label = default(string), CancellationToken cancellationToken = default(CancellationToken))
+ public static async Task> ListByResourceAsync(this IEventSubscriptionsOperations operations, string resourceGroupName, string providerNamespace, string resourceTypeName, string resourceName, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
{
- using (var _result = await operations.ListByResourceWithHttpMessagesAsync(resourceGroupName, providerNamespace, resourceTypeName, resourceName, filter, top, label, null, cancellationToken).ConfigureAwait(false))
+ using (var _result = await operations.ListByResourceWithHttpMessagesAsync(resourceGroupName, providerNamespace, resourceTypeName, resourceName, filter, top, null, cancellationToken).ConfigureAwait(false))
{
return _result.Body;
}
}
///
- /// List all event subscriptions for a specific domain topic
+ /// List all event subscriptions for a specific domain topic.
///
///
/// List all event subscriptions that have been created for a specific domain
- /// topic
+ /// topic.
///
///
/// The operations group for this extension method.
@@ -962,31 +1054,36 @@ public static EventSubscriptionFullUrl GetFullUrl(this IEventSubscriptionsOperat
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the top level domain
+ /// Name of the top level domain.
///
///
- /// Name of the domain topic
+ /// Name of the domain topic.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
- ///
- ///
- /// The label used to filter the results for event subscriptions list.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
- public static IPage ListByDomainTopic(this IEventSubscriptionsOperations operations, string resourceGroupName, string domainName, string topicName, string filter = default(string), int? top = default(int?), string label = default(string))
+ public static IPage ListByDomainTopic(this IEventSubscriptionsOperations operations, string resourceGroupName, string domainName, string topicName, string filter = default(string), int? top = default(int?))
{
- return operations.ListByDomainTopicAsync(resourceGroupName, domainName, topicName, filter, top, label).GetAwaiter().GetResult();
+ return operations.ListByDomainTopicAsync(resourceGroupName, domainName, topicName, filter, top).GetAwaiter().GetResult();
}
///
- /// List all event subscriptions for a specific domain topic
+ /// List all event subscriptions for a specific domain topic.
///
///
/// List all event subscriptions that have been created for a specific domain
- /// topic
+ /// topic.
///
///
/// The operations group for this extension method.
@@ -995,33 +1092,38 @@ public static EventSubscriptionFullUrl GetFullUrl(this IEventSubscriptionsOperat
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the top level domain
+ /// Name of the top level domain.
///
///
- /// Name of the domain topic
+ /// Name of the domain topic.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax. Filtering
+ /// is permitted on the 'name' property only and with limited number of OData
+ /// operations. These operations are: the 'contains' function as well as the
+ /// following logical operations: not, and, or, eq (for equal), and ne (for not
+ /// equal). No arithmetic operations are supported. The following is a valid
+ /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
+ /// The following is not a valid filter example: $filter=location eq 'westus'.
///
///
- /// The number of results to return.
- ///
- ///
- /// The label used to filter the results for event subscriptions list.
+ /// The number of results to return per page for the list operation. Valid
+ /// range for top parameter is 1 to 100. If not specified, the default number
+ /// of results to be returned is 20 items per page.
///
///
/// The cancellation token.
///
- public static async Task> ListByDomainTopicAsync(this IEventSubscriptionsOperations operations, string resourceGroupName, string domainName, string topicName, string filter = default(string), int? top = default(int?), string label = default(string), CancellationToken cancellationToken = default(CancellationToken))
+ public static async Task> ListByDomainTopicAsync(this IEventSubscriptionsOperations operations, string resourceGroupName, string domainName, string topicName, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
{
- using (var _result = await operations.ListByDomainTopicWithHttpMessagesAsync(resourceGroupName, domainName, topicName, filter, top, label, null, cancellationToken).ConfigureAwait(false))
+ using (var _result = await operations.ListByDomainTopicWithHttpMessagesAsync(resourceGroupName, domainName, topicName, filter, top, null, cancellationToken).ConfigureAwait(false))
{
return _result.Body;
}
}
///
- /// Create or update an event subscription
+ /// Create or update an event subscription.
///
///
/// Asynchronously creates a new event subscription or updates an existing
@@ -1049,7 +1151,7 @@ public static EventSubscriptionFullUrl GetFullUrl(this IEventSubscriptionsOperat
///
///
/// Event subscription properties containing the destination and filter
- /// information
+ /// information.
///
public static EventSubscription BeginCreateOrUpdate(this IEventSubscriptionsOperations operations, string scope, string eventSubscriptionName, EventSubscription eventSubscriptionInfo)
{
@@ -1057,7 +1159,7 @@ public static EventSubscription BeginCreateOrUpdate(this IEventSubscriptionsOper
}
///
- /// Create or update an event subscription
+ /// Create or update an event subscription.
///
///
/// Asynchronously creates a new event subscription or updates an existing
@@ -1085,7 +1187,7 @@ public static EventSubscription BeginCreateOrUpdate(this IEventSubscriptionsOper
///
///
/// Event subscription properties containing the destination and filter
- /// information
+ /// information.
///
///
/// The cancellation token.
@@ -1099,10 +1201,10 @@ public static EventSubscription BeginCreateOrUpdate(this IEventSubscriptionsOper
}
///
- /// Delete an event subscription
+ /// Delete an event subscription.
///
///
- /// Delete an existing event subscription
+ /// Delete an existing event subscription.
///
///
/// The operations group for this extension method.
@@ -1120,7 +1222,7 @@ public static EventSubscription BeginCreateOrUpdate(this IEventSubscriptionsOper
/// for an EventGrid topic.
///
///
- /// Name of the event subscription
+ /// Name of the event subscription.
///
public static void BeginDelete(this IEventSubscriptionsOperations operations, string scope, string eventSubscriptionName)
{
@@ -1128,10 +1230,10 @@ public static void BeginDelete(this IEventSubscriptionsOperations operations, st
}
///
- /// Delete an event subscription
+ /// Delete an event subscription.
///
///
- /// Delete an existing event subscription
+ /// Delete an existing event subscription.
///
///
/// The operations group for this extension method.
@@ -1149,7 +1251,7 @@ public static void BeginDelete(this IEventSubscriptionsOperations operations, st
/// for an EventGrid topic.
///
///
- /// Name of the event subscription
+ /// Name of the event subscription.
///
///
/// The cancellation token.
@@ -1160,7 +1262,7 @@ public static void BeginDelete(this IEventSubscriptionsOperations operations, st
}
///
- /// Update an event subscription
+ /// Update an event subscription.
///
///
/// Asynchronously updates an existing event subscription.
@@ -1181,10 +1283,10 @@ public static void BeginDelete(this IEventSubscriptionsOperations operations, st
/// for an EventGrid topic.
///
///
- /// Name of the event subscription to be updated
+ /// Name of the event subscription to be updated.
///
///
- /// Updated event subscription information
+ /// Updated event subscription information.
///
public static EventSubscription BeginUpdate(this IEventSubscriptionsOperations operations, string scope, string eventSubscriptionName, EventSubscriptionUpdateParameters eventSubscriptionUpdateParameters)
{
@@ -1192,7 +1294,7 @@ public static EventSubscription BeginUpdate(this IEventSubscriptionsOperations o
}
///
- /// Update an event subscription
+ /// Update an event subscription.
///
///
/// Asynchronously updates an existing event subscription.
@@ -1213,10 +1315,10 @@ public static EventSubscription BeginUpdate(this IEventSubscriptionsOperations o
/// for an EventGrid topic.
///
///
- /// Name of the event subscription to be updated
+ /// Name of the event subscription to be updated.
///
///
- /// Updated event subscription information
+ /// Updated event subscription information.
///
///
/// The cancellation token.
@@ -1231,11 +1333,11 @@ public static EventSubscription BeginUpdate(this IEventSubscriptionsOperations o
///
/// Get an aggregated list of all global event subscriptions under an Azure
- /// subscription
+ /// subscription.
///
///
/// List all aggregated global event subscriptions under a specific Azure
- /// subscription
+ /// subscription.
///
///
/// The operations group for this extension method.
@@ -1250,11 +1352,11 @@ public static IPage ListGlobalBySubscriptionNext(this IEventS
///
/// Get an aggregated list of all global event subscriptions under an Azure
- /// subscription
+ /// subscription.
///
///
/// List all aggregated global event subscriptions under a specific Azure
- /// subscription
+ /// subscription.
///
///
/// The operations group for this extension method.
@@ -1274,7 +1376,7 @@ public static IPage ListGlobalBySubscriptionNext(this IEventS
}
///
- /// List all global event subscriptions for a topic type
+ /// List all global event subscriptions for a topic type.
///
///
/// List all global event subscriptions under an Azure subscription for a topic
@@ -1292,7 +1394,7 @@ public static IPage ListGlobalBySubscriptionForTopicTypeNext(
}
///
- /// List all global event subscriptions for a topic type
+ /// List all global event subscriptions for a topic type.
///
///
/// List all global event subscriptions under an Azure subscription for a topic
@@ -1317,11 +1419,11 @@ public static IPage ListGlobalBySubscriptionForTopicTypeNext(
///
/// List all global event subscriptions under an Azure subscription and
- /// resource group
+ /// resource group.
///
///
/// List all global event subscriptions under a specific Azure subscription and
- /// resource group
+ /// resource group.
///
///
/// The operations group for this extension method.
@@ -1336,11 +1438,11 @@ public static IPage ListGlobalByResourceGroupNext(this IEvent
///
/// List all global event subscriptions under an Azure subscription and
- /// resource group
+ /// resource group.
///
///
/// List all global event subscriptions under a specific Azure subscription and
- /// resource group
+ /// resource group.
///
///
/// The operations group for this extension method.
@@ -1360,7 +1462,8 @@ public static IPage ListGlobalByResourceGroupNext(this IEvent
}
///
- /// List all global event subscriptions under a resource group for a topic type
+ /// List all global event subscriptions under a resource group for a topic
+ /// type.
///
///
/// List all global event subscriptions under a resource group for a specific
@@ -1378,7 +1481,8 @@ public static IPage ListGlobalByResourceGroupForTopicTypeNext
}
///
- /// List all global event subscriptions under a resource group for a topic type
+ /// List all global event subscriptions under a resource group for a topic
+ /// type.
///
///
/// List all global event subscriptions under a resource group for a specific
@@ -1402,11 +1506,11 @@ public static IPage ListGlobalByResourceGroupForTopicTypeNext
}
///
- /// List all regional event subscriptions under an Azure subscription
+ /// List all regional event subscriptions under an Azure subscription.
///
///
/// List all event subscriptions from the given location under a specific Azure
- /// subscription
+ /// subscription.
///
///
/// The operations group for this extension method.
@@ -1420,11 +1524,11 @@ public static IPage ListRegionalBySubscriptionNext(this IEven
}
///
- /// List all regional event subscriptions under an Azure subscription
+ /// List all regional event subscriptions under an Azure subscription.
///
///
/// List all event subscriptions from the given location under a specific Azure
- /// subscription
+ /// subscription.
///
///
/// The operations group for this extension method.
@@ -1445,11 +1549,11 @@ public static IPage ListRegionalBySubscriptionNext(this IEven
///
/// List all regional event subscriptions under an Azure subscription and
- /// resource group
+ /// resource group.
///
///
/// List all event subscriptions from the given location under a specific Azure
- /// subscription and resource group
+ /// subscription and resource group.
///
///
/// The operations group for this extension method.
@@ -1464,11 +1568,11 @@ public static IPage ListRegionalByResourceGroupNext(this IEve
///
/// List all regional event subscriptions under an Azure subscription and
- /// resource group
+ /// resource group.
///
///
/// List all event subscriptions from the given location under a specific Azure
- /// subscription and resource group
+ /// subscription and resource group.
///
///
/// The operations group for this extension method.
@@ -1489,7 +1593,7 @@ public static IPage ListRegionalByResourceGroupNext(this IEve
///
/// List all regional event subscriptions under an Azure subscription for a
- /// topic type
+ /// topic type.
///
///
/// List all event subscriptions from the given location under a specific Azure
@@ -1508,7 +1612,7 @@ public static IPage ListRegionalBySubscriptionForTopicTypeNex
///
/// List all regional event subscriptions under an Azure subscription for a
- /// topic type
+ /// topic type.
///
///
/// List all event subscriptions from the given location under a specific Azure
@@ -1533,11 +1637,11 @@ public static IPage ListRegionalBySubscriptionForTopicTypeNex
///
/// List all regional event subscriptions under an Azure subscription and
- /// resource group for a topic type
+ /// resource group for a topic type.
///
///
/// List all event subscriptions from the given location under a specific Azure
- /// subscription and resource group and topic type
+ /// subscription and resource group and topic type.
///
///
/// The operations group for this extension method.
@@ -1552,11 +1656,11 @@ public static IPage ListRegionalByResourceGroupForTopicTypeNe
///
/// List all regional event subscriptions under an Azure subscription and
- /// resource group for a topic type
+ /// resource group for a topic type.
///
///
/// List all event subscriptions from the given location under a specific Azure
- /// subscription and resource group and topic type
+ /// subscription and resource group and topic type.
///
///
/// The operations group for this extension method.
@@ -1576,10 +1680,10 @@ public static IPage ListRegionalByResourceGroupForTopicTypeNe
}
///
- /// List all event subscriptions for a specific topic
+ /// List all event subscriptions for a specific topic.
///
///
- /// List all event subscriptions that have been created for a specific topic
+ /// List all event subscriptions that have been created for a specific topic.
///
///
/// The operations group for this extension method.
@@ -1593,10 +1697,10 @@ public static IPage ListByResourceNext(this IEventSubscriptio
}
///
- /// List all event subscriptions for a specific topic
+ /// List all event subscriptions for a specific topic.
///
///
- /// List all event subscriptions that have been created for a specific topic
+ /// List all event subscriptions that have been created for a specific topic.
///
///
/// The operations group for this extension method.
@@ -1616,11 +1720,11 @@ public static IPage ListByResourceNext(this IEventSubscriptio
}
///
- /// List all event subscriptions for a specific domain topic
+ /// List all event subscriptions for a specific domain topic.
///
///
/// List all event subscriptions that have been created for a specific domain
- /// topic
+ /// topic.
///
///
/// The operations group for this extension method.
@@ -1634,11 +1738,11 @@ public static IPage ListByDomainTopicNext(this IEventSubscrip
}
///
- /// List all event subscriptions for a specific domain topic
+ /// List all event subscriptions for a specific domain topic.
///
///
/// List all event subscriptions that have been created for a specific domain
- /// topic
+ /// topic.
///
///
/// The operations group for this extension method.
diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/IDomainTopicsOperations.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/IDomainTopicsOperations.cs
index d6745af2496c..642f3486a7e7 100644
--- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/IDomainTopicsOperations.cs
+++ b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/IDomainTopicsOperations.cs
@@ -24,19 +24,19 @@ namespace Microsoft.Azure.Management.EventGrid
public partial interface IDomainTopicsOperations
{
///
- /// Get a domain topic
+ /// Get a domain topic.
///
///
- /// Get properties of a domain topic
+ /// Get properties of a domain topic.
///
///
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Name of the topic
+ /// Name of the topic.
///
///
/// The headers that will be added to request.
@@ -55,7 +55,7 @@ public partial interface IDomainTopicsOperations
///
Task> GetWithHttpMessagesAsync(string resourceGroupName, string domainName, string domainTopicName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
- /// Create or update a domain topic
+ /// Create or update a domain topic.
///
///
/// Asynchronously creates or updates a new domain topic with the
@@ -65,10 +65,10 @@ public partial interface IDomainTopicsOperations
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Name of the domain topic
+ /// Name of the domain topic.
///
///
/// The headers that will be added to request.
@@ -87,19 +87,19 @@ public partial interface IDomainTopicsOperations
///
Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string domainName, string domainTopicName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
- /// Delete a domain topic
+ /// Delete a domain topic.
///
///
- /// Delete existing domain topic
+ /// Delete existing domain topic.
///
///
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Name of the domain topic
+ /// Name of the domain topic.
///
///
/// The headers that will be added to request.
@@ -127,10 +127,20 @@ public partial interface IDomainTopicsOperations
/// Domain name.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax.
+ /// Filtering is permitted on the 'name' property only and with limited
+ /// number of OData operations. These operations are: the 'contains'
+ /// function as well as the following logical operations: not, and, or,
+ /// eq (for equal), and ne (for not equal). No arithmetic operations
+ /// are supported. The following is a valid filter example:
+ /// $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The
+ /// following is not a valid filter example: $filter=location eq
+ /// 'westus'.
///
///
- /// The number of results to return.
+ /// The number of results to return per page for the list operation.
+ /// Valid range for top parameter is 1 to 100. If not specified, the
+ /// default number of results to be returned is 20 items per page.
///
///
/// The headers that will be added to request.
@@ -149,7 +159,7 @@ public partial interface IDomainTopicsOperations
///
Task>> ListByDomainWithHttpMessagesAsync(string resourceGroupName, string domainName, string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
- /// Create or update a domain topic
+ /// Create or update a domain topic.
///
///
/// Asynchronously creates or updates a new domain topic with the
@@ -159,10 +169,10 @@ public partial interface IDomainTopicsOperations
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Name of the domain topic
+ /// Name of the domain topic.
///
///
/// The headers that will be added to request.
@@ -181,19 +191,19 @@ public partial interface IDomainTopicsOperations
///
Task> BeginCreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string domainName, string domainTopicName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
- /// Delete a domain topic
+ /// Delete a domain topic.
///
///
- /// Delete existing domain topic
+ /// Delete existing domain topic.
///
///
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Name of the domain topic
+ /// Name of the domain topic.
///
///
/// The headers that will be added to request.
diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/IDomainsOperations.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/IDomainsOperations.cs
index 255d83958cfe..ce62b3e73294 100644
--- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/IDomainsOperations.cs
+++ b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/IDomainsOperations.cs
@@ -24,16 +24,16 @@ namespace Microsoft.Azure.Management.EventGrid
public partial interface IDomainsOperations
{
///
- /// Get a domain
+ /// Get a domain.
///
///
- /// Get properties of a domain
+ /// Get properties of a domain.
///
///
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
/// The headers that will be added to request.
@@ -52,7 +52,7 @@ public partial interface IDomainsOperations
///
Task> GetWithHttpMessagesAsync(string resourceGroupName, string domainName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
- /// Create or update a domain
+ /// Create or update a domain.
///
///
/// Asynchronously creates or updates a new domain with the specified
@@ -62,10 +62,10 @@ public partial interface IDomainsOperations
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Domain information
+ /// Domain information.
///
///
/// The headers that will be added to request.
@@ -84,16 +84,16 @@ public partial interface IDomainsOperations
///
Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string domainName, Domain domainInfo, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
- /// Delete a domain
+ /// Delete a domain.
///
///
- /// Delete existing domain
+ /// Delete existing domain.
///
///
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
/// The headers that will be added to request.
@@ -109,7 +109,7 @@ public partial interface IDomainsOperations
///
Task DeleteWithHttpMessagesAsync(string resourceGroupName, string domainName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
- /// Update a domain
+ /// Update a domain.
///
///
/// Asynchronously updates a domain with the specified parameters.
@@ -118,10 +118,10 @@ public partial interface IDomainsOperations
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Tags of the domains resource
+ /// Tags of the domains resource.
///
///
/// The headers that will be added to request.
@@ -140,16 +140,26 @@ public partial interface IDomainsOperations
///
Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string domainName, IDictionary tags = default(IDictionary), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
- /// List domains under an Azure subscription
+ /// List domains under an Azure subscription.
///
///
- /// List all the domains under an Azure subscription
+ /// List all the domains under an Azure subscription.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax.
+ /// Filtering is permitted on the 'name' property only and with limited
+ /// number of OData operations. These operations are: the 'contains'
+ /// function as well as the following logical operations: not, and, or,
+ /// eq (for equal), and ne (for not equal). No arithmetic operations
+ /// are supported. The following is a valid filter example:
+ /// $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The
+ /// following is not a valid filter example: $filter=location eq
+ /// 'westus'.
///
///
- /// The number of results to return.
+ /// The number of results to return per page for the list operation.
+ /// Valid range for top parameter is 1 to 100. If not specified, the
+ /// default number of results to be returned is 20 items per page.
///
///
/// The headers that will be added to request.
@@ -168,19 +178,29 @@ public partial interface IDomainsOperations
///
Task>> ListBySubscriptionWithHttpMessagesAsync(string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
- /// List domains under a resource group
+ /// List domains under a resource group.
///
///
- /// List all the domains under a resource group
+ /// List all the domains under a resource group.
///
///
/// The name of the resource group within the user's subscription.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax.
+ /// Filtering is permitted on the 'name' property only and with limited
+ /// number of OData operations. These operations are: the 'contains'
+ /// function as well as the following logical operations: not, and, or,
+ /// eq (for equal), and ne (for not equal). No arithmetic operations
+ /// are supported. The following is a valid filter example:
+ /// $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The
+ /// following is not a valid filter example: $filter=location eq
+ /// 'westus'.
///
///
- /// The number of results to return.
+ /// The number of results to return per page for the list operation.
+ /// Valid range for top parameter is 1 to 100. If not specified, the
+ /// default number of results to be returned is 20 items per page.
///
///
/// The headers that will be added to request.
@@ -199,16 +219,16 @@ public partial interface IDomainsOperations
///
Task>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
- /// List keys for a domain
+ /// List keys for a domain.
///
///
- /// List the two keys used to publish to a domain
+ /// List the two keys used to publish to a domain.
///
///
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
/// The headers that will be added to request.
@@ -227,19 +247,19 @@ public partial interface IDomainsOperations
///
Task> ListSharedAccessKeysWithHttpMessagesAsync(string resourceGroupName, string domainName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
- /// Regenerate key for a domain
+ /// Regenerate key for a domain.
///
///
- /// Regenerate a shared access key for a domain
+ /// Regenerate a shared access key for a domain.
///
///
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Key name to regenerate key1 or key2
+ /// Key name to regenerate key1 or key2.
///
///
/// The headers that will be added to request.
@@ -258,7 +278,7 @@ public partial interface IDomainsOperations
///
Task> RegenerateKeyWithHttpMessagesAsync(string resourceGroupName, string domainName, string keyName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
- /// Create or update a domain
+ /// Create or update a domain.
///
///
/// Asynchronously creates or updates a new domain with the specified
@@ -268,10 +288,10 @@ public partial interface IDomainsOperations
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Domain information
+ /// Domain information.
///
///
/// The headers that will be added to request.
@@ -290,16 +310,16 @@ public partial interface IDomainsOperations
///
Task> BeginCreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string domainName, Domain domainInfo, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
- /// Delete a domain
+ /// Delete a domain.
///
///
- /// Delete existing domain
+ /// Delete existing domain.
///
///
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
/// The headers that will be added to request.
@@ -315,7 +335,7 @@ public partial interface IDomainsOperations
///
Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string domainName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
- /// Update a domain
+ /// Update a domain.
///
///
/// Asynchronously updates a domain with the specified parameters.
@@ -324,10 +344,10 @@ public partial interface IDomainsOperations
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the domain
+ /// Name of the domain.
///
///
- /// Tags of the domains resource
+ /// Tags of the domains resource.
///
///
/// The headers that will be added to request.
@@ -346,10 +366,10 @@ public partial interface IDomainsOperations
///
Task> BeginUpdateWithHttpMessagesAsync(string resourceGroupName, string domainName, IDictionary tags = default(IDictionary), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
- /// List domains under an Azure subscription
+ /// List domains under an Azure subscription.
///
///
- /// List all the domains under an Azure subscription
+ /// List all the domains under an Azure subscription.
///
///
/// The NextLink from the previous successful call to List operation.
@@ -371,10 +391,10 @@ public partial interface IDomainsOperations
///
Task>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
- /// List domains under a resource group
+ /// List domains under a resource group.
///
///
- /// List all the domains under a resource group
+ /// List all the domains under a resource group.
///
///
/// The NextLink from the previous successful call to List operation.
diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/IEventSubscriptionsOperations.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/IEventSubscriptionsOperations.cs
index 121c1c125ad7..7aa35fafa57a 100644
--- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/IEventSubscriptionsOperations.cs
+++ b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/IEventSubscriptionsOperations.cs
@@ -24,10 +24,10 @@ namespace Microsoft.Azure.Management.EventGrid
public partial interface IEventSubscriptionsOperations
{
///
- /// Get an event subscription
+ /// Get an event subscription.
///
///
- /// Get properties of an event subscription
+ /// Get properties of an event subscription.
///
///
/// The scope of the event subscription. The scope can be a
@@ -43,7 +43,7 @@ public partial interface IEventSubscriptionsOperations
/// for an EventGrid topic.
///
///
- /// Name of the event subscription
+ /// Name of the event subscription.
///
///
/// The headers that will be added to request.
@@ -62,7 +62,7 @@ public partial interface IEventSubscriptionsOperations
///
Task> GetWithHttpMessagesAsync(string scope, string eventSubscriptionName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
- /// Create or update an event subscription
+ /// Create or update an event subscription.
///
///
/// Asynchronously creates a new event subscription or updates an
@@ -88,7 +88,7 @@ public partial interface IEventSubscriptionsOperations
///
///
/// Event subscription properties containing the destination and filter
- /// information
+ /// information.
///
///
/// The headers that will be added to request.
@@ -107,10 +107,10 @@ public partial interface IEventSubscriptionsOperations
///
Task> CreateOrUpdateWithHttpMessagesAsync(string scope, string eventSubscriptionName, EventSubscription eventSubscriptionInfo, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
- /// Delete an event subscription
+ /// Delete an event subscription.
///
///
- /// Delete an existing event subscription
+ /// Delete an existing event subscription.
///
///
/// The scope of the event subscription. The scope can be a
@@ -126,7 +126,7 @@ public partial interface IEventSubscriptionsOperations
/// for an EventGrid topic.
///
///
- /// Name of the event subscription
+ /// Name of the event subscription.
///
///
/// The headers that will be added to request.
@@ -142,7 +142,7 @@ public partial interface IEventSubscriptionsOperations
///
Task DeleteWithHttpMessagesAsync(string scope, string eventSubscriptionName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
- /// Update an event subscription
+ /// Update an event subscription.
///
///
/// Asynchronously updates an existing event subscription.
@@ -161,10 +161,10 @@ public partial interface IEventSubscriptionsOperations
/// for an EventGrid topic.
///
///
- /// Name of the event subscription to be updated
+ /// Name of the event subscription to be updated.
///
///
- /// Updated event subscription information
+ /// Updated event subscription information.
///
///
/// The headers that will be added to request.
@@ -183,10 +183,10 @@ public partial interface IEventSubscriptionsOperations
///
Task> UpdateWithHttpMessagesAsync(string scope, string eventSubscriptionName, EventSubscriptionUpdateParameters eventSubscriptionUpdateParameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
- /// Get full URL of an event subscription
+ /// Get full URL of an event subscription.
///
///
- /// Get the full endpoint URL for an event subscription
+ /// Get the full endpoint URL for an event subscription.
///
///
/// The scope of the event subscription. The scope can be a
@@ -202,7 +202,7 @@ public partial interface IEventSubscriptionsOperations
/// for an EventGrid topic.
///
///
- /// Name of the event subscription
+ /// Name of the event subscription.
///
///
/// The headers that will be added to request.
@@ -222,20 +222,27 @@ public partial interface IEventSubscriptionsOperations
Task> GetFullUrlWithHttpMessagesAsync(string scope, string eventSubscriptionName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// Get an aggregated list of all global event subscriptions under an
- /// Azure subscription
+ /// Azure subscription.
///
///
/// List all aggregated global event subscriptions under a specific
- /// Azure subscription
+ /// Azure subscription.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax.
+ /// Filtering is permitted on the 'name' property only and with limited
+ /// number of OData operations. These operations are: the 'contains'
+ /// function as well as the following logical operations: not, and, or,
+ /// eq (for equal), and ne (for not equal). No arithmetic operations
+ /// are supported. The following is a valid filter example:
+ /// $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The
+ /// following is not a valid filter example: $filter=location eq
+ /// 'westus'.
///
///
- /// The number of results to return.
- ///
- ///
- /// The label used to filter the results for event subscriptions list.
+ /// The number of results to return per page for the list operation.
+ /// Valid range for top parameter is 1 to 100. If not specified, the
+ /// default number of results to be returned is 20 items per page.
///
///
/// The headers that will be added to request.
@@ -252,25 +259,32 @@ public partial interface IEventSubscriptionsOperations
///
/// Thrown when a required parameter is null
///
- Task>> ListGlobalBySubscriptionWithHttpMessagesAsync(string filter = default(string), int? top = default(int?), string label = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task>> ListGlobalBySubscriptionWithHttpMessagesAsync(string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
- /// List all global event subscriptions for a topic type
+ /// List all global event subscriptions for a topic type.
///
///
/// List all global event subscriptions under an Azure subscription for
/// a topic type.
///
///
- /// Name of the topic type
+ /// Name of the topic type.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax.
+ /// Filtering is permitted on the 'name' property only and with limited
+ /// number of OData operations. These operations are: the 'contains'
+ /// function as well as the following logical operations: not, and, or,
+ /// eq (for equal), and ne (for not equal). No arithmetic operations
+ /// are supported. The following is a valid filter example:
+ /// $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The
+ /// following is not a valid filter example: $filter=location eq
+ /// 'westus'.
///
///
- /// The number of results to return.
- ///
- ///
- /// The label used to filter the results for event subscriptions list.
+ /// The number of results to return per page for the list operation.
+ /// Valid range for top parameter is 1 to 100. If not specified, the
+ /// default number of results to be returned is 20 items per page.
///
///
/// The headers that will be added to request.
@@ -287,26 +301,33 @@ public partial interface IEventSubscriptionsOperations
///
/// Thrown when a required parameter is null
///
- Task>> ListGlobalBySubscriptionForTopicTypeWithHttpMessagesAsync(string topicTypeName, string filter = default(string), int? top = default(int?), string label = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task>> ListGlobalBySubscriptionForTopicTypeWithHttpMessagesAsync(string topicTypeName, string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// List all global event subscriptions under an Azure subscription and
- /// resource group
+ /// resource group.
///
///
/// List all global event subscriptions under a specific Azure
- /// subscription and resource group
+ /// subscription and resource group.
///
///
/// The name of the resource group within the user's subscription.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax.
+ /// Filtering is permitted on the 'name' property only and with limited
+ /// number of OData operations. These operations are: the 'contains'
+ /// function as well as the following logical operations: not, and, or,
+ /// eq (for equal), and ne (for not equal). No arithmetic operations
+ /// are supported. The following is a valid filter example:
+ /// $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The
+ /// following is not a valid filter example: $filter=location eq
+ /// 'westus'.
///
///
- /// The number of results to return.
- ///
- ///
- /// The label used to filter the results for event subscriptions list.
+ /// The number of results to return per page for the list operation.
+ /// Valid range for top parameter is 1 to 100. If not specified, the
+ /// default number of results to be returned is 20 items per page.
///
///
/// The headers that will be added to request.
@@ -323,10 +344,10 @@ public partial interface IEventSubscriptionsOperations
///
/// Thrown when a required parameter is null
///
- Task>> ListGlobalByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string filter = default(string), int? top = default(int?), string label = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task>> ListGlobalByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// List all global event subscriptions under a resource group for a
- /// topic type
+ /// topic type.
///
///
/// List all global event subscriptions under a resource group for a
@@ -336,16 +357,23 @@ public partial interface IEventSubscriptionsOperations
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the topic type
+ /// Name of the topic type.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax.
+ /// Filtering is permitted on the 'name' property only and with limited
+ /// number of OData operations. These operations are: the 'contains'
+ /// function as well as the following logical operations: not, and, or,
+ /// eq (for equal), and ne (for not equal). No arithmetic operations
+ /// are supported. The following is a valid filter example:
+ /// $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The
+ /// following is not a valid filter example: $filter=location eq
+ /// 'westus'.
///
///
- /// The number of results to return.
- ///
- ///
- /// The label used to filter the results for event subscriptions list.
+ /// The number of results to return per page for the list operation.
+ /// Valid range for top parameter is 1 to 100. If not specified, the
+ /// default number of results to be returned is 20 items per page.
///
///
/// The headers that will be added to request.
@@ -362,25 +390,32 @@ public partial interface IEventSubscriptionsOperations
///
/// Thrown when a required parameter is null
///
- Task>> ListGlobalByResourceGroupForTopicTypeWithHttpMessagesAsync(string resourceGroupName, string topicTypeName, string filter = default(string), int? top = default(int?), string label = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task>> ListGlobalByResourceGroupForTopicTypeWithHttpMessagesAsync(string resourceGroupName, string topicTypeName, string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
- /// List all regional event subscriptions under an Azure subscription
+ /// List all regional event subscriptions under an Azure subscription.
///
///
/// List all event subscriptions from the given location under a
- /// specific Azure subscription
+ /// specific Azure subscription.
///
///
- /// Name of the location
+ /// Name of the location.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax.
+ /// Filtering is permitted on the 'name' property only and with limited
+ /// number of OData operations. These operations are: the 'contains'
+ /// function as well as the following logical operations: not, and, or,
+ /// eq (for equal), and ne (for not equal). No arithmetic operations
+ /// are supported. The following is a valid filter example:
+ /// $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The
+ /// following is not a valid filter example: $filter=location eq
+ /// 'westus'.
///
///
- /// The number of results to return.
- ///
- ///
- /// The label used to filter the results for event subscriptions list.
+ /// The number of results to return per page for the list operation.
+ /// Valid range for top parameter is 1 to 100. If not specified, the
+ /// default number of results to be returned is 20 items per page.
///
///
/// The headers that will be added to request.
@@ -397,29 +432,36 @@ public partial interface IEventSubscriptionsOperations
///
/// Thrown when a required parameter is null
///
- Task>> ListRegionalBySubscriptionWithHttpMessagesAsync(string location, string filter = default(string), int? top = default(int?), string label = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task>> ListRegionalBySubscriptionWithHttpMessagesAsync(string location, string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// List all regional event subscriptions under an Azure subscription
- /// and resource group
+ /// and resource group.
///
///
/// List all event subscriptions from the given location under a
- /// specific Azure subscription and resource group
+ /// specific Azure subscription and resource group.
///
///
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the location
+ /// Name of the location.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax.
+ /// Filtering is permitted on the 'name' property only and with limited
+ /// number of OData operations. These operations are: the 'contains'
+ /// function as well as the following logical operations: not, and, or,
+ /// eq (for equal), and ne (for not equal). No arithmetic operations
+ /// are supported. The following is a valid filter example:
+ /// $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The
+ /// following is not a valid filter example: $filter=location eq
+ /// 'westus'.
///
///
- /// The number of results to return.
- ///
- ///
- /// The label used to filter the results for event subscriptions list.
+ /// The number of results to return per page for the list operation.
+ /// Valid range for top parameter is 1 to 100. If not specified, the
+ /// default number of results to be returned is 20 items per page.
///
///
/// The headers that will be added to request.
@@ -436,29 +478,36 @@ public partial interface IEventSubscriptionsOperations
///
/// Thrown when a required parameter is null
///
- Task>> ListRegionalByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string location, string filter = default(string), int? top = default(int?), string label = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task>> ListRegionalByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string location, string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// List all regional event subscriptions under an Azure subscription
- /// for a topic type
+ /// for a topic type.
///
///
/// List all event subscriptions from the given location under a
/// specific Azure subscription and topic type.
///
///
- /// Name of the location
+ /// Name of the location.
///
///
- /// Name of the topic type
+ /// Name of the topic type.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax.
+ /// Filtering is permitted on the 'name' property only and with limited
+ /// number of OData operations. These operations are: the 'contains'
+ /// function as well as the following logical operations: not, and, or,
+ /// eq (for equal), and ne (for not equal). No arithmetic operations
+ /// are supported. The following is a valid filter example:
+ /// $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The
+ /// following is not a valid filter example: $filter=location eq
+ /// 'westus'.
///
///
- /// The number of results to return.
- ///
- ///
- /// The label used to filter the results for event subscriptions list.
+ /// The number of results to return per page for the list operation.
+ /// Valid range for top parameter is 1 to 100. If not specified, the
+ /// default number of results to be returned is 20 items per page.
///
///
/// The headers that will be added to request.
@@ -475,32 +524,39 @@ public partial interface IEventSubscriptionsOperations
///
/// Thrown when a required parameter is null
///
- Task>> ListRegionalBySubscriptionForTopicTypeWithHttpMessagesAsync(string location, string topicTypeName, string filter = default(string), int? top = default(int?), string label = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task>> ListRegionalBySubscriptionForTopicTypeWithHttpMessagesAsync(string location, string topicTypeName, string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// List all regional event subscriptions under an Azure subscription
- /// and resource group for a topic type
+ /// and resource group for a topic type.
///
///
/// List all event subscriptions from the given location under a
- /// specific Azure subscription and resource group and topic type
+ /// specific Azure subscription and resource group and topic type.
///
///
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the location
+ /// Name of the location.
///
///
- /// Name of the topic type
+ /// Name of the topic type.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax.
+ /// Filtering is permitted on the 'name' property only and with limited
+ /// number of OData operations. These operations are: the 'contains'
+ /// function as well as the following logical operations: not, and, or,
+ /// eq (for equal), and ne (for not equal). No arithmetic operations
+ /// are supported. The following is a valid filter example:
+ /// $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The
+ /// following is not a valid filter example: $filter=location eq
+ /// 'westus'.
///
///
- /// The number of results to return.
- ///
- ///
- /// The label used to filter the results for event subscriptions list.
+ /// The number of results to return per page for the list operation.
+ /// Valid range for top parameter is 1 to 100. If not specified, the
+ /// default number of results to be returned is 20 items per page.
///
///
/// The headers that will be added to request.
@@ -517,34 +573,41 @@ public partial interface IEventSubscriptionsOperations
///
/// Thrown when a required parameter is null
///
- Task>> ListRegionalByResourceGroupForTopicTypeWithHttpMessagesAsync(string resourceGroupName, string location, string topicTypeName, string filter = default(string), int? top = default(int?), string label = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task>> ListRegionalByResourceGroupForTopicTypeWithHttpMessagesAsync(string resourceGroupName, string location, string topicTypeName, string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
- /// List all event subscriptions for a specific topic
+ /// List all event subscriptions for a specific topic.
///
///
/// List all event subscriptions that have been created for a specific
- /// topic
+ /// topic.
///
///
/// The name of the resource group within the user's subscription.
///
///
- /// Namespace of the provider of the topic
+ /// Namespace of the provider of the topic.
///
///
- /// Name of the resource type
+ /// Name of the resource type.
///
///
- /// Name of the resource
+ /// Name of the resource.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax.
+ /// Filtering is permitted on the 'name' property only and with limited
+ /// number of OData operations. These operations are: the 'contains'
+ /// function as well as the following logical operations: not, and, or,
+ /// eq (for equal), and ne (for not equal). No arithmetic operations
+ /// are supported. The following is a valid filter example:
+ /// $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The
+ /// following is not a valid filter example: $filter=location eq
+ /// 'westus'.
///
///
- /// The number of results to return.
- ///
- ///
- /// The label used to filter the results for event subscriptions list.
+ /// The number of results to return per page for the list operation.
+ /// Valid range for top parameter is 1 to 100. If not specified, the
+ /// default number of results to be returned is 20 items per page.
///
///
/// The headers that will be added to request.
@@ -561,31 +624,38 @@ public partial interface IEventSubscriptionsOperations
///
/// Thrown when a required parameter is null
///
- Task>> ListByResourceWithHttpMessagesAsync(string resourceGroupName, string providerNamespace, string resourceTypeName, string resourceName, string filter = default(string), int? top = default(int?), string label = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task>> ListByResourceWithHttpMessagesAsync(string resourceGroupName, string providerNamespace, string resourceTypeName, string resourceName, string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
- /// List all event subscriptions for a specific domain topic
+ /// List all event subscriptions for a specific domain topic.
///
///
/// List all event subscriptions that have been created for a specific
- /// domain topic
+ /// domain topic.
///
///
/// The name of the resource group within the user's subscription.
///
///
- /// Name of the top level domain
+ /// Name of the top level domain.
///
///
- /// Name of the domain topic
+ /// Name of the domain topic.
///
///
- /// Filter the results using OData syntax.
+ /// The query used to filter the search results using OData syntax.
+ /// Filtering is permitted on the 'name' property only and with limited
+ /// number of OData operations. These operations are: the 'contains'
+ /// function as well as the following logical operations: not, and, or,
+ /// eq (for equal), and ne (for not equal). No arithmetic operations
+ /// are supported. The following is a valid filter example:
+ /// $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The
+ /// following is not a valid filter example: $filter=location eq
+ /// 'westus'.
///
///
- /// The number of results to return.
- ///
- ///
- /// The label used to filter the results for event subscriptions list.
+ /// The number of results to return per page for the list operation.
+ /// Valid range for top parameter is 1 to 100. If not specified, the
+ /// default number of results to be returned is 20 items per page.
///
///
/// The headers that will be added to request.
@@ -602,9 +672,9 @@ public partial interface IEventSubscriptionsOperations
///
/// Thrown when a required parameter is null
///
- Task>> ListByDomainTopicWithHttpMessagesAsync(string resourceGroupName, string domainName, string topicName, string filter = default(string), int? top = default(int?), string label = default(string), Dictionary