Skip to content

Commit 766eda7

Browse files
[Compute] Update SDK to ComputeRP 2026-03-01 (#29766)
Co-authored-by: Thomas Temby <thomastemby@microsoft.com>
1 parent ec82d2f commit 766eda7

61 files changed

Lines changed: 3863 additions & 217 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/Compute/Compute.Management.Sdk/Generated/AvailabilitySetsOperations.cs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ internal AvailabilitySetsOperations (ComputeManagementClient client)
8484
}
8585
}
8686

87-
string apiVersion = "2025-11-01";
87+
string apiVersion = "2026-03-01";
8888
// Tracing
8989
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
9090
string _invocationId = null;
@@ -303,7 +303,7 @@ internal AvailabilitySetsOperations (ComputeManagementClient client)
303303
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1);
304304
}
305305
}
306-
string apiVersion = "2025-11-01";
306+
string apiVersion = "2026-03-01";
307307
// Tracing
308308
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
309309
string _invocationId = null;
@@ -527,7 +527,7 @@ internal AvailabilitySetsOperations (ComputeManagementClient client)
527527
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "availabilitySetName");
528528
}
529529

530-
string apiVersion = "2025-11-01";
530+
string apiVersion = "2026-03-01";
531531
// Tracing
532532
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
533533
string _invocationId = null;
@@ -764,7 +764,7 @@ internal AvailabilitySetsOperations (ComputeManagementClient client)
764764
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "availabilitySetName");
765765
}
766766

767-
string apiVersion = "2025-11-01";
767+
string apiVersion = "2026-03-01";
768768
// Tracing
769769
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
770770
string _invocationId = null;
@@ -1004,7 +1004,7 @@ internal AvailabilitySetsOperations (ComputeManagementClient client)
10041004
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "availabilitySetName");
10051005
}
10061006

1007-
string apiVersion = "2025-11-01";
1007+
string apiVersion = "2026-03-01";
10081008
// Tracing
10091009
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
10101010
string _invocationId = null;
@@ -1234,7 +1234,7 @@ internal AvailabilitySetsOperations (ComputeManagementClient client)
12341234
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "availabilitySetName");
12351235
}
12361236

1237-
string apiVersion = "2025-11-01";
1237+
string apiVersion = "2026-03-01";
12381238
// Tracing
12391239
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
12401240
string _invocationId = null;
@@ -1439,7 +1439,7 @@ internal AvailabilitySetsOperations (ComputeManagementClient client)
14391439
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "availabilitySetName");
14401440
}
14411441

1442-
string apiVersion = "2025-11-01";
1442+
string apiVersion = "2026-03-01";
14431443
// Tracing
14441444
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
14451445
string _invocationId = null;
@@ -1679,7 +1679,7 @@ internal AvailabilitySetsOperations (ComputeManagementClient client)
16791679
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "availabilitySetName");
16801680
}
16811681

1682-
string apiVersion = "2025-11-01";
1682+
string apiVersion = "2026-03-01";
16831683
MigrateToVirtualMachineScaleSetInput parameters = new MigrateToVirtualMachineScaleSetInput();
16841684
if(virtualMachineScaleSetFlexible != null)
16851685
{
@@ -1901,7 +1901,7 @@ internal AvailabilitySetsOperations (ComputeManagementClient client)
19011901
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "availabilitySetName");
19021902
}
19031903

1904-
string apiVersion = "2025-11-01";
1904+
string apiVersion = "2026-03-01";
19051905
MigrateToVirtualMachineScaleSetInput parameters = new MigrateToVirtualMachineScaleSetInput();
19061906
if(virtualMachineScaleSetFlexible != null)
19071907
{
@@ -2122,7 +2122,7 @@ internal AvailabilitySetsOperations (ComputeManagementClient client)
21222122
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "availabilitySetName");
21232123
}
21242124

2125-
string apiVersion = "2025-11-01";
2125+
string apiVersion = "2026-03-01";
21262126
// Tracing
21272127
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
21282128
string _invocationId = null;
@@ -2351,7 +2351,7 @@ internal AvailabilitySetsOperations (ComputeManagementClient client)
23512351
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "availabilitySetName");
23522352
}
23532353

2354-
string apiVersion = "2025-11-01";
2354+
string apiVersion = "2026-03-01";
23552355
ConvertToVirtualMachineScaleSetInput parameters = new ConvertToVirtualMachineScaleSetInput();
23562356
if(virtualMachineScaleSetName != null)
23572357
{

src/Compute/Compute.Management.Sdk/Generated/CapacityReservationGroupsOperations.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ internal CapacityReservationGroupsOperations (ComputeManagementClient client)
9898
}
9999

100100

101-
string apiVersion = "2025-11-01";
101+
string apiVersion = "2026-03-01";
102102
// Tracing
103103
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
104104
string _invocationId = null;
@@ -331,7 +331,7 @@ internal CapacityReservationGroupsOperations (ComputeManagementClient client)
331331
}
332332
}
333333

334-
string apiVersion = "2025-11-01";
334+
string apiVersion = "2026-03-01";
335335
// Tracing
336336
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
337337
string _invocationId = null;
@@ -569,7 +569,7 @@ internal CapacityReservationGroupsOperations (ComputeManagementClient client)
569569
}
570570

571571

572-
string apiVersion = "2025-11-01";
572+
string apiVersion = "2026-03-01";
573573
// Tracing
574574
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
575575
string _invocationId = null;
@@ -814,7 +814,7 @@ internal CapacityReservationGroupsOperations (ComputeManagementClient client)
814814
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "capacityReservationGroupName");
815815
}
816816

817-
string apiVersion = "2025-11-01";
817+
string apiVersion = "2026-03-01";
818818
// Tracing
819819
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
820820
string _invocationId = null;
@@ -1073,7 +1073,7 @@ internal CapacityReservationGroupsOperations (ComputeManagementClient client)
10731073
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "capacityReservationGroupName");
10741074
}
10751075

1076-
string apiVersion = "2025-11-01";
1076+
string apiVersion = "2026-03-01";
10771077
// Tracing
10781078
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
10791079
string _invocationId = null;
@@ -1307,7 +1307,7 @@ internal CapacityReservationGroupsOperations (ComputeManagementClient client)
13071307
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "capacityReservationGroupName");
13081308
}
13091309

1310-
string apiVersion = "2025-11-01";
1310+
string apiVersion = "2026-03-01";
13111311
// Tracing
13121312
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
13131313
string _invocationId = null;

src/Compute/Compute.Management.Sdk/Generated/CapacityReservationsOperations.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ internal CapacityReservationsOperations (ComputeManagementClient client)
114114
}
115115

116116

117-
string apiVersion = "2025-11-01";
117+
string apiVersion = "2026-03-01";
118118
// Tracing
119119
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
120120
string _invocationId = null;
@@ -359,7 +359,7 @@ internal CapacityReservationsOperations (ComputeManagementClient client)
359359
}
360360

361361

362-
string apiVersion = "2025-11-01";
362+
string apiVersion = "2026-03-01";
363363
// Tracing
364364
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
365365
string _invocationId = null;
@@ -700,7 +700,7 @@ internal CapacityReservationsOperations (ComputeManagementClient client)
700700
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "capacityReservationName");
701701
}
702702

703-
string apiVersion = "2025-11-01";
703+
string apiVersion = "2026-03-01";
704704
// Tracing
705705
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
706706
string _invocationId = null;
@@ -981,7 +981,7 @@ internal CapacityReservationsOperations (ComputeManagementClient client)
981981
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "capacityReservationName");
982982
}
983983

984-
string apiVersion = "2025-11-01";
984+
string apiVersion = "2026-03-01";
985985
// Tracing
986986
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
987987
string _invocationId = null;
@@ -1225,7 +1225,7 @@ internal CapacityReservationsOperations (ComputeManagementClient client)
12251225
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "capacityReservationName");
12261226
}
12271227

1228-
string apiVersion = "2025-11-01";
1228+
string apiVersion = "2026-03-01";
12291229
// Tracing
12301230
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
12311231
string _invocationId = null;

src/Compute/Compute.Management.Sdk/Generated/ComputeManagementClient.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ public partial class ComputeManagementClient : Microsoft.Rest.ServiceClient<Comp
7676
/// </summary>
7777
public virtual IImagesOperations Images { get; private set; }
7878
/// <summary>
79+
/// Gets the IInterconnectBlocksOperations
80+
/// </summary>
81+
public virtual IInterconnectBlocksOperations InterconnectBlocks { get; private set; }
82+
/// <summary>
7983
/// Gets the IVirtualMachineImagesEdgeZoneOperations
8084
/// </summary>
8185
public virtual IVirtualMachineImagesEdgeZoneOperations VirtualMachineImagesEdgeZone { get; private set; }
@@ -498,6 +502,7 @@ private void Initialize()
498502
this.CapacityReservationGroups = new CapacityReservationGroupsOperations(this);
499503
this.DedicatedHostGroups = new DedicatedHostGroupsOperations(this);
500504
this.Images = new ImagesOperations(this);
505+
this.InterconnectBlocks = new InterconnectBlocksOperations(this);
501506
this.VirtualMachineImagesEdgeZone = new VirtualMachineImagesEdgeZoneOperations(this);
502507
this.VirtualMachineImages = new VirtualMachineImagesOperations(this);
503508
this.LogAnalytics = new LogAnalyticsOperations(this);

src/Compute/Compute.Management.Sdk/Generated/DedicatedHostGroupsOperations.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ internal DedicatedHostGroupsOperations (ComputeManagementClient client)
8181
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1);
8282
}
8383
}
84-
string apiVersion = "2025-11-01";
84+
string apiVersion = "2026-03-01";
8585
// Tracing
8686
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
8787
string _invocationId = null;
@@ -297,7 +297,7 @@ internal DedicatedHostGroupsOperations (ComputeManagementClient client)
297297
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1);
298298
}
299299
}
300-
string apiVersion = "2025-11-01";
300+
string apiVersion = "2026-03-01";
301301
// Tracing
302302
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
303303
string _invocationId = null;
@@ -527,7 +527,7 @@ internal DedicatedHostGroupsOperations (ComputeManagementClient client)
527527
}
528528

529529

530-
string apiVersion = "2025-11-01";
530+
string apiVersion = "2026-03-01";
531531
// Tracing
532532
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
533533
string _invocationId = null;
@@ -771,7 +771,7 @@ internal DedicatedHostGroupsOperations (ComputeManagementClient client)
771771
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "hostGroupName");
772772
}
773773

774-
string apiVersion = "2025-11-01";
774+
string apiVersion = "2026-03-01";
775775
// Tracing
776776
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
777777
string _invocationId = null;
@@ -1029,7 +1029,7 @@ internal DedicatedHostGroupsOperations (ComputeManagementClient client)
10291029
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "hostGroupName");
10301030
}
10311031

1032-
string apiVersion = "2025-11-01";
1032+
string apiVersion = "2026-03-01";
10331033
// Tracing
10341034
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
10351035
string _invocationId = null;
@@ -1259,7 +1259,7 @@ internal DedicatedHostGroupsOperations (ComputeManagementClient client)
12591259
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "hostGroupName");
12601260
}
12611261

1262-
string apiVersion = "2025-11-01";
1262+
string apiVersion = "2026-03-01";
12631263
// Tracing
12641264
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
12651265
string _invocationId = null;

src/Compute/Compute.Management.Sdk/Generated/DedicatedHostsOperations.cs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ internal DedicatedHostsOperations (ComputeManagementClient client)
107107
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "hostGroupName");
108108
}
109109

110-
string apiVersion = "2025-11-01";
110+
string apiVersion = "2026-03-01";
111111
// Tracing
112112
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
113113
string _invocationId = null;
@@ -347,7 +347,7 @@ internal DedicatedHostsOperations (ComputeManagementClient client)
347347
}
348348

349349

350-
string apiVersion = "2025-11-01";
350+
string apiVersion = "2026-03-01";
351351
// Tracing
352352
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
353353
string _invocationId = null;
@@ -671,7 +671,7 @@ internal DedicatedHostsOperations (ComputeManagementClient client)
671671
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "hostName");
672672
}
673673

674-
string apiVersion = "2025-11-01";
674+
string apiVersion = "2026-03-01";
675675
// Tracing
676676
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
677677
string _invocationId = null;
@@ -978,7 +978,7 @@ internal DedicatedHostsOperations (ComputeManagementClient client)
978978
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "hostName");
979979
}
980980

981-
string apiVersion = "2025-11-01";
981+
string apiVersion = "2026-03-01";
982982
// Tracing
983983
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
984984
string _invocationId = null;
@@ -1259,7 +1259,7 @@ internal DedicatedHostsOperations (ComputeManagementClient client)
12591259
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "hostName");
12601260
}
12611261

1262-
string apiVersion = "2025-11-01";
1262+
string apiVersion = "2026-03-01";
12631263
// Tracing
12641264
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
12651265
string _invocationId = null;
@@ -1512,7 +1512,7 @@ internal DedicatedHostsOperations (ComputeManagementClient client)
15121512
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "hostName");
15131513
}
15141514

1515-
string apiVersion = "2025-11-01";
1515+
string apiVersion = "2026-03-01";
15161516
// Tracing
15171517
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
15181518
string _invocationId = null;
@@ -1732,7 +1732,7 @@ internal DedicatedHostsOperations (ComputeManagementClient client)
17321732
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "hostName");
17331733
}
17341734

1735-
string apiVersion = "2025-11-01";
1735+
string apiVersion = "2026-03-01";
17361736
// Tracing
17371737
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
17381738
string _invocationId = null;
@@ -1965,7 +1965,7 @@ internal DedicatedHostsOperations (ComputeManagementClient client)
19651965
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "hostName");
19661966
}
19671967

1968-
string apiVersion = "2025-11-01";
1968+
string apiVersion = "2026-03-01";
19691969
// Tracing
19701970
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
19711971
string _invocationId = null;

src/Compute/Compute.Management.Sdk/Generated/IComputeManagementClient.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ public partial interface IComputeManagementClient : System.IDisposable
8787
/// </summary>
8888
IImagesOperations Images { get; }
8989

90+
/// <summary>
91+
/// Gets the IInterconnectBlocksOperations
92+
/// </summary>
93+
IInterconnectBlocksOperations InterconnectBlocks { get; }
94+
9095
/// <summary>
9196
/// Gets the IVirtualMachineImagesEdgeZoneOperations
9297
/// </summary>

0 commit comments

Comments
 (0)