0.2.0 (2026-08-20)
Breaking Changes
- Function
*PrivateEndpointConnectionsClient.BeginDeleteparameter(s) have been changed from(ctx context.Context, resourceGroupName string, privateEndpointConnectionName string, options *PrivateEndpointConnectionsClientBeginDeleteOptions)to(ctx context.Context, resourceGroupName string, clusterName string, privateEndpointConnectionName string, options *PrivateEndpointConnectionsClientBeginDeleteOptions) - Function
*PrivateEndpointConnectionsClient.BeginUpdatehas been removed - Struct
OptionalPropertiesUpdateablePropertieshas been removed - Struct
PrivateEndpointConnectionhas been removed - Struct
PrivateEndpointConnectionUpdatehas been removed
Features Added
- New value
StateSucceeded,StateUpgradingadded to enum typeState - New enum type
AuthenticationStatewith valuesAuthenticationStateDisabled,AuthenticationStateEnabled - New enum type
ComputeModelTypewith valuesComputeModelTypeProvisioned,ComputeModelTypeServerless - New enum type
ManagedServiceIdentityTypewith valuesManagedServiceIdentityTypeNone,ManagedServiceIdentityTypeSystemAssigned,ManagedServiceIdentityTypeSystemAssignedUserAssigned,ManagedServiceIdentityTypeUserAssigned - New enum type
PrincipalTypeswith valuesPrincipalTypesGroup,PrincipalTypesServicePrincipal,PrincipalTypesUnknown,PrincipalTypesUser - New function
NewAdministratorsClient(subscriptionID string, credential azcore.TokenCredential, options *arm.ClientOptions) (*AdministratorsClient, error) - New function
*AdministratorsClient.BeginCreateOrUpdate(ctx context.Context, resourceGroupName string, clusterName string, objectID string, resource AdministratorAdd, options *AdministratorsClientBeginCreateOrUpdateOptions) (*runtime.Poller[AdministratorsClientCreateOrUpdateResponse], error) - New function
*AdministratorsClient.BeginDelete(ctx context.Context, resourceGroupName string, clusterName string, objectID string, options *AdministratorsClientBeginDeleteOptions) (*runtime.Poller[AdministratorsClientDeleteResponse], error) - New function
*AdministratorsClient.Get(ctx context.Context, resourceGroupName string, clusterName string, objectID string, options *AdministratorsClientGetOptions) (AdministratorsClientGetResponse, error) - New function
*AdministratorsClient.NewListPager(resourceGroupName string, clusterName string, options *AdministratorsClientListOptions) *runtime.Pager[AdministratorsClientListResponse] - New function
*ClientFactory.NewAdministratorsClient() *AdministratorsClient - New function
*ClustersClient.BeginRestart(ctx context.Context, resourceGroupName string, clusterName string, options *ClustersClientBeginRestartOptions) (*runtime.Poller[ClustersClientRestartResponse], error) - New function
*ClustersClient.BeginStart(ctx context.Context, resourceGroupName string, clusterName string, options *ClustersClientBeginStartOptions) (*runtime.Poller[ClustersClientStartResponse], error) - New function
*ClustersClient.BeginStop(ctx context.Context, resourceGroupName string, clusterName string, options *ClustersClientBeginStopOptions) (*runtime.Poller[ClustersClientStopResponse], error) - New function
*PrivateEndpointConnectionsClient.UpdateStatus(ctx context.Context, resourceGroupName string, clusterName string, privateEndpointConnectionName string, resource PrivateEndpointConnectionResource, options *PrivateEndpointConnectionsClientUpdateStatusOptions) (PrivateEndpointConnectionsClientUpdateStatusResponse, error) - New struct
Administrator - New struct
AdministratorAdd - New struct
AdministratorListResult - New struct
AdministratorProperties - New struct
AdministratorPropertiesForAdd - New struct
ClusterAuthConfig - New struct
ClusterMirroring - New struct
ComputeModel - New struct
ManagedServiceIdentity - New struct
UserAssignedIdentity - New field
Identityin structCluster - New field
Identityin structClusterForPatchUpdate - New field
AuthConfig,ComputeModel,Mirroringin structClusterProperties - New field
AuthConfig,ComputeModel,Mirroringin structClusterPropertiesForPatchUpdate