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> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task>> ListByDomainTopicWithHttpMessagesAsync(string resourceGroupName, string domainName, string topicName, string filter = default(string), int? top = default(int?), 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 @@ -630,7 +700,7 @@ public partial interface IEventSubscriptionsOperations /// /// /// Event subscription properties containing the destination and filter - /// information + /// information. /// /// /// The headers that will be added to request. @@ -649,10 +719,10 @@ public partial interface IEventSubscriptionsOperations /// Task> BeginCreateOrUpdateWithHttpMessagesAsync(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 @@ -668,7 +738,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. @@ -684,7 +754,7 @@ public partial interface IEventSubscriptionsOperations /// Task BeginDeleteWithHttpMessagesAsync(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. @@ -703,10 +773,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. @@ -726,11 +796,11 @@ public partial interface IEventSubscriptionsOperations Task> BeginUpdateWithHttpMessagesAsync(string scope, string eventSubscriptionName, EventSubscriptionUpdateParameters eventSubscriptionUpdateParameters, 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. /// /// /// The NextLink from the previous successful call to List operation. @@ -752,7 +822,7 @@ public partial interface IEventSubscriptionsOperations /// Task>> ListGlobalBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, 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 @@ -779,11 +849,11 @@ public partial interface IEventSubscriptionsOperations Task>> ListGlobalBySubscriptionForTopicTypeNextWithHttpMessagesAsync(string nextPageLink, 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 NextLink from the previous successful call to List operation. @@ -806,7 +876,7 @@ public partial interface IEventSubscriptionsOperations Task>> ListGlobalByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, 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 @@ -832,11 +902,11 @@ public partial interface IEventSubscriptionsOperations /// Task>> ListGlobalByResourceGroupForTopicTypeNextWithHttpMessagesAsync(string nextPageLink, 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. /// /// /// The NextLink from the previous successful call to List operation. @@ -859,11 +929,11 @@ public partial interface IEventSubscriptionsOperations Task>> ListRegionalBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, 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 NextLink from the previous successful call to List operation. @@ -886,7 +956,7 @@ public partial interface IEventSubscriptionsOperations Task>> ListRegionalByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, 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 @@ -913,11 +983,11 @@ public partial interface IEventSubscriptionsOperations Task>> ListRegionalBySubscriptionForTopicTypeNextWithHttpMessagesAsync(string nextPageLink, 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 NextLink from the previous successful call to List operation. @@ -939,11 +1009,11 @@ public partial interface IEventSubscriptionsOperations /// Task>> ListRegionalByResourceGroupForTopicTypeNextWithHttpMessagesAsync(string nextPageLink, 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 NextLink from the previous successful call to List operation. @@ -965,11 +1035,11 @@ public partial interface IEventSubscriptionsOperations /// Task>> ListByResourceNextWithHttpMessagesAsync(string nextPageLink, 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 NextLink from the previous successful call to List operation. diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/IOperations.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/IOperations.cs index c2bfbe93f403..6a0d229301da 100644 --- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/IOperations.cs +++ b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/IOperations.cs @@ -24,11 +24,11 @@ namespace Microsoft.Azure.Management.EventGrid public partial interface IOperations { /// - /// List available operations + /// List available operations. /// /// /// List the available operations supported by the Microsoft.EventGrid - /// resource provider + /// resource provider. /// /// /// The headers that will be added to request. diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/ITopicTypesOperations.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/ITopicTypesOperations.cs index fe5f400370cb..d4a2ea22daab 100644 --- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/ITopicTypesOperations.cs +++ b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/ITopicTypesOperations.cs @@ -24,10 +24,10 @@ namespace Microsoft.Azure.Management.EventGrid public partial interface ITopicTypesOperations { /// - /// List topic types + /// List topic types. /// /// - /// List all registered topic types + /// List all registered topic types. /// /// /// The headers that will be added to request. @@ -46,13 +46,13 @@ public partial interface ITopicTypesOperations /// Task>> ListWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Get a topic type + /// Get a topic type. /// /// - /// Get information about a topic type + /// Get information about a topic type. /// /// - /// Name of the topic type + /// Name of the topic type. /// /// /// The headers that will be added to request. @@ -71,13 +71,13 @@ public partial interface ITopicTypesOperations /// Task> GetWithHttpMessagesAsync(string topicTypeName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// List event types + /// List event types. /// /// - /// List event types for a topic type + /// List event types for a topic type. /// /// - /// Name of the topic type + /// Name of the topic type. /// /// /// The headers that will be added to request. diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/ITopicsOperations.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/ITopicsOperations.cs index 392bdd475f36..5b21ef0af155 100644 --- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/ITopicsOperations.cs +++ b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/ITopicsOperations.cs @@ -24,16 +24,16 @@ namespace Microsoft.Azure.Management.EventGrid public partial interface ITopicsOperations { /// - /// Get a topic + /// Get a topic. /// /// - /// Get properties of a topic + /// Get properties of a topic. /// /// /// The name of the resource group within the user's subscription. /// /// - /// Name of the topic + /// Name of the topic. /// /// /// The headers that will be added to request. @@ -52,7 +52,7 @@ public partial interface ITopicsOperations /// Task> GetWithHttpMessagesAsync(string resourceGroupName, string topicName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Create a topic + /// Create a topic. /// /// /// Asynchronously creates a new topic with the specified parameters. @@ -61,10 +61,10 @@ public partial interface ITopicsOperations /// The name of the resource group within the user's subscription. /// /// - /// Name of the topic + /// Name of the topic. /// /// - /// Topic information + /// Topic information. /// /// /// The headers that will be added to request. @@ -83,16 +83,16 @@ public partial interface ITopicsOperations /// Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string topicName, Topic topicInfo, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Delete a topic + /// Delete a topic. /// /// - /// Delete existing topic + /// Delete existing topic. /// /// /// The name of the resource group within the user's subscription. /// /// - /// Name of the topic + /// Name of the topic. /// /// /// The headers that will be added to request. @@ -108,7 +108,7 @@ public partial interface ITopicsOperations /// Task DeleteWithHttpMessagesAsync(string resourceGroupName, string topicName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Update a topic + /// Update a topic. /// /// /// Asynchronously updates a topic with the specified parameters. @@ -117,7 +117,7 @@ public partial interface ITopicsOperations /// The name of the resource group within the user's subscription. /// /// - /// Name of the topic + /// Name of the topic. /// /// /// Tags of the resource @@ -139,16 +139,26 @@ public partial interface ITopicsOperations /// Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string topicName, IDictionary tags = default(IDictionary), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// List topics under an Azure subscription + /// List topics under an Azure subscription. /// /// - /// List all the topics under an Azure subscription + /// List all the topics 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. @@ -167,19 +177,29 @@ public partial interface ITopicsOperations /// Task>> ListBySubscriptionWithHttpMessagesAsync(string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// List topics under a resource group + /// List topics under a resource group. /// /// - /// List all the topics under a resource group + /// List all the topics 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. @@ -198,16 +218,16 @@ public partial interface ITopicsOperations /// Task>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// List keys for a topic + /// List keys for a topic. /// /// - /// List the two keys used to publish to a topic + /// List the two keys used to publish to a topic. /// /// /// The name of the resource group within the user's subscription. /// /// - /// Name of the topic + /// Name of the topic. /// /// /// The headers that will be added to request. @@ -226,16 +246,16 @@ public partial interface ITopicsOperations /// Task> ListSharedAccessKeysWithHttpMessagesAsync(string resourceGroupName, string topicName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Regenerate key for a topic + /// Regenerate key for a topic. /// /// - /// Regenerate a shared access key for a topic + /// Regenerate a shared access key for a topic. /// /// /// The name of the resource group within the user's subscription. /// /// - /// Name of the topic + /// Name of the topic. /// /// /// Key name to regenerate key1 or key2 @@ -257,22 +277,22 @@ public partial interface ITopicsOperations /// Task> RegenerateKeyWithHttpMessagesAsync(string resourceGroupName, string topicName, string keyName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// List topic event types + /// List topic event types. /// /// - /// List event types for a topic + /// List event types for a 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 topic type + /// Name of the topic type. /// /// - /// Name of the topic + /// Name of the topic. /// /// /// The headers that will be added to request. @@ -291,7 +311,7 @@ public partial interface ITopicsOperations /// Task>> ListEventTypesWithHttpMessagesAsync(string resourceGroupName, string providerNamespace, string resourceTypeName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Create a topic + /// Create a topic. /// /// /// Asynchronously creates a new topic with the specified parameters. @@ -300,10 +320,10 @@ public partial interface ITopicsOperations /// The name of the resource group within the user's subscription. /// /// - /// Name of the topic + /// Name of the topic. /// /// - /// Topic information + /// Topic information. /// /// /// The headers that will be added to request. @@ -322,16 +342,16 @@ public partial interface ITopicsOperations /// Task> BeginCreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string topicName, Topic topicInfo, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Delete a topic + /// Delete a topic. /// /// - /// Delete existing topic + /// Delete existing topic. /// /// /// The name of the resource group within the user's subscription. /// /// - /// Name of the topic + /// Name of the topic. /// /// /// The headers that will be added to request. @@ -347,7 +367,7 @@ public partial interface ITopicsOperations /// Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string topicName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Update a topic + /// Update a topic. /// /// /// Asynchronously updates a topic with the specified parameters. @@ -356,7 +376,7 @@ public partial interface ITopicsOperations /// The name of the resource group within the user's subscription. /// /// - /// Name of the topic + /// Name of the topic. /// /// /// Tags of the resource @@ -378,10 +398,10 @@ public partial interface ITopicsOperations /// Task> BeginUpdateWithHttpMessagesAsync(string resourceGroupName, string topicName, IDictionary tags = default(IDictionary), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// List topics under an Azure subscription + /// List topics under an Azure subscription. /// /// - /// List all the topics under an Azure subscription + /// List all the topics under an Azure subscription. /// /// /// The NextLink from the previous successful call to List operation. @@ -403,10 +423,10 @@ public partial interface ITopicsOperations /// Task>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// List topics under a resource group + /// List topics under a resource group. /// /// - /// List all the topics under a resource group + /// List all the topics under a resource group. /// /// /// The NextLink from the previous successful call to List operation. diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/Domain.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/Domain.cs index 39fbd6e03c04..ed41e1170fad 100644 --- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/Domain.cs +++ b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/Domain.cs @@ -18,7 +18,7 @@ namespace Microsoft.Azure.Management.EventGrid.Models using System.Linq; /// - /// EventGrid Domain + /// EventGrid Domain. /// [Rest.Serialization.JsonTransformation] public partial class Domain : TrackedResource @@ -34,29 +34,21 @@ public Domain() /// /// Initializes a new instance of the Domain class. /// - /// Location of the resource - /// Fully qualified identifier of the resource - /// Name of the resource - /// Type of the resource - /// Tags of the resource + /// Location of the resource. + /// Fully qualified identifier of the + /// resource. + /// Name of the resource. + /// Type of the resource. + /// Tags of the resource. /// Provisioning state of the domain. /// Possible values include: 'Creating', 'Updating', 'Deleting', /// 'Succeeded', 'Canceled', 'Failed' /// Endpoint for the domain. - /// This determines the format that Event - /// Grid should expect for incoming events published to the domain. - /// Possible values include: 'EventGridSchema', 'CustomEventSchema', - /// 'CloudEventV01Schema' - /// Information about the - /// InputSchemaMapping which specified the info about mapping event - /// payload. - public Domain(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string provisioningState = default(string), string endpoint = default(string), string inputSchema = default(string), InputSchemaMapping inputSchemaMapping = default(InputSchemaMapping)) + public Domain(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string provisioningState = default(string), string endpoint = default(string)) : base(location, id, name, type, tags) { ProvisioningState = provisioningState; Endpoint = endpoint; - InputSchema = inputSchema; - InputSchemaMapping = inputSchemaMapping; CustomInit(); } @@ -79,22 +71,6 @@ public Domain() [JsonProperty(PropertyName = "properties.endpoint")] public string Endpoint { get; private set; } - /// - /// Gets or sets this determines the format that Event Grid should - /// expect for incoming events published to the domain. Possible values - /// include: 'EventGridSchema', 'CustomEventSchema', - /// 'CloudEventV01Schema' - /// - [JsonProperty(PropertyName = "properties.inputSchema")] - public string InputSchema { get; set; } - - /// - /// Gets or sets information about the InputSchemaMapping which - /// specified the info about mapping event payload. - /// - [JsonProperty(PropertyName = "properties.inputSchemaMapping")] - public InputSchemaMapping InputSchemaMapping { get; set; } - /// /// Validate the object. /// diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/DomainRegenerateKeyRequest.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/DomainRegenerateKeyRequest.cs index 1a487dc2ab50..2c93b1536c99 100644 --- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/DomainRegenerateKeyRequest.cs +++ b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/DomainRegenerateKeyRequest.cs @@ -15,7 +15,7 @@ namespace Microsoft.Azure.Management.EventGrid.Models using System.Linq; /// - /// Domain regenerate share access key request + /// Domain regenerate share access key request. /// public partial class DomainRegenerateKeyRequest { @@ -30,7 +30,7 @@ public DomainRegenerateKeyRequest() /// /// Initializes a new instance of the DomainRegenerateKeyRequest class. /// - /// Key name to regenerate key1 or key2 + /// Key name to regenerate key1 or key2. public DomainRegenerateKeyRequest(string keyName) { KeyName = keyName; @@ -43,7 +43,7 @@ public DomainRegenerateKeyRequest(string keyName) partial void CustomInit(); /// - /// Gets or sets key name to regenerate key1 or key2 + /// Gets or sets key name to regenerate key1 or key2. /// [JsonProperty(PropertyName = "keyName")] public string KeyName { get; set; } diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/DomainSharedAccessKeys.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/DomainSharedAccessKeys.cs index f2b035de2d65..d7b8a47e22e0 100644 --- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/DomainSharedAccessKeys.cs +++ b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/DomainSharedAccessKeys.cs @@ -14,7 +14,7 @@ namespace Microsoft.Azure.Management.EventGrid.Models using System.Linq; /// - /// Shared access keys of the Domain + /// Shared access keys of the Domain. /// public partial class DomainSharedAccessKeys { diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/DomainTopic.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/DomainTopic.cs index e4ea22a843fa..9cd1287337f1 100644 --- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/DomainTopic.cs +++ b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/DomainTopic.cs @@ -16,7 +16,7 @@ namespace Microsoft.Azure.Management.EventGrid.Models using System.Linq; /// - /// Domain Topic + /// Domain Topic. /// [Rest.Serialization.JsonTransformation] public partial class DomainTopic : Resource @@ -32,9 +32,10 @@ public DomainTopic() /// /// Initializes a new instance of the DomainTopic class. /// - /// Fully qualified identifier of the resource - /// Name of the resource - /// Type of the resource + /// Fully qualified identifier of the + /// resource. + /// Name of the resource. + /// Type of the resource. /// Provisioning state of the domain /// topic. Possible values include: 'Creating', 'Updating', 'Deleting', /// 'Succeeded', 'Canceled', 'Failed' diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/DomainUpdateParameters.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/DomainUpdateParameters.cs index de1e135ac5ea..aee6b9f1f232 100644 --- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/DomainUpdateParameters.cs +++ b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/DomainUpdateParameters.cs @@ -16,7 +16,7 @@ namespace Microsoft.Azure.Management.EventGrid.Models using System.Linq; /// - /// Properties of the Domain update + /// Properties of the Domain update. /// public partial class DomainUpdateParameters { @@ -31,7 +31,7 @@ public DomainUpdateParameters() /// /// Initializes a new instance of the DomainUpdateParameters class. /// - /// Tags of the domains resource + /// Tags of the domains resource. public DomainUpdateParameters(IDictionary tags = default(IDictionary)) { Tags = tags; @@ -44,7 +44,7 @@ public DomainUpdateParameters() partial void CustomInit(); /// - /// Gets or sets tags of the domains resource + /// Gets or sets tags of the domains resource. /// [JsonProperty(PropertyName = "tags")] public IDictionary Tags { get; set; } diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/EventDeliverySchema.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/EventDeliverySchema.cs deleted file mode 100644 index 9ca252743df8..000000000000 --- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/EventDeliverySchema.cs +++ /dev/null @@ -1,23 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - - /// - /// Defines values for EventDeliverySchema. - /// - public static class EventDeliverySchema - { - public const string EventGridSchema = "EventGridSchema"; - public const string CloudEventV01Schema = "CloudEventV01Schema"; - public const string CustomInputSchema = "CustomInputSchema"; - } -} diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/EventSubscription.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/EventSubscription.cs index 309e06232aa3..ab540b61a385 100644 --- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/EventSubscription.cs +++ b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/EventSubscription.cs @@ -34,9 +34,10 @@ public EventSubscription() /// /// Initializes a new instance of the EventSubscription class. /// - /// Fully qualified identifier of the resource - /// Name of the resource - /// Type of the resource + /// Fully qualified identifier of the + /// resource. + /// Name of the resource. + /// Type of the resource. /// Name of the topic of the event /// subscription. /// Provisioning state of the event @@ -50,15 +51,12 @@ public EventSubscription() /// List of user defined labels. /// Expiration time of the event /// subscription. - /// The event delivery schema for the - /// event subscription. Possible values include: 'EventGridSchema', - /// 'CloudEventV01Schema', 'CustomInputSchema' /// The retry policy for events. This can be /// used to configure maximum number of delivery attempts and time to /// live for events. /// The DeadLetter destination of /// the event subscription. - public EventSubscription(string id = default(string), string name = default(string), string type = default(string), string topic = default(string), string provisioningState = default(string), EventSubscriptionDestination destination = default(EventSubscriptionDestination), EventSubscriptionFilter filter = default(EventSubscriptionFilter), IList labels = default(IList), System.DateTime? expirationTimeUtc = default(System.DateTime?), string eventDeliverySchema = default(string), RetryPolicy retryPolicy = default(RetryPolicy), DeadLetterDestination deadLetterDestination = default(DeadLetterDestination)) + public EventSubscription(string id = default(string), string name = default(string), string type = default(string), string topic = default(string), string provisioningState = default(string), EventSubscriptionDestination destination = default(EventSubscriptionDestination), EventSubscriptionFilter filter = default(EventSubscriptionFilter), IList labels = default(IList), System.DateTime? expirationTimeUtc = default(System.DateTime?), RetryPolicy retryPolicy = default(RetryPolicy), DeadLetterDestination deadLetterDestination = default(DeadLetterDestination)) : base(id, name, type) { Topic = topic; @@ -67,7 +65,6 @@ public EventSubscription() Filter = filter; Labels = labels; ExpirationTimeUtc = expirationTimeUtc; - EventDeliverySchema = eventDeliverySchema; RetryPolicy = retryPolicy; DeadLetterDestination = deadLetterDestination; CustomInit(); @@ -118,14 +115,6 @@ public EventSubscription() [JsonProperty(PropertyName = "properties.expirationTimeUtc")] public System.DateTime? ExpirationTimeUtc { get; set; } - /// - /// Gets or sets the event delivery schema for the event subscription. - /// Possible values include: 'EventGridSchema', 'CloudEventV01Schema', - /// 'CustomInputSchema' - /// - [JsonProperty(PropertyName = "properties.eventDeliverySchema")] - public string EventDeliverySchema { get; set; } - /// /// Gets or sets the retry policy for events. This can be used to /// configure maximum number of delivery attempts and time to live for diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/EventSubscriptionFilter.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/EventSubscriptionFilter.cs index e402c3078f83..6dfffd825501 100644 --- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/EventSubscriptionFilter.cs +++ b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/EventSubscriptionFilter.cs @@ -16,7 +16,7 @@ namespace Microsoft.Azure.Management.EventGrid.Models using System.Linq; /// - /// Filter for the Event Subscription + /// Filter for the Event Subscription. /// public partial class EventSubscriptionFilter { diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/EventSubscriptionUpdateParameters.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/EventSubscriptionUpdateParameters.cs index f2aa43827527..c963b94600ab 100644 --- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/EventSubscriptionUpdateParameters.cs +++ b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/EventSubscriptionUpdateParameters.cs @@ -40,21 +40,17 @@ public EventSubscriptionUpdateParameters() /// List of user defined labels. /// Information about the expiration /// time for the event subscription. - /// The event delivery schema for the - /// event subscription. Possible values include: 'EventGridSchema', - /// 'CloudEventV01Schema', 'CustomInputSchema' /// The retry policy for events. This can be /// used to configure maximum number of delivery attempts and time to /// live for events. /// The DeadLetter destination of /// the event subscription. - public EventSubscriptionUpdateParameters(EventSubscriptionDestination destination = default(EventSubscriptionDestination), EventSubscriptionFilter filter = default(EventSubscriptionFilter), IList labels = default(IList), System.DateTime? expirationTimeUtc = default(System.DateTime?), string eventDeliverySchema = default(string), RetryPolicy retryPolicy = default(RetryPolicy), DeadLetterDestination deadLetterDestination = default(DeadLetterDestination)) + public EventSubscriptionUpdateParameters(EventSubscriptionDestination destination = default(EventSubscriptionDestination), EventSubscriptionFilter filter = default(EventSubscriptionFilter), IList labels = default(IList), System.DateTime? expirationTimeUtc = default(System.DateTime?), RetryPolicy retryPolicy = default(RetryPolicy), DeadLetterDestination deadLetterDestination = default(DeadLetterDestination)) { Destination = destination; Filter = filter; Labels = labels; ExpirationTimeUtc = expirationTimeUtc; - EventDeliverySchema = eventDeliverySchema; RetryPolicy = retryPolicy; DeadLetterDestination = deadLetterDestination; CustomInit(); @@ -92,14 +88,6 @@ public EventSubscriptionUpdateParameters() [JsonProperty(PropertyName = "expirationTimeUtc")] public System.DateTime? ExpirationTimeUtc { get; set; } - /// - /// Gets or sets the event delivery schema for the event subscription. - /// Possible values include: 'EventGridSchema', 'CloudEventV01Schema', - /// 'CustomInputSchema' - /// - [JsonProperty(PropertyName = "eventDeliverySchema")] - public string EventDeliverySchema { get; set; } - /// /// Gets or sets the retry policy for events. This can be used to /// configure maximum number of delivery attempts and time to live for diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/EventType.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/EventType.cs index 7de7180b9fa7..2f22a6962df5 100644 --- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/EventType.cs +++ b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/EventType.cs @@ -32,9 +32,10 @@ public EventType() /// /// Initializes a new instance of the EventType class. /// - /// Fully qualified identifier of the resource - /// Name of the resource - /// Type of the resource + /// Fully qualified identifier of the + /// resource. + /// Name of the resource. + /// Type of the resource. /// Display name of the event type. /// Description of the event type. /// Url of the schema for this event diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/InputSchema.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/InputSchema.cs deleted file mode 100644 index 3bef22f1d0c3..000000000000 --- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/InputSchema.cs +++ /dev/null @@ -1,23 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - - /// - /// Defines values for InputSchema. - /// - public static class InputSchema - { - public const string EventGridSchema = "EventGridSchema"; - public const string CustomEventSchema = "CustomEventSchema"; - public const string CloudEventV01Schema = "CloudEventV01Schema"; - } -} diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/InputSchemaMapping.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/InputSchemaMapping.cs deleted file mode 100644 index 18a9bec9d083..000000000000 --- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/InputSchemaMapping.cs +++ /dev/null @@ -1,38 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - using System.Linq; - - /// - /// By default, Event Grid expects events to be in the Event Grid event - /// schema. Specifying an input schema mapping enables publishing to Event - /// Grid using a custom input schema. Currently, the only supported type of - /// InputSchemaMapping is 'JsonInputSchemaMapping'. - /// - public partial class InputSchemaMapping - { - /// - /// Initializes a new instance of the InputSchemaMapping class. - /// - public InputSchemaMapping() - { - CustomInit(); - } - - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - } -} diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/JsonField.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/JsonField.cs deleted file mode 100644 index de6f94d29ec4..000000000000 --- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/JsonField.cs +++ /dev/null @@ -1,56 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - using Newtonsoft.Json; - using System.Linq; - - /// - /// This is used to express the source of an input schema mapping for a - /// single target field in the Event Grid Event schema. This is currently - /// used in the mappings for the 'id', 'topic' and 'eventtime' properties. - /// This represents a field in the input event schema. - /// - public partial class JsonField - { - /// - /// Initializes a new instance of the JsonField class. - /// - public JsonField() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the JsonField class. - /// - /// Name of a field in the input event schema - /// that's to be used as the source of a mapping. - public JsonField(string sourceField = default(string)) - { - SourceField = sourceField; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets name of a field in the input event schema that's to be - /// used as the source of a mapping. - /// - [JsonProperty(PropertyName = "sourceField")] - public string SourceField { get; set; } - - } -} diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/JsonFieldWithDefault.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/JsonFieldWithDefault.cs deleted file mode 100644 index 13309db4e0a0..000000000000 --- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/JsonFieldWithDefault.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - using Newtonsoft.Json; - using System.Linq; - - /// - /// This is used to express the source of an input schema mapping for a - /// single target field - /// in the Event Grid Event schema. This is currently used in the mappings - /// for the 'subject', - /// 'eventtype' and 'dataversion' properties. This represents a field in - /// the input event schema - /// along with a default value to be used, and at least one of these two - /// properties should be provided. - /// - public partial class JsonFieldWithDefault - { - /// - /// Initializes a new instance of the JsonFieldWithDefault class. - /// - public JsonFieldWithDefault() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the JsonFieldWithDefault class. - /// - /// Name of a field in the input event schema - /// that's to be used as the source of a mapping. - /// The default value to be used for mapping - /// when a SourceField is not provided or if there's no property with - /// the specified name in the published JSON event payload. - public JsonFieldWithDefault(string sourceField = default(string), string defaultValue = default(string)) - { - SourceField = sourceField; - DefaultValue = defaultValue; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets name of a field in the input event schema that's to be - /// used as the source of a mapping. - /// - [JsonProperty(PropertyName = "sourceField")] - public string SourceField { get; set; } - - /// - /// Gets or sets the default value to be used for mapping when a - /// SourceField is not provided or if there's no property with the - /// specified name in the published JSON event payload. - /// - [JsonProperty(PropertyName = "defaultValue")] - public string DefaultValue { get; set; } - - } -} diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/JsonInputSchemaMapping.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/JsonInputSchemaMapping.cs deleted file mode 100644 index 65db19fbaa85..000000000000 --- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/JsonInputSchemaMapping.cs +++ /dev/null @@ -1,109 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Newtonsoft.Json; - using System.Linq; - - /// - /// This enables publishing to Event Grid using a custom input schema. This - /// can be used to map properties from a custom input JSON schema to the - /// Event Grid event schema. - /// - [Newtonsoft.Json.JsonObject("Json")] - [Rest.Serialization.JsonTransformation] - public partial class JsonInputSchemaMapping : InputSchemaMapping - { - /// - /// Initializes a new instance of the JsonInputSchemaMapping class. - /// - public JsonInputSchemaMapping() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the JsonInputSchemaMapping class. - /// - /// The mapping information for the Id property of the - /// Event Grid Event. - /// The mapping information for the Topic property - /// of the Event Grid Event. - /// The mapping information for the EventTime - /// property of the Event Grid Event. - /// The mapping information for the EventType - /// property of the Event Grid Event. - /// The mapping information for the Subject - /// property of the Event Grid Event. - /// The mapping information for the - /// DataVersion property of the Event Grid Event. - public JsonInputSchemaMapping(JsonField id = default(JsonField), JsonField topic = default(JsonField), JsonField eventTime = default(JsonField), JsonFieldWithDefault eventType = default(JsonFieldWithDefault), JsonFieldWithDefault subject = default(JsonFieldWithDefault), JsonFieldWithDefault dataVersion = default(JsonFieldWithDefault)) - { - Id = id; - Topic = topic; - EventTime = eventTime; - EventType = eventType; - Subject = subject; - DataVersion = dataVersion; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the mapping information for the Id property of the - /// Event Grid Event. - /// - [JsonProperty(PropertyName = "properties.id")] - public JsonField Id { get; set; } - - /// - /// Gets or sets the mapping information for the Topic property of the - /// Event Grid Event. - /// - [JsonProperty(PropertyName = "properties.topic")] - public JsonField Topic { get; set; } - - /// - /// Gets or sets the mapping information for the EventTime property of - /// the Event Grid Event. - /// - [JsonProperty(PropertyName = "properties.eventTime")] - public JsonField EventTime { get; set; } - - /// - /// Gets or sets the mapping information for the EventType property of - /// the Event Grid Event. - /// - [JsonProperty(PropertyName = "properties.eventType")] - public JsonFieldWithDefault EventType { get; set; } - - /// - /// Gets or sets the mapping information for the Subject property of - /// the Event Grid Event. - /// - [JsonProperty(PropertyName = "properties.subject")] - public JsonFieldWithDefault Subject { get; set; } - - /// - /// Gets or sets the mapping information for the DataVersion property - /// of the Event Grid Event. - /// - [JsonProperty(PropertyName = "properties.dataVersion")] - public JsonFieldWithDefault DataVersion { get; set; } - - } -} diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/Resource.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/Resource.cs index f65aec376a59..641e05f45021 100644 --- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/Resource.cs +++ b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/Resource.cs @@ -16,7 +16,7 @@ namespace Microsoft.Azure.Management.EventGrid.Models using System.Linq; /// - /// Definition of a Resource + /// Definition of a Resource. /// public partial class Resource : IResource { @@ -31,9 +31,10 @@ public Resource() /// /// Initializes a new instance of the Resource class. /// - /// Fully qualified identifier of the resource - /// Name of the resource - /// Type of the resource + /// Fully qualified identifier of the + /// resource. + /// Name of the resource. + /// Type of the resource. public Resource(string id = default(string), string name = default(string), string type = default(string)) { Id = id; @@ -48,19 +49,19 @@ public Resource() partial void CustomInit(); /// - /// Gets fully qualified identifier of the resource + /// Gets fully qualified identifier of the resource. /// [JsonProperty(PropertyName = "id")] public string Id { get; private set; } /// - /// Gets name of the resource + /// Gets name of the resource. /// [JsonProperty(PropertyName = "name")] public string Name { get; private set; } /// - /// Gets type of the resource + /// Gets type of the resource. /// [JsonProperty(PropertyName = "type")] public string Type { get; private set; } diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/RetryPolicy.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/RetryPolicy.cs index 9d7b9efe5754..41e351e6e464 100644 --- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/RetryPolicy.cs +++ b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/RetryPolicy.cs @@ -14,7 +14,7 @@ namespace Microsoft.Azure.Management.EventGrid.Models using System.Linq; /// - /// Information about the retry policy for an event subscription + /// Information about the retry policy for an event subscription. /// public partial class RetryPolicy { diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/Topic.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/Topic.cs index 677b84b40d58..c1c3e6dc8f06 100644 --- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/Topic.cs +++ b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/Topic.cs @@ -34,30 +34,21 @@ public Topic() /// /// Initializes a new instance of the Topic class. /// - /// Location of the resource - /// Fully qualified identifier of the resource - /// Name of the resource - /// Type of the resource - /// Tags of the resource + /// Location of the resource. + /// Fully qualified identifier of the + /// resource. + /// Name of the resource. + /// Type of the resource. + /// Tags of the resource. /// Provisioning state of the topic. /// Possible values include: 'Creating', 'Updating', 'Deleting', /// 'Succeeded', 'Canceled', 'Failed' /// Endpoint for the topic. - /// This determines the format that Event - /// Grid should expect for incoming events published to the topic. - /// Possible values include: 'EventGridSchema', 'CustomEventSchema', - /// 'CloudEventV01Schema' - /// This enables publishing using - /// custom event schemas. An InputSchemaMapping can be specified to map - /// various properties of a source schema to various required - /// properties of the EventGridEvent schema. - public Topic(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string provisioningState = default(string), string endpoint = default(string), string inputSchema = default(string), InputSchemaMapping inputSchemaMapping = default(InputSchemaMapping)) + public Topic(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string provisioningState = default(string), string endpoint = default(string)) : base(location, id, name, type, tags) { ProvisioningState = provisioningState; Endpoint = endpoint; - InputSchema = inputSchema; - InputSchemaMapping = inputSchemaMapping; CustomInit(); } @@ -80,24 +71,6 @@ public Topic() [JsonProperty(PropertyName = "properties.endpoint")] public string Endpoint { get; private set; } - /// - /// Gets or sets this determines the format that Event Grid should - /// expect for incoming events published to the topic. Possible values - /// include: 'EventGridSchema', 'CustomEventSchema', - /// 'CloudEventV01Schema' - /// - [JsonProperty(PropertyName = "properties.inputSchema")] - public string InputSchema { get; set; } - - /// - /// Gets or sets this enables publishing using custom event schemas. An - /// InputSchemaMapping can be specified to map various properties of a - /// source schema to various required properties of the EventGridEvent - /// schema. - /// - [JsonProperty(PropertyName = "properties.inputSchemaMapping")] - public InputSchemaMapping InputSchemaMapping { get; set; } - /// /// Validate the object. /// diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/TopicTypeInfo.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/TopicTypeInfo.cs index c82cbdeaa0ec..575becfaa722 100644 --- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/TopicTypeInfo.cs +++ b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/TopicTypeInfo.cs @@ -34,9 +34,10 @@ public TopicTypeInfo() /// /// Initializes a new instance of the TopicTypeInfo class. /// - /// Fully qualified identifier of the resource - /// Name of the resource - /// Type of the resource + /// Fully qualified identifier of the + /// resource. + /// Name of the resource. + /// Type of the resource. /// Namespace of the provider of the topic /// type. /// Display Name for the topic type. diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/TrackedResource.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/TrackedResource.cs index c6aedbe359d6..00bcc48b9b84 100644 --- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/TrackedResource.cs +++ b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Models/TrackedResource.cs @@ -17,7 +17,7 @@ namespace Microsoft.Azure.Management.EventGrid.Models using System.Linq; /// - /// Definition of a Tracked Resource + /// Definition of a Tracked Resource. /// public partial class TrackedResource : Resource { @@ -32,11 +32,12 @@ public TrackedResource() /// /// Initializes a new instance of the TrackedResource class. /// - /// Location of the resource - /// Fully qualified identifier of the resource - /// Name of the resource - /// Type of the resource - /// Tags of the resource + /// Location of the resource. + /// Fully qualified identifier of the + /// resource. + /// Name of the resource. + /// Type of the resource. + /// Tags of the resource. public TrackedResource(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary)) : base(id, name, type) { @@ -51,13 +52,13 @@ public TrackedResource() partial void CustomInit(); /// - /// Gets or sets location of the resource + /// Gets or sets location of the resource. /// [JsonProperty(PropertyName = "location")] public string Location { get; set; } /// - /// Gets or sets tags of the resource + /// Gets or sets tags of the resource. /// [JsonProperty(PropertyName = "tags")] public IDictionary Tags { get; set; } diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Operations.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Operations.cs index 276d726d5d28..ab3706c7ac53 100644 --- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Operations.cs +++ b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/Operations.cs @@ -51,11 +51,11 @@ internal Operations(EventGridManagementClient client) public EventGridManagementClient Client { get; private set; } /// - /// List available operations + /// List available operations. /// /// /// List the available operations supported by the Microsoft.EventGrid resource - /// provider + /// provider. /// /// /// Headers that will be added to request. diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/OperationsExtensions.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/OperationsExtensions.cs index 53fc334c6b5d..a94f2d63075d 100644 --- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/OperationsExtensions.cs +++ b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/OperationsExtensions.cs @@ -24,11 +24,11 @@ namespace Microsoft.Azure.Management.EventGrid public static partial class OperationsExtensions { /// - /// List available operations + /// List available operations. /// /// /// List the available operations supported by the Microsoft.EventGrid resource - /// provider + /// provider. /// /// /// The operations group for this extension method. @@ -39,11 +39,11 @@ public static IEnumerable List(this IOperations operations) } /// - /// List available operations + /// List available operations. /// /// /// List the available operations supported by the Microsoft.EventGrid resource - /// provider + /// provider. /// /// /// The operations group for this extension method. diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/SdkInfo_EventGridManagementClient.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/SdkInfo_EventGridManagementClient.cs index 36626528e2da..7a00cc0b9e62 100644 --- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/SdkInfo_EventGridManagementClient.cs +++ b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/SdkInfo_EventGridManagementClient.cs @@ -19,12 +19,12 @@ public static IEnumerable> ApiInfo_EventGridManage { return new Tuple[] { - new Tuple("EventGrid", "DomainTopics", "2019-02-01-preview"), - new Tuple("EventGrid", "Domains", "2019-02-01-preview"), - new Tuple("EventGrid", "EventSubscriptions", "2019-02-01-preview"), - new Tuple("EventGrid", "Operations", "2019-02-01-preview"), - new Tuple("EventGrid", "TopicTypes", "2019-02-01-preview"), - new Tuple("EventGrid", "Topics", "2019-02-01-preview"), + new Tuple("EventGrid", "DomainTopics", "2019-06-01"), + new Tuple("EventGrid", "Domains", "2019-06-01"), + new Tuple("EventGrid", "EventSubscriptions", "2019-06-01"), + new Tuple("EventGrid", "Operations", "2019-06-01"), + new Tuple("EventGrid", "TopicTypes", "2019-06-01"), + new Tuple("EventGrid", "Topics", "2019-06-01"), }.AsEnumerable(); } } diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/TopicTypesOperations.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/TopicTypesOperations.cs index ac235c4115ed..e5cdeba53f5d 100644 --- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/TopicTypesOperations.cs +++ b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/TopicTypesOperations.cs @@ -51,10 +51,10 @@ internal TopicTypesOperations(EventGridManagementClient client) public EventGridManagementClient Client { get; private set; } /// - /// List topic types + /// List topic types. /// /// - /// List all registered topic types + /// List all registered topic types. /// /// /// Headers that will be added to request. @@ -227,13 +227,13 @@ internal TopicTypesOperations(EventGridManagementClient client) } /// - /// Get a topic type + /// Get a topic type. /// /// - /// Get information about a topic type + /// Get information about a topic type. /// /// - /// Name of the topic type + /// Name of the topic type. /// /// /// Headers that will be added to request. @@ -412,13 +412,13 @@ internal TopicTypesOperations(EventGridManagementClient client) } /// - /// List event types + /// List event types. /// /// - /// List event types for a topic type + /// List event types for a topic type. /// /// - /// Name of the topic type + /// Name of the topic type. /// /// /// Headers that will be added to request. diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/TopicTypesOperationsExtensions.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/TopicTypesOperationsExtensions.cs index f01e8b3fcea7..19ea4cff6d9e 100644 --- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/TopicTypesOperationsExtensions.cs +++ b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/TopicTypesOperationsExtensions.cs @@ -24,10 +24,10 @@ namespace Microsoft.Azure.Management.EventGrid public static partial class TopicTypesOperationsExtensions { /// - /// List topic types + /// List topic types. /// /// - /// List all registered topic types + /// List all registered topic types. /// /// /// The operations group for this extension method. @@ -38,10 +38,10 @@ public static IEnumerable List(this ITopicTypesOperations operati } /// - /// List topic types + /// List topic types. /// /// - /// List all registered topic types + /// List all registered topic types. /// /// /// The operations group for this extension method. @@ -58,16 +58,16 @@ public static IEnumerable List(this ITopicTypesOperations operati } /// - /// Get a topic type + /// Get a topic type. /// /// - /// Get information about a topic type + /// Get information about a topic type. /// /// /// The operations group for this extension method. /// /// - /// Name of the topic type + /// Name of the topic type. /// public static TopicTypeInfo Get(this ITopicTypesOperations operations, string topicTypeName) { @@ -75,16 +75,16 @@ public static TopicTypeInfo Get(this ITopicTypesOperations operations, string to } /// - /// Get a topic type + /// Get a topic type. /// /// - /// Get information about a topic type + /// Get information about a topic type. /// /// /// The operations group for this extension method. /// /// - /// Name of the topic type + /// Name of the topic type. /// /// /// The cancellation token. @@ -98,16 +98,16 @@ public static TopicTypeInfo Get(this ITopicTypesOperations operations, string to } /// - /// List event types + /// List event types. /// /// - /// List event types for a topic type + /// List event types for a topic type. /// /// /// The operations group for this extension method. /// /// - /// Name of the topic type + /// Name of the topic type. /// public static IEnumerable ListEventTypes(this ITopicTypesOperations operations, string topicTypeName) { @@ -115,16 +115,16 @@ public static IEnumerable ListEventTypes(this ITopicTypesOperations o } /// - /// List event types + /// List event types. /// /// - /// List event types for a topic type + /// List event types for a topic type. /// /// /// The operations group for this extension method. /// /// - /// Name of the topic type + /// Name of the topic type. /// /// /// The cancellation token. diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/TopicsOperations.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/TopicsOperations.cs index 4fc74add7d0e..5aae3c266cd0 100644 --- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/TopicsOperations.cs +++ b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/TopicsOperations.cs @@ -51,16 +51,16 @@ internal TopicsOperations(EventGridManagementClient client) public EventGridManagementClient Client { get; private set; } /// - /// Get a topic + /// Get a topic. /// /// - /// Get properties of a topic + /// Get properties of a topic. /// /// /// The name of the resource group within the user's subscription. /// /// - /// Name of the topic + /// Name of the topic. /// /// /// Headers that will be added to request. @@ -250,7 +250,7 @@ internal TopicsOperations(EventGridManagementClient client) } /// - /// Create a topic + /// Create a topic. /// /// /// Asynchronously creates a new topic with the specified parameters. @@ -259,10 +259,10 @@ internal TopicsOperations(EventGridManagementClient client) /// The name of the resource group within the user's subscription. /// /// - /// Name of the topic + /// Name of the topic. /// /// - /// Topic information + /// Topic information. /// /// /// The headers that will be added to request. @@ -278,16 +278,16 @@ internal TopicsOperations(EventGridManagementClient client) } /// - /// Delete a topic + /// Delete a topic. /// /// - /// Delete existing topic + /// Delete existing topic. /// /// /// The name of the resource group within the user's subscription. /// /// - /// Name of the topic + /// Name of the topic. /// /// /// The headers that will be added to request. @@ -303,7 +303,7 @@ internal TopicsOperations(EventGridManagementClient client) } /// - /// Update a topic + /// Update a topic. /// /// /// Asynchronously updates a topic with the specified parameters. @@ -312,7 +312,7 @@ internal TopicsOperations(EventGridManagementClient client) /// The name of the resource group within the user's subscription. /// /// - /// Name of the topic + /// Name of the topic. /// /// /// Tags of the resource @@ -331,16 +331,24 @@ internal TopicsOperations(EventGridManagementClient client) } /// - /// List topics under an Azure subscription + /// List topics under an Azure subscription. /// /// - /// List all the topics under an Azure subscription + /// List all the topics 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. @@ -528,19 +536,27 @@ internal TopicsOperations(EventGridManagementClient client) } /// - /// List topics under a resource group + /// List topics under a resource group. /// /// - /// List all the topics under a resource group + /// List all the topics 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. @@ -734,16 +750,16 @@ internal TopicsOperations(EventGridManagementClient client) } /// - /// List keys for a topic + /// List keys for a topic. /// /// - /// List the two keys used to publish to a topic + /// List the two keys used to publish to a topic. /// /// /// The name of the resource group within the user's subscription. /// /// - /// Name of the topic + /// Name of the topic. /// /// /// Headers that will be added to request. @@ -933,16 +949,16 @@ internal TopicsOperations(EventGridManagementClient client) } /// - /// Regenerate key for a topic + /// Regenerate key for a topic. /// /// - /// Regenerate a shared access key for a topic + /// Regenerate a shared access key for a topic. /// /// /// The name of the resource group within the user's subscription. /// /// - /// Name of the topic + /// Name of the topic. /// /// /// Key name to regenerate key1 or key2 @@ -1151,22 +1167,22 @@ internal TopicsOperations(EventGridManagementClient client) } /// - /// List topic event types + /// List topic event types. /// /// - /// List event types for a topic + /// List event types for a 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 topic type + /// Name of the topic type. /// /// - /// Name of the topic + /// Name of the topic. /// /// /// Headers that will be added to request. @@ -1368,7 +1384,7 @@ internal TopicsOperations(EventGridManagementClient client) } /// - /// Create a topic + /// Create a topic. /// /// /// Asynchronously creates a new topic with the specified parameters. @@ -1377,10 +1393,10 @@ internal TopicsOperations(EventGridManagementClient client) /// The name of the resource group within the user's subscription. /// /// - /// Name of the topic + /// Name of the topic. /// /// - /// Topic information + /// Topic information. /// /// /// Headers that will be added to request. @@ -1585,16 +1601,16 @@ internal TopicsOperations(EventGridManagementClient client) } /// - /// Delete a topic + /// Delete a topic. /// /// - /// Delete existing topic + /// Delete existing topic. /// /// /// The name of the resource group within the user's subscription. /// /// - /// Name of the topic + /// Name of the topic. /// /// /// Headers that will be added to request. @@ -1763,7 +1779,7 @@ internal TopicsOperations(EventGridManagementClient client) } /// - /// Update a topic + /// Update a topic. /// /// /// Asynchronously updates a topic with the specified parameters. @@ -1772,7 +1788,7 @@ internal TopicsOperations(EventGridManagementClient client) /// The name of the resource group within the user's subscription. /// /// - /// Name of the topic + /// Name of the topic. /// /// /// Tags of the resource @@ -1977,10 +1993,10 @@ internal TopicsOperations(EventGridManagementClient client) } /// - /// List topics under an Azure subscription + /// List topics under an Azure subscription. /// /// - /// List all the topics under an Azure subscription + /// List all the topics under an Azure subscription. /// /// /// The NextLink from the previous successful call to List operation. @@ -2153,10 +2169,10 @@ internal TopicsOperations(EventGridManagementClient client) } /// - /// List topics under a resource group + /// List topics under a resource group. /// /// - /// List all the topics under a resource group + /// List all the topics under a resource group. /// /// /// The NextLink from the previous successful call to List operation. diff --git a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/TopicsOperationsExtensions.cs b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/TopicsOperationsExtensions.cs index e1c0f8a91fb3..171e278a5408 100644 --- a/src/SDKs/EventGrid/management/Management.EventGrid/Generated/TopicsOperationsExtensions.cs +++ b/src/SDKs/EventGrid/management/Management.EventGrid/Generated/TopicsOperationsExtensions.cs @@ -24,10 +24,10 @@ namespace Microsoft.Azure.Management.EventGrid public static partial class TopicsOperationsExtensions { /// - /// Get a topic + /// Get a topic. /// /// - /// Get properties of a topic + /// Get properties of a topic. /// /// /// The operations group for this extension method. @@ -36,7 +36,7 @@ public static partial class TopicsOperationsExtensions /// The name of the resource group within the user's subscription. /// /// - /// Name of the topic + /// Name of the topic. /// public static Topic Get(this ITopicsOperations operations, string resourceGroupName, string topicName) { @@ -44,10 +44,10 @@ public static Topic Get(this ITopicsOperations operations, string resourceGroupN } /// - /// Get a topic + /// Get a topic. /// /// - /// Get properties of a topic + /// Get properties of a topic. /// /// /// The operations group for this extension method. @@ -56,7 +56,7 @@ public static Topic Get(this ITopicsOperations operations, string resourceGroupN /// The name of the resource group within the user's subscription. /// /// - /// Name of the topic + /// Name of the topic. /// /// /// The cancellation token. @@ -70,7 +70,7 @@ public static Topic Get(this ITopicsOperations operations, string resourceGroupN } /// - /// Create a topic + /// Create a topic. /// /// /// Asynchronously creates a new topic with the specified parameters. @@ -82,10 +82,10 @@ public static Topic Get(this ITopicsOperations operations, string resourceGroupN /// The name of the resource group within the user's subscription. /// /// - /// Name of the topic + /// Name of the topic. /// /// - /// Topic information + /// Topic information. /// public static Topic CreateOrUpdate(this ITopicsOperations operations, string resourceGroupName, string topicName, Topic topicInfo) { @@ -93,7 +93,7 @@ public static Topic CreateOrUpdate(this ITopicsOperations operations, string res } /// - /// Create a topic + /// Create a topic. /// /// /// Asynchronously creates a new topic with the specified parameters. @@ -105,10 +105,10 @@ public static Topic CreateOrUpdate(this ITopicsOperations operations, string res /// The name of the resource group within the user's subscription. /// /// - /// Name of the topic + /// Name of the topic. /// /// - /// Topic information + /// Topic information. /// /// /// The cancellation token. @@ -122,10 +122,10 @@ public static Topic CreateOrUpdate(this ITopicsOperations operations, string res } /// - /// Delete a topic + /// Delete a topic. /// /// - /// Delete existing topic + /// Delete existing topic. /// /// /// The operations group for this extension method. @@ -134,7 +134,7 @@ public static Topic CreateOrUpdate(this ITopicsOperations operations, string res /// The name of the resource group within the user's subscription. /// /// - /// Name of the topic + /// Name of the topic. /// public static void Delete(this ITopicsOperations operations, string resourceGroupName, string topicName) { @@ -142,10 +142,10 @@ public static void Delete(this ITopicsOperations operations, string resourceGrou } /// - /// Delete a topic + /// Delete a topic. /// /// - /// Delete existing topic + /// Delete existing topic. /// /// /// The operations group for this extension method. @@ -154,7 +154,7 @@ public static void Delete(this ITopicsOperations operations, string resourceGrou /// The name of the resource group within the user's subscription. /// /// - /// Name of the topic + /// Name of the topic. /// /// /// The cancellation token. @@ -165,7 +165,7 @@ public static void Delete(this ITopicsOperations operations, string resourceGrou } /// - /// Update a topic + /// Update a topic. /// /// /// Asynchronously updates a topic with the specified parameters. @@ -177,7 +177,7 @@ public static void Delete(this ITopicsOperations operations, string resourceGrou /// The name of the resource group within the user's subscription. /// /// - /// Name of the topic + /// Name of the topic. /// /// /// Tags of the resource @@ -188,7 +188,7 @@ public static void Delete(this ITopicsOperations operations, string resourceGrou } /// - /// Update a topic + /// Update a topic. /// /// /// Asynchronously updates a topic with the specified parameters. @@ -200,7 +200,7 @@ public static void Delete(this ITopicsOperations operations, string resourceGrou /// The name of the resource group within the user's subscription. /// /// - /// Name of the topic + /// Name of the topic. /// /// /// Tags of the resource @@ -217,19 +217,27 @@ public static void Delete(this ITopicsOperations operations, string resourceGrou } /// - /// List topics under an Azure subscription + /// List topics under an Azure subscription. /// /// - /// List all the topics under an Azure subscription + /// List all the topics 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 ITopicsOperations operations, string filter = default(string), int? top = default(int?)) { @@ -237,19 +245,27 @@ public static void Delete(this ITopicsOperations operations, string resourceGrou } /// - /// List topics under an Azure subscription + /// List topics under an Azure subscription. /// /// - /// List all the topics under an Azure subscription + /// List all the topics 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. @@ -263,10 +279,10 @@ public static void Delete(this ITopicsOperations operations, string resourceGrou } /// - /// List topics under a resource group + /// List topics under a resource group. /// /// - /// List all the topics under a resource group + /// List all the topics under a resource group. /// /// /// The operations group for this extension method. @@ -275,10 +291,18 @@ public static void Delete(this ITopicsOperations operations, string resourceGrou /// 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 ITopicsOperations operations, string resourceGroupName, string filter = default(string), int? top = default(int?)) { @@ -286,10 +310,10 @@ public static void Delete(this ITopicsOperations operations, string resourceGrou } /// - /// List topics under a resource group + /// List topics under a resource group. /// /// - /// List all the topics under a resource group + /// List all the topics under a resource group. /// /// /// The operations group for this extension method. @@ -298,10 +322,18 @@ public static void Delete(this ITopicsOperations operations, string resourceGrou /// 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. @@ -315,10 +347,10 @@ public static void Delete(this ITopicsOperations operations, string resourceGrou } /// - /// List keys for a topic + /// List keys for a topic. /// /// - /// List the two keys used to publish to a topic + /// List the two keys used to publish to a topic. /// /// /// The operations group for this extension method. @@ -327,7 +359,7 @@ public static void Delete(this ITopicsOperations operations, string resourceGrou /// The name of the resource group within the user's subscription. /// /// - /// Name of the topic + /// Name of the topic. /// public static TopicSharedAccessKeys ListSharedAccessKeys(this ITopicsOperations operations, string resourceGroupName, string topicName) { @@ -335,10 +367,10 @@ public static TopicSharedAccessKeys ListSharedAccessKeys(this ITopicsOperations } /// - /// List keys for a topic + /// List keys for a topic. /// /// - /// List the two keys used to publish to a topic + /// List the two keys used to publish to a topic. /// /// /// The operations group for this extension method. @@ -347,7 +379,7 @@ public static TopicSharedAccessKeys ListSharedAccessKeys(this ITopicsOperations /// The name of the resource group within the user's subscription. /// /// - /// Name of the topic + /// Name of the topic. /// /// /// The cancellation token. @@ -361,10 +393,10 @@ public static TopicSharedAccessKeys ListSharedAccessKeys(this ITopicsOperations } /// - /// Regenerate key for a topic + /// Regenerate key for a topic. /// /// - /// Regenerate a shared access key for a topic + /// Regenerate a shared access key for a topic. /// /// /// The operations group for this extension method. @@ -373,7 +405,7 @@ public static TopicSharedAccessKeys ListSharedAccessKeys(this ITopicsOperations /// The name of the resource group within the user's subscription. /// /// - /// Name of the topic + /// Name of the topic. /// /// /// Key name to regenerate key1 or key2 @@ -384,10 +416,10 @@ public static TopicSharedAccessKeys RegenerateKey(this ITopicsOperations operati } /// - /// Regenerate key for a topic + /// Regenerate key for a topic. /// /// - /// Regenerate a shared access key for a topic + /// Regenerate a shared access key for a topic. /// /// /// The operations group for this extension method. @@ -396,7 +428,7 @@ public static TopicSharedAccessKeys RegenerateKey(this ITopicsOperations operati /// The name of the resource group within the user's subscription. /// /// - /// Name of the topic + /// Name of the topic. /// /// /// Key name to regenerate key1 or key2 @@ -413,10 +445,10 @@ public static TopicSharedAccessKeys RegenerateKey(this ITopicsOperations operati } /// - /// List topic event types + /// List topic event types. /// /// - /// List event types for a topic + /// List event types for a topic. /// /// /// The operations group for this extension method. @@ -425,13 +457,13 @@ public static TopicSharedAccessKeys RegenerateKey(this ITopicsOperations operati /// 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 topic type + /// Name of the topic type. /// /// - /// Name of the topic + /// Name of the topic. /// public static IEnumerable ListEventTypes(this ITopicsOperations operations, string resourceGroupName, string providerNamespace, string resourceTypeName, string resourceName) { @@ -439,10 +471,10 @@ public static IEnumerable ListEventTypes(this ITopicsOperations opera } /// - /// List topic event types + /// List topic event types. /// /// - /// List event types for a topic + /// List event types for a topic. /// /// /// The operations group for this extension method. @@ -451,13 +483,13 @@ public static IEnumerable ListEventTypes(this ITopicsOperations opera /// 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 topic type + /// Name of the topic type. /// /// - /// Name of the topic + /// Name of the topic. /// /// /// The cancellation token. @@ -471,7 +503,7 @@ public static IEnumerable ListEventTypes(this ITopicsOperations opera } /// - /// Create a topic + /// Create a topic. /// /// /// Asynchronously creates a new topic with the specified parameters. @@ -483,10 +515,10 @@ public static IEnumerable ListEventTypes(this ITopicsOperations opera /// The name of the resource group within the user's subscription. /// /// - /// Name of the topic + /// Name of the topic. /// /// - /// Topic information + /// Topic information. /// public static Topic BeginCreateOrUpdate(this ITopicsOperations operations, string resourceGroupName, string topicName, Topic topicInfo) { @@ -494,7 +526,7 @@ public static Topic BeginCreateOrUpdate(this ITopicsOperations operations, strin } /// - /// Create a topic + /// Create a topic. /// /// /// Asynchronously creates a new topic with the specified parameters. @@ -506,10 +538,10 @@ public static Topic BeginCreateOrUpdate(this ITopicsOperations operations, strin /// The name of the resource group within the user's subscription. /// /// - /// Name of the topic + /// Name of the topic. /// /// - /// Topic information + /// Topic information. /// /// /// The cancellation token. @@ -523,10 +555,10 @@ public static Topic BeginCreateOrUpdate(this ITopicsOperations operations, strin } /// - /// Delete a topic + /// Delete a topic. /// /// - /// Delete existing topic + /// Delete existing topic. /// /// /// The operations group for this extension method. @@ -535,7 +567,7 @@ public static Topic BeginCreateOrUpdate(this ITopicsOperations operations, strin /// The name of the resource group within the user's subscription. /// /// - /// Name of the topic + /// Name of the topic. /// public static void BeginDelete(this ITopicsOperations operations, string resourceGroupName, string topicName) { @@ -543,10 +575,10 @@ public static void BeginDelete(this ITopicsOperations operations, string resourc } /// - /// Delete a topic + /// Delete a topic. /// /// - /// Delete existing topic + /// Delete existing topic. /// /// /// The operations group for this extension method. @@ -555,7 +587,7 @@ public static void BeginDelete(this ITopicsOperations operations, string resourc /// The name of the resource group within the user's subscription. /// /// - /// Name of the topic + /// Name of the topic. /// /// /// The cancellation token. @@ -566,7 +598,7 @@ public static void BeginDelete(this ITopicsOperations operations, string resourc } /// - /// Update a topic + /// Update a topic. /// /// /// Asynchronously updates a topic with the specified parameters. @@ -578,7 +610,7 @@ public static void BeginDelete(this ITopicsOperations operations, string resourc /// The name of the resource group within the user's subscription. /// /// - /// Name of the topic + /// Name of the topic. /// /// /// Tags of the resource @@ -589,7 +621,7 @@ public static void BeginDelete(this ITopicsOperations operations, string resourc } /// - /// Update a topic + /// Update a topic. /// /// /// Asynchronously updates a topic with the specified parameters. @@ -601,7 +633,7 @@ public static void BeginDelete(this ITopicsOperations operations, string resourc /// The name of the resource group within the user's subscription. /// /// - /// Name of the topic + /// Name of the topic. /// /// /// Tags of the resource @@ -618,10 +650,10 @@ public static void BeginDelete(this ITopicsOperations operations, string resourc } /// - /// List topics under an Azure subscription + /// List topics under an Azure subscription. /// /// - /// List all the topics under an Azure subscription + /// List all the topics under an Azure subscription. /// /// /// The operations group for this extension method. @@ -635,10 +667,10 @@ public static IPage ListBySubscriptionNext(this ITopicsOperations operati } /// - /// List topics under an Azure subscription + /// List topics under an Azure subscription. /// /// - /// List all the topics under an Azure subscription + /// List all the topics under an Azure subscription. /// /// /// The operations group for this extension method. @@ -658,10 +690,10 @@ public static IPage ListBySubscriptionNext(this ITopicsOperations operati } /// - /// List topics under a resource group + /// List topics under a resource group. /// /// - /// List all the topics under a resource group + /// List all the topics under a resource group. /// /// /// The operations group for this extension method. @@ -675,10 +707,10 @@ public static IPage ListByResourceGroupNext(this ITopicsOperations operat } /// - /// List topics under a resource group + /// List topics under a resource group. /// /// - /// List all the topics under a resource group + /// List all the topics under a resource group. /// /// /// The operations group for this extension method.