You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/Azure.ResourceManager.Sample/Generated/Extensions/SubscriptionResourceExtensionClient.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -356,7 +356,7 @@ public virtual Response<VirtualMachineImage> GetVirtualMachineImage(AzureLocatio
356
356
/// <param name="options"> A property bag which contains all the parameters of this method except the LRO qualifier and request context parameter. </param>
357
357
/// <param name="cancellationToken"> The cancellation token to use. </param>
358
358
/// <returns> An async collection of <see cref="VirtualMachineImageResource" /> that may take multiple service requests to iterate over. </returns>
@@ -378,7 +378,7 @@ public virtual AsyncPageable<VirtualMachineImageResource> GetVirtualMachineImage
378
378
/// <param name="options"> A property bag which contains all the parameters of this method except the LRO qualifier and request context parameter. </param>
379
379
/// <param name="cancellationToken"> The cancellation token to use. </param>
380
380
/// <returns> A collection of <see cref="VirtualMachineImageResource" /> that may take multiple service requests to iterate over. </returns>
Copy file name to clipboardExpand all lines: samples/Azure.ResourceManager.Sample/Generated/Models/SubscriptionResourceGetVirtualMachineImagesOptions.cs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10,16 +10,16 @@
10
10
11
11
namespaceAzure.ResourceManager.Sample.Models
12
12
{
13
-
/// <summary> The SubscriptionGetVirtualMachineImagesOptions. </summary>
// TODO -- these logic needs a thorough refactor -- the values MgmtRestOperation consumes here are actually coupled together, some of the values are calculated multiple times (here and in writers).
48
48
// we just leave this implementation here since it could work for now
0 commit comments