From a449f2d36093e5e7eeaab180e5ecb9c516c54c91 Mon Sep 17 00:00:00 2001 From: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com> Date: Tue, 30 May 2023 11:47:44 -0700 Subject: [PATCH] Fix docs (#36630) * Increment package version after release of Azure.Monitor.Query (#36416) * move the cleanup config to -SaveInputs parameter on the cli (#36422) Co-authored-by: m-nash * [Storage][DataMovement] Refactor some internal transfer logic (#36367) * [Storage] [DataMovement] Added support for TransferManager.GetTransfers (#36014) * Added support for TransferManager.GetTransfers * WIP * Fixed issue with instantiating empty checkpointer * Fix TransferManager which is populated by saved transfer state from the checkpointer * PR comments * Fixed download transfer tests pause and resume and undid api change of datatransfer object * Undo reneabled pause resume tests * Remove include tag --------- Co-authored-by: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Co-authored-by: m-nash Co-authored-by: Jacob Lauzon <96087589+jalauzon-msft@users.noreply.github.com> Co-authored-by: Amanda Nguyen <48961492+amnguye@users.noreply.github.com> --- .../src/Generated/EventGridClient.cs | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/sdk/eventgrid/Azure.Messaging.EventGridV2/src/Generated/EventGridClient.cs b/sdk/eventgrid/Azure.Messaging.EventGridV2/src/Generated/EventGridClient.cs index ca5caeb6ce323..bf708690ac3da 100644 --- a/sdk/eventgrid/Azure.Messaging.EventGridV2/src/Generated/EventGridClient.cs +++ b/sdk/eventgrid/Azure.Messaging.EventGridV2/src/Generated/EventGridClient.cs @@ -77,7 +77,6 @@ public EventGridClient(Uri endpoint, AzureKeyCredential credential, EventGridCli /// is an empty string, and was expected to be non-empty. /// Service returned a non-success status code. /// The response returned from the service. - /// internal virtual async Task PublishCloudEventAsync(string topicName, RequestContent content, RequestContext context = null) { Argument.AssertNotNullOrEmpty(topicName, nameof(topicName)); @@ -114,7 +113,6 @@ internal virtual async Task PublishCloudEventAsync(string topicName, R /// is an empty string, and was expected to be non-empty. /// Service returned a non-success status code. /// The response returned from the service. - /// internal virtual Response PublishCloudEvent(string topicName, RequestContent content, RequestContext context = null) { Argument.AssertNotNullOrEmpty(topicName, nameof(topicName)); @@ -151,7 +149,6 @@ internal virtual Response PublishCloudEvent(string topicName, RequestContent con /// is an empty string, and was expected to be non-empty. /// Service returned a non-success status code. /// The response returned from the service. - /// public virtual async Task PublishCloudEventsAsync(string topicName, RequestContent content, RequestContext context = null) { Argument.AssertNotNullOrEmpty(topicName, nameof(topicName)); @@ -188,7 +185,6 @@ public virtual async Task PublishCloudEventsAsync(string topicName, Re /// is an empty string, and was expected to be non-empty. /// Service returned a non-success status code. /// The response returned from the service. - /// public virtual Response PublishCloudEvents(string topicName, RequestContent content, RequestContext context = null) { Argument.AssertNotNullOrEmpty(topicName, nameof(topicName)); @@ -227,7 +223,6 @@ public virtual Response PublishCloudEvents(string topicName, RequestContent cont /// or is an empty string, and was expected to be non-empty. /// Service returned a non-success status code. /// The response returned from the service. - /// public virtual async Task ReceiveCloudEventsAsync(string topicName, string eventSubscriptionName, int? maxEvents, int? maxWaitTime, RequestContext context = null) { Argument.AssertNotNullOrEmpty(topicName, nameof(topicName)); @@ -266,7 +261,6 @@ public virtual async Task ReceiveCloudEventsAsync(string topicName, st /// or is an empty string, and was expected to be non-empty. /// Service returned a non-success status code. /// The response returned from the service. - /// public virtual Response ReceiveCloudEvents(string topicName, string eventSubscriptionName, int? maxEvents, int? maxWaitTime, RequestContext context = null) { Argument.AssertNotNullOrEmpty(topicName, nameof(topicName)); @@ -304,7 +298,6 @@ public virtual Response ReceiveCloudEvents(string topicName, string eventSubscri /// or is an empty string, and was expected to be non-empty. /// Service returned a non-success status code. /// The response returned from the service. - /// public virtual async Task AcknowledgeCloudEventsAsync(string topicName, string eventSubscriptionName, RequestContent content, RequestContext context = null) { Argument.AssertNotNullOrEmpty(topicName, nameof(topicName)); @@ -343,7 +336,6 @@ public virtual async Task AcknowledgeCloudEventsAsync(string topicName /// or is an empty string, and was expected to be non-empty. /// Service returned a non-success status code. /// The response returned from the service. - /// public virtual Response AcknowledgeCloudEvents(string topicName, string eventSubscriptionName, RequestContent content, RequestContext context = null) { Argument.AssertNotNullOrEmpty(topicName, nameof(topicName)); @@ -382,7 +374,6 @@ public virtual Response AcknowledgeCloudEvents(string topicName, string eventSub /// or is an empty string, and was expected to be non-empty. /// Service returned a non-success status code. /// The response returned from the service. - /// public virtual async Task ReleaseCloudEventsAsync(string topicName, string eventSubscriptionName, RequestContent content, RequestContext context = null) { Argument.AssertNotNullOrEmpty(topicName, nameof(topicName)); @@ -421,7 +412,6 @@ public virtual async Task ReleaseCloudEventsAsync(string topicName, st /// or is an empty string, and was expected to be non-empty. /// Service returned a non-success status code. /// The response returned from the service. - /// public virtual Response ReleaseCloudEvents(string topicName, string eventSubscriptionName, RequestContent content, RequestContext context = null) { Argument.AssertNotNullOrEmpty(topicName, nameof(topicName)); @@ -460,7 +450,6 @@ public virtual Response ReleaseCloudEvents(string topicName, string eventSubscri /// or is an empty string, and was expected to be non-empty. /// Service returned a non-success status code. /// The response returned from the service. - /// public virtual async Task RejectCloudEventsAsync(string topicName, string eventSubscriptionName, RequestContent content, RequestContext context = null) { Argument.AssertNotNullOrEmpty(topicName, nameof(topicName)); @@ -499,7 +488,6 @@ public virtual async Task RejectCloudEventsAsync(string topicName, str /// or is an empty string, and was expected to be non-empty. /// Service returned a non-success status code. /// The response returned from the service. - /// public virtual Response RejectCloudEvents(string topicName, string eventSubscriptionName, RequestContent content, RequestContext context = null) { Argument.AssertNotNullOrEmpty(topicName, nameof(topicName));