Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR Microsoft.Azure.Management.EventGrid] Fix json format by prettier #432

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,19 @@ internal DomainTopicsOperations(EventGridManagementClient client)
public EventGridManagementClient Client { get; private set; }

/// <summary>
/// Get a domain topic.
/// Get a domain topic
/// </summary>
/// <remarks>
/// Get properties of a domain topic.
/// Get properties of a domain topic
/// </remarks>
/// <param name='resourceGroupName'>
/// The name of the resource group within the user's subscription.
/// </param>
/// <param name='domainName'>
/// Name of the domain.
/// Name of the domain
/// </param>
/// <param name='domainTopicName'>
/// Name of the topic.
/// Name of the topic
/// </param>
/// <param name='customHeaders'>
/// Headers that will be added to request.
Expand Down Expand Up @@ -259,7 +259,7 @@ internal DomainTopicsOperations(EventGridManagementClient client)
}

/// <summary>
/// Create or update a domain topic.
/// Create or update a domain topic
/// </summary>
/// <remarks>
/// Asynchronously creates or updates a new domain topic with the specified
Expand All @@ -269,10 +269,10 @@ internal DomainTopicsOperations(EventGridManagementClient client)
/// The name of the resource group within the user's subscription.
/// </param>
/// <param name='domainName'>
/// Name of the domain.
/// Name of the domain
/// </param>
/// <param name='domainTopicName'>
/// Name of the domain topic.
/// Name of the domain topic
/// </param>
/// <param name='customHeaders'>
/// The headers that will be added to request.
Expand All @@ -288,19 +288,19 @@ internal DomainTopicsOperations(EventGridManagementClient client)
}

/// <summary>
/// Delete a domain topic.
/// Delete a domain topic
/// </summary>
/// <remarks>
/// Delete existing domain topic.
/// Delete existing domain topic
/// </remarks>
/// <param name='resourceGroupName'>
/// The name of the resource group within the user's subscription.
/// </param>
/// <param name='domainName'>
/// Name of the domain.
/// Name of the domain
/// </param>
/// <param name='domainTopicName'>
/// Name of the domain topic.
/// Name of the domain topic
/// </param>
/// <param name='customHeaders'>
/// The headers that will be added to request.
Expand Down Expand Up @@ -539,7 +539,7 @@ internal DomainTopicsOperations(EventGridManagementClient client)
}

/// <summary>
/// Create or update a domain topic.
/// Create or update a domain topic
/// </summary>
/// <remarks>
/// Asynchronously creates or updates a new domain topic with the specified
Expand All @@ -549,10 +549,10 @@ internal DomainTopicsOperations(EventGridManagementClient client)
/// The name of the resource group within the user's subscription.
/// </param>
/// <param name='domainName'>
/// Name of the domain.
/// Name of the domain
/// </param>
/// <param name='domainTopicName'>
/// Name of the domain topic.
/// Name of the domain topic
/// </param>
/// <param name='customHeaders'>
/// Headers that will be added to request.
Expand Down Expand Up @@ -748,19 +748,19 @@ internal DomainTopicsOperations(EventGridManagementClient client)
}

/// <summary>
/// Delete a domain topic.
/// Delete a domain topic
/// </summary>
/// <remarks>
/// Delete existing domain topic.
/// Delete existing domain topic
/// </remarks>
/// <param name='resourceGroupName'>
/// The name of the resource group within the user's subscription.
/// </param>
/// <param name='domainName'>
/// Name of the domain.
/// Name of the domain
/// </param>
/// <param name='domainTopicName'>
/// Name of the domain topic.
/// Name of the domain topic
/// </param>
/// <param name='customHeaders'>
/// Headers that will be added to request.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ namespace Microsoft.Azure.Management.EventGrid
public static partial class DomainTopicsOperationsExtensions
{
/// <summary>
/// Get a domain topic.
/// Get a domain topic
/// </summary>
/// <remarks>
/// Get properties of a domain topic.
/// Get properties of a domain topic
/// </remarks>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -34,21 +34,21 @@ public static partial class DomainTopicsOperationsExtensions
/// The name of the resource group within the user's subscription.
/// </param>
/// <param name='domainName'>
/// Name of the domain.
/// Name of the domain
/// </param>
/// <param name='domainTopicName'>
/// Name of the topic.
/// Name of the topic
/// </param>
public static DomainTopic Get(this IDomainTopicsOperations operations, string resourceGroupName, string domainName, string domainTopicName)
{
return operations.GetAsync(resourceGroupName, domainName, domainTopicName).GetAwaiter().GetResult();
}

/// <summary>
/// Get a domain topic.
/// Get a domain topic
/// </summary>
/// <remarks>
/// Get properties of a domain topic.
/// Get properties of a domain topic
/// </remarks>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -57,10 +57,10 @@ public static DomainTopic Get(this IDomainTopicsOperations operations, string re
/// The name of the resource group within the user's subscription.
/// </param>
/// <param name='domainName'>
/// Name of the domain.
/// Name of the domain
/// </param>
/// <param name='domainTopicName'>
/// Name of the topic.
/// Name of the topic
/// </param>
/// <param name='cancellationToken'>
/// The cancellation token.
Expand All @@ -74,7 +74,7 @@ public static DomainTopic Get(this IDomainTopicsOperations operations, string re
}

/// <summary>
/// Create or update a domain topic.
/// Create or update a domain topic
/// </summary>
/// <remarks>
/// Asynchronously creates or updates a new domain topic with the specified
Expand All @@ -87,18 +87,18 @@ public static DomainTopic Get(this IDomainTopicsOperations operations, string re
/// The name of the resource group within the user's subscription.
/// </param>
/// <param name='domainName'>
/// Name of the domain.
/// Name of the domain
/// </param>
/// <param name='domainTopicName'>
/// Name of the domain topic.
/// Name of the domain topic
/// </param>
public static DomainTopic CreateOrUpdate(this IDomainTopicsOperations operations, string resourceGroupName, string domainName, string domainTopicName)
{
return operations.CreateOrUpdateAsync(resourceGroupName, domainName, domainTopicName).GetAwaiter().GetResult();
}

/// <summary>
/// Create or update a domain topic.
/// Create or update a domain topic
/// </summary>
/// <remarks>
/// Asynchronously creates or updates a new domain topic with the specified
Expand All @@ -111,10 +111,10 @@ public static DomainTopic CreateOrUpdate(this IDomainTopicsOperations operations
/// The name of the resource group within the user's subscription.
/// </param>
/// <param name='domainName'>
/// Name of the domain.
/// Name of the domain
/// </param>
/// <param name='domainTopicName'>
/// Name of the domain topic.
/// Name of the domain topic
/// </param>
/// <param name='cancellationToken'>
/// The cancellation token.
Expand All @@ -128,10 +128,10 @@ public static DomainTopic CreateOrUpdate(this IDomainTopicsOperations operations
}

/// <summary>
/// Delete a domain topic.
/// Delete a domain topic
/// </summary>
/// <remarks>
/// Delete existing domain topic.
/// Delete existing domain topic
/// </remarks>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -140,21 +140,21 @@ public static DomainTopic CreateOrUpdate(this IDomainTopicsOperations operations
/// The name of the resource group within the user's subscription.
/// </param>
/// <param name='domainName'>
/// Name of the domain.
/// Name of the domain
/// </param>
/// <param name='domainTopicName'>
/// Name of the domain topic.
/// Name of the domain topic
/// </param>
public static void Delete(this IDomainTopicsOperations operations, string resourceGroupName, string domainName, string domainTopicName)
{
operations.DeleteAsync(resourceGroupName, domainName, domainTopicName).GetAwaiter().GetResult();
}

/// <summary>
/// Delete a domain topic.
/// Delete a domain topic
/// </summary>
/// <remarks>
/// Delete existing domain topic.
/// Delete existing domain topic
/// </remarks>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -163,10 +163,10 @@ public static void Delete(this IDomainTopicsOperations operations, string resour
/// The name of the resource group within the user's subscription.
/// </param>
/// <param name='domainName'>
/// Name of the domain.
/// Name of the domain
/// </param>
/// <param name='domainTopicName'>
/// Name of the domain topic.
/// Name of the domain topic
/// </param>
/// <param name='cancellationToken'>
/// The cancellation token.
Expand Down Expand Up @@ -251,7 +251,7 @@ public static void Delete(this IDomainTopicsOperations operations, string resour
}

/// <summary>
/// Create or update a domain topic.
/// Create or update a domain topic
/// </summary>
/// <remarks>
/// Asynchronously creates or updates a new domain topic with the specified
Expand All @@ -264,18 +264,18 @@ public static void Delete(this IDomainTopicsOperations operations, string resour
/// The name of the resource group within the user's subscription.
/// </param>
/// <param name='domainName'>
/// Name of the domain.
/// Name of the domain
/// </param>
/// <param name='domainTopicName'>
/// Name of the domain topic.
/// Name of the domain topic
/// </param>
public static DomainTopic BeginCreateOrUpdate(this IDomainTopicsOperations operations, string resourceGroupName, string domainName, string domainTopicName)
{
return operations.BeginCreateOrUpdateAsync(resourceGroupName, domainName, domainTopicName).GetAwaiter().GetResult();
}

/// <summary>
/// Create or update a domain topic.
/// Create or update a domain topic
/// </summary>
/// <remarks>
/// Asynchronously creates or updates a new domain topic with the specified
Expand All @@ -288,10 +288,10 @@ public static DomainTopic BeginCreateOrUpdate(this IDomainTopicsOperations opera
/// The name of the resource group within the user's subscription.
/// </param>
/// <param name='domainName'>
/// Name of the domain.
/// Name of the domain
/// </param>
/// <param name='domainTopicName'>
/// Name of the domain topic.
/// Name of the domain topic
/// </param>
/// <param name='cancellationToken'>
/// The cancellation token.
Expand All @@ -305,10 +305,10 @@ public static DomainTopic BeginCreateOrUpdate(this IDomainTopicsOperations opera
}

/// <summary>
/// Delete a domain topic.
/// Delete a domain topic
/// </summary>
/// <remarks>
/// Delete existing domain topic.
/// Delete existing domain topic
/// </remarks>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -317,21 +317,21 @@ public static DomainTopic BeginCreateOrUpdate(this IDomainTopicsOperations opera
/// The name of the resource group within the user's subscription.
/// </param>
/// <param name='domainName'>
/// Name of the domain.
/// Name of the domain
/// </param>
/// <param name='domainTopicName'>
/// Name of the domain topic.
/// Name of the domain topic
/// </param>
public static void BeginDelete(this IDomainTopicsOperations operations, string resourceGroupName, string domainName, string domainTopicName)
{
operations.BeginDeleteAsync(resourceGroupName, domainName, domainTopicName).GetAwaiter().GetResult();
}

/// <summary>
/// Delete a domain topic.
/// Delete a domain topic
/// </summary>
/// <remarks>
/// Delete existing domain topic.
/// Delete existing domain topic
/// </remarks>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -340,10 +340,10 @@ public static void BeginDelete(this IDomainTopicsOperations operations, string r
/// The name of the resource group within the user's subscription.
/// </param>
/// <param name='domainName'>
/// Name of the domain.
/// Name of the domain
/// </param>
/// <param name='domainTopicName'>
/// Name of the domain topic.
/// Name of the domain topic
/// </param>
/// <param name='cancellationToken'>
/// The cancellation token.
Expand Down
Loading