Skip to content
Open
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 @@ -101,7 +101,7 @@ internal CommunityGalleriesOperations (ComputeManagementClient client)
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "publicGalleryName");
}

string apiVersion = "2025-03-03";
string apiVersion = "2025-12-03";
// Tracing
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
string _invocationId = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ internal CommunityGalleryImageVersionsOperations (ComputeManagementClient client
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "galleryImageName");
}

string apiVersion = "2025-03-03";
string apiVersion = "2025-12-03";
// Tracing
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
string _invocationId = null;
Expand Down Expand Up @@ -352,7 +352,7 @@ internal CommunityGalleryImageVersionsOperations (ComputeManagementClient client
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "galleryImageVersionName");
}

string apiVersion = "2025-03-03";
string apiVersion = "2025-12-03";
// Tracing
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
string _invocationId = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ internal CommunityGalleryImagesOperations (ComputeManagementClient client)
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "publicGalleryName");
}

string apiVersion = "2025-03-03";
string apiVersion = "2025-12-03";
// Tracing
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
string _invocationId = null;
Expand Down Expand Up @@ -331,7 +331,7 @@ internal CommunityGalleryImagesOperations (ComputeManagementClient client)
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "galleryImageName");
}

string apiVersion = "2025-03-03";
string apiVersion = "2025-12-03";
// Tracing
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
string _invocationId = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,10 @@ public partial class ComputeManagementClient : Microsoft.Rest.ServiceClient<Comp
/// </summary>
public virtual IDiskRestorePointOperations DiskRestorePoint { get; private set; }
/// <summary>
/// Gets the ITenantLevelGallerySharingOperations
/// </summary>
public virtual ITenantLevelGallerySharingOperations TenantLevelGallerySharing { get; private set; }
/// <summary>
/// Gets the IGalleriesOperations
/// </summary>
public virtual IGalleriesOperations Galleries { get; private set; }
Expand Down Expand Up @@ -216,6 +220,10 @@ public partial class ComputeManagementClient : Microsoft.Rest.ServiceClient<Comp
/// </summary>
public virtual ISharedGalleryImageVersionsOperations SharedGalleryImageVersions { get; private set; }
/// <summary>
/// Gets the IGallerySharingOperations
/// </summary>
public virtual IGallerySharingOperations GallerySharing { get; private set; }
/// <summary>
/// Gets the IGalleryApplicationsOperations
/// </summary>
public virtual IGalleryApplicationsOperations GalleryApplications { get; private set; }
Expand Down Expand Up @@ -530,13 +538,15 @@ private void Initialize()
this.Disks = new DisksOperations(this);
this.Snapshots = new SnapshotsOperations(this);
this.DiskRestorePoint = new DiskRestorePointOperations(this);
this.TenantLevelGallerySharing = new TenantLevelGallerySharingOperations(this);
this.Galleries = new GalleriesOperations(this);
this.CommunityGalleries = new CommunityGalleriesOperations(this);
this.CommunityGalleryImages = new CommunityGalleryImagesOperations(this);
this.CommunityGalleryImageVersions = new CommunityGalleryImageVersionsOperations(this);
this.SharedGalleries = new SharedGalleriesOperations(this);
this.SharedGalleryImages = new SharedGalleryImagesOperations(this);
this.SharedGalleryImageVersions = new SharedGalleryImageVersionsOperations(this);
this.GallerySharing = new GallerySharingOperations(this);
this.GalleryApplications = new GalleryApplicationsOperations(this);
this.GalleryApplicationVersions = new GalleryApplicationVersionsOperations(this);
this.GalleryImages = new GalleryImagesOperations(this);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ internal DiskAccessesOperations (ComputeManagementClient client)
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1);
}
}
string apiVersion = "2025-01-02";
string apiVersion = "2026-03-02";
// Tracing
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
string _invocationId = null;
Expand Down Expand Up @@ -293,7 +293,7 @@ internal DiskAccessesOperations (ComputeManagementClient client)
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1);
}
}
string apiVersion = "2025-01-02";
string apiVersion = "2026-03-02";
// Tracing
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
string _invocationId = null;
Expand Down Expand Up @@ -520,7 +520,7 @@ internal DiskAccessesOperations (ComputeManagementClient client)
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "diskAccessName");
}

string apiVersion = "2025-01-02";
string apiVersion = "2026-03-02";
// Tracing
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
string _invocationId = null;
Expand Down Expand Up @@ -831,7 +831,7 @@ internal DiskAccessesOperations (ComputeManagementClient client)
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "diskAccessName");
}

string apiVersion = "2025-01-02";
string apiVersion = "2026-03-02";
// Tracing
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
string _invocationId = null;
Expand Down Expand Up @@ -1069,7 +1069,7 @@ internal DiskAccessesOperations (ComputeManagementClient client)
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "privateEndpointConnectionName");
}

string apiVersion = "2025-01-02";
string apiVersion = "2026-03-02";
// Tracing
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
string _invocationId = null;
Expand Down Expand Up @@ -1361,7 +1361,7 @@ internal DiskAccessesOperations (ComputeManagementClient client)
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "diskAccessName");
}

string apiVersion = "2025-01-02";
string apiVersion = "2026-03-02";
// Tracing
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
string _invocationId = null;
Expand Down Expand Up @@ -1601,7 +1601,7 @@ internal DiskAccessesOperations (ComputeManagementClient client)
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "diskAccessName");
}

string apiVersion = "2025-01-02";
string apiVersion = "2026-03-02";
// Tracing
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
string _invocationId = null;
Expand Down Expand Up @@ -1858,7 +1858,7 @@ internal DiskAccessesOperations (ComputeManagementClient client)
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "diskAccessName");
}

string apiVersion = "2025-01-02";
string apiVersion = "2026-03-02";
DiskAccessUpdate diskAccess = new DiskAccessUpdate();
if(tags != null)
{
Expand Down Expand Up @@ -2114,7 +2114,7 @@ internal DiskAccessesOperations (ComputeManagementClient client)
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "diskAccessName");
}

string apiVersion = "2025-01-02";
string apiVersion = "2026-03-02";
// Tracing
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
string _invocationId = null;
Expand Down Expand Up @@ -2338,7 +2338,7 @@ internal DiskAccessesOperations (ComputeManagementClient client)
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "privateEndpointConnectionName");
}

string apiVersion = "2025-01-02";
string apiVersion = "2026-03-02";
PrivateEndpointConnection privateEndpointConnection = new PrivateEndpointConnection();
if(privateLinkServiceConnectionState != null)
{
Expand Down Expand Up @@ -2604,7 +2604,7 @@ internal DiskAccessesOperations (ComputeManagementClient client)
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "privateEndpointConnectionName");
}

string apiVersion = "2025-01-02";
string apiVersion = "2026-03-02";
// Tracing
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
string _invocationId = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ internal DiskEncryptionSetsOperations (ComputeManagementClient client)
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1);
}
}
string apiVersion = "2025-01-02";
string apiVersion = "2026-03-02";
// Tracing
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
string _invocationId = null;
Expand Down Expand Up @@ -293,7 +293,7 @@ internal DiskEncryptionSetsOperations (ComputeManagementClient client)
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1);
}
}
string apiVersion = "2025-01-02";
string apiVersion = "2026-03-02";
// Tracing
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
string _invocationId = null;
Expand Down Expand Up @@ -520,7 +520,7 @@ internal DiskEncryptionSetsOperations (ComputeManagementClient client)
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "diskEncryptionSetName");
}

string apiVersion = "2025-01-02";
string apiVersion = "2026-03-02";
// Tracing
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
string _invocationId = null;
Expand Down Expand Up @@ -832,7 +832,7 @@ internal DiskEncryptionSetsOperations (ComputeManagementClient client)
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "diskEncryptionSetName");
}

string apiVersion = "2025-01-02";
string apiVersion = "2026-03-02";
// Tracing
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
string _invocationId = null;
Expand Down Expand Up @@ -1073,7 +1073,7 @@ internal DiskEncryptionSetsOperations (ComputeManagementClient client)
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "diskEncryptionSetName");
}

string apiVersion = "2025-01-02";
string apiVersion = "2026-03-02";
// Tracing
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
string _invocationId = null;
Expand Down Expand Up @@ -1335,7 +1335,7 @@ internal DiskEncryptionSetsOperations (ComputeManagementClient client)
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "diskEncryptionSetName");
}

string apiVersion = "2025-01-02";
string apiVersion = "2026-03-02";
// Tracing
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
string _invocationId = null;
Expand Down Expand Up @@ -1586,7 +1586,7 @@ internal DiskEncryptionSetsOperations (ComputeManagementClient client)
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "diskEncryptionSetName");
}

string apiVersion = "2025-01-02";
string apiVersion = "2026-03-02";
// Tracing
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
string _invocationId = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ internal DiskRestorePointOperations (ComputeManagementClient client)
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "vmRestorePointName");
}

string apiVersion = "2025-01-02";
string apiVersion = "2026-03-02";
// Tracing
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
string _invocationId = null;
Expand Down Expand Up @@ -359,7 +359,7 @@ internal DiskRestorePointOperations (ComputeManagementClient client)
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "diskRestorePointName");
}

string apiVersion = "2025-01-02";
string apiVersion = "2026-03-02";
// Tracing
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
string _invocationId = null;
Expand Down Expand Up @@ -678,7 +678,7 @@ internal DiskRestorePointOperations (ComputeManagementClient client)
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "diskRestorePointName");
}

string apiVersion = "2025-01-02";
string apiVersion = "2026-03-02";
// Tracing
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
string _invocationId = null;
Expand Down Expand Up @@ -929,7 +929,7 @@ internal DiskRestorePointOperations (ComputeManagementClient client)
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "diskRestorePointName");
}

string apiVersion = "2025-01-02";
string apiVersion = "2026-03-02";
// Tracing
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
string _invocationId = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ internal DisksOperations (ComputeManagementClient client)
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1);
}
}
string apiVersion = "2025-01-02";
string apiVersion = "2026-03-02";
// Tracing
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
string _invocationId = null;
Expand Down Expand Up @@ -293,7 +293,7 @@ internal DisksOperations (ComputeManagementClient client)
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1);
}
}
string apiVersion = "2025-01-02";
string apiVersion = "2026-03-02";
// Tracing
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
string _invocationId = null;
Expand Down Expand Up @@ -519,7 +519,7 @@ internal DisksOperations (ComputeManagementClient client)
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "diskName");
}

string apiVersion = "2025-01-02";
string apiVersion = "2026-03-02";
// Tracing
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
string _invocationId = null;
Expand Down Expand Up @@ -887,7 +887,7 @@ internal DisksOperations (ComputeManagementClient client)
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "diskName");
}

string apiVersion = "2025-01-02";
string apiVersion = "2026-03-02";
// Tracing
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
string _invocationId = null;
Expand Down Expand Up @@ -1147,7 +1147,7 @@ internal DisksOperations (ComputeManagementClient client)
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "diskName");
}

string apiVersion = "2025-01-02";
string apiVersion = "2026-03-02";
// Tracing
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
string _invocationId = null;
Expand Down Expand Up @@ -1397,7 +1397,7 @@ internal DisksOperations (ComputeManagementClient client)
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "diskName");
}

string apiVersion = "2025-01-02";
string apiVersion = "2026-03-02";
// Tracing
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
string _invocationId = null;
Expand Down Expand Up @@ -1618,7 +1618,7 @@ internal DisksOperations (ComputeManagementClient client)
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "diskName");
}

string apiVersion = "2025-01-02";
string apiVersion = "2026-03-02";
// Tracing
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
string _invocationId = null;
Expand Down Expand Up @@ -1850,7 +1850,7 @@ internal DisksOperations (ComputeManagementClient client)
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "diskName");
}

string apiVersion = "2025-01-02";
string apiVersion = "2026-03-02";
// Tracing
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
string _invocationId = null;
Expand Down
Loading