Skip to content

Releases: Azure/azure-sdk-for-go

sdk/resourcemanager/cosmos/armcosmos/v4.0.0-beta.2

25 Dec 03:21
8c76043
Compare
Choose a tag to compare

4.0.0-beta.2 (2024-12-12)

Breaking Changes

  • Function *CassandraClustersClient.BeginInvokeCommandAsync parameter(s) have been changed from (context.Context, string, string, CommandPostBody, *CassandraClustersClientBeginInvokeCommandAsyncOptions) to (context.Context, string, string, CommandAsyncPostBody, *CassandraClustersClientBeginInvokeCommandAsyncOptions)
  • Type of CommandPostBody.Arguments has been changed from any to map[string]*string
  • Type of DataTransferJobProperties.Error has been changed from *ErrorResponse to *ErrorResponseAutoGenerated
  • Field ListCommands of struct CassandraClustersClientGetCommandAsyncResponse has been removed
  • Field ReadWrite of struct CommandPostBody has been removed
  • Field Code, Message of struct ErrorResponse has been removed
  • Field Error of struct ErrorResponseAutoGenerated has been removed

Features Added

  • New enum type DistanceFunction with values DistanceFunctionCosine, DistanceFunctionDotproduct, DistanceFunctionEuclidean
  • New enum type VectorDataType with values VectorDataTypeFloat32, VectorDataTypeInt8, VectorDataTypeUint8
  • New enum type VectorIndexType with values VectorIndexTypeDiskANN, VectorIndexTypeFlat, VectorIndexTypeQuantizedFlat
  • New function *TableResourcesClient.BeginCreateUpdateTableRoleAssignment(context.Context, string, string, string, TableRoleAssignmentResource, *TableResourcesClientBeginCreateUpdateTableRoleAssignmentOptions) (*runtime.Poller[TableResourcesClientCreateUpdateTableRoleAssignmentResponse], error)
  • New function *TableResourcesClient.BeginCreateUpdateTableRoleDefinition(context.Context, string, string, string, TableRoleDefinitionResource, *TableResourcesClientBeginCreateUpdateTableRoleDefinitionOptions) (*runtime.Poller[TableResourcesClientCreateUpdateTableRoleDefinitionResponse], error)
  • New function *TableResourcesClient.BeginDeleteTableRoleAssignment(context.Context, string, string, string, *TableResourcesClientBeginDeleteTableRoleAssignmentOptions) (*runtime.Poller[TableResourcesClientDeleteTableRoleAssignmentResponse], error)
  • New function *TableResourcesClient.BeginDeleteTableRoleDefinition(context.Context, string, string, string, *TableResourcesClientBeginDeleteTableRoleDefinitionOptions) (*runtime.Poller[TableResourcesClientDeleteTableRoleDefinitionResponse], error)
  • New function *TableResourcesClient.GetTableRoleAssignment(context.Context, string, string, string, *TableResourcesClientGetTableRoleAssignmentOptions) (TableResourcesClientGetTableRoleAssignmentResponse, error)
  • New function *TableResourcesClient.GetTableRoleDefinition(context.Context, string, string, string, *TableResourcesClientGetTableRoleDefinitionOptions) (TableResourcesClientGetTableRoleDefinitionResponse, error)
  • New function *TableResourcesClient.NewListTableRoleAssignmentsPager(string, string, *TableResourcesClientListTableRoleAssignmentsOptions) *runtime.Pager[TableResourcesClientListTableRoleAssignmentsResponse]
  • New function *TableResourcesClient.NewListTableRoleDefinitionsPager(string, string, *TableResourcesClientListTableRoleDefinitionsOptions) *runtime.Pager[TableResourcesClientListTableRoleDefinitionsResponse]
  • New struct CommandAsyncPostBody
  • New struct PermissionAutoGenerated
  • New struct TableRoleAssignmentListResult
  • New struct TableRoleAssignmentResource
  • New struct TableRoleAssignmentResourceProperties
  • New struct TableRoleDefinitionListResult
  • New struct TableRoleDefinitionResource
  • New struct TableRoleDefinitionResourceProperties
  • New struct ThroughputBucketResource
  • New struct VectorEmbedding
  • New struct VectorEmbeddingPolicy
  • New struct VectorIndex
  • New anonymous field CommandPublicResource in struct CassandraClustersClientGetCommandAsyncResponse
  • New field Readwrite in struct CommandPostBody
  • New field Error in struct ErrorResponse
  • New field Code, Message in struct ErrorResponseAutoGenerated
  • New field VectorIndexes in struct IndexingPolicy
  • New field VectorEmbeddingPolicy in struct RestorableSQLContainerPropertiesResourceContainer
  • New field VectorEmbeddingPolicy in struct SQLContainerGetPropertiesResource
  • New field VectorEmbeddingPolicy in struct SQLContainerResource
  • New field ThroughputBuckets in struct ThroughputSettingsGetPropertiesResource
  • New field ThroughputBuckets in struct ThroughputSettingsResource

sdk/resourcemanager/deviceregistry/armdeviceregistry/v0.2.0

19 Dec 03:58
d9d44c0
Compare
Choose a tag to compare

0.2.0 (2024-12-11)

Breaking Changes

  • Type of AssetProperties.Version has been changed from *int32 to *int64
  • Type of AssetStatus.Version has been changed from *int32 to *int64
  • Type of DataPoint.ObservabilityMode has been changed from *DataPointsObservabilityMode to *DataPointObservabilityMode
  • Type of ErrorAdditionalInfo.Info has been changed from any to *ErrorAdditionalInfoInfo
  • Type of Event.ObservabilityMode has been changed from *EventsObservabilityMode to *EventObservabilityMode
  • Type of OperationStatusResult.PercentComplete has been changed from *float32 to *float64
  • Enum DataPointsObservabilityMode has been removed
  • Enum EventsObservabilityMode has been removed
  • Enum UserAuthenticationMode has been removed
  • Struct OwnCertificate has been removed
  • Struct TransportAuthentication has been removed
  • Struct TransportAuthenticationUpdate has been removed
  • Struct UserAuthentication has been removed
  • Struct UserAuthenticationUpdate has been removed
  • Struct UsernamePasswordCredentialsUpdate has been removed
  • Struct X509CredentialsUpdate has been removed
  • Field TransportAuthentication, UserAuthentication of struct AssetEndpointProfileProperties has been removed
  • Field TransportAuthentication, UserAuthentication of struct AssetEndpointProfileUpdateProperties has been removed
  • Field AssetEndpointProfileURI, AssetType, DataPoints, DefaultDataPointsConfiguration of struct AssetProperties has been removed
  • Field AssetType, DataPoints, DefaultDataPointsConfiguration of struct AssetUpdateProperties has been removed
  • Field CapabilityID of struct DataPoint has been removed
  • Field CapabilityID of struct Event has been removed
  • Field PasswordReference, UsernameReference of struct UsernamePasswordCredentials has been removed
  • Field CertificateReference of struct X509Credentials has been removed

Features Added

  • New value ProvisioningStateDeleting added to enum type ProvisioningState
  • New enum type AuthenticationMethod with values AuthenticationMethodAnonymous, AuthenticationMethodCertificate, AuthenticationMethodUsernamePassword
  • New enum type DataPointObservabilityMode with values DataPointObservabilityModeCounter, DataPointObservabilityModeGauge, DataPointObservabilityModeHistogram, DataPointObservabilityModeLog, DataPointObservabilityModeNone
  • New enum type EventObservabilityMode with values EventObservabilityModeLog, EventObservabilityModeNone
  • New enum type TopicRetainType with values TopicRetainTypeKeep, TopicRetainTypeNever
  • New function NewBillingContainersClient(string, azcore.TokenCredential, *arm.ClientOptions) (*BillingContainersClient, error)
  • New function *BillingContainersClient.Get(context.Context, string, *BillingContainersClientGetOptions) (BillingContainersClientGetResponse, error)
  • New function *BillingContainersClient.NewListBySubscriptionPager(*BillingContainersClientListBySubscriptionOptions) *runtime.Pager[BillingContainersClientListBySubscriptionResponse]
  • New function *ClientFactory.NewBillingContainersClient() *BillingContainersClient
  • New struct AssetEndpointProfileStatus
  • New struct AssetEndpointProfileStatusError
  • New struct AssetStatusDataset
  • New struct AssetStatusEvent
  • New struct Authentication
  • New struct BillingContainer
  • New struct BillingContainerListResult
  • New struct BillingContainerProperties
  • New struct Dataset
  • New struct ErrorAdditionalInfoInfo
  • New struct MessageSchemaReference
  • New struct Topic
  • New field Authentication, DiscoveredAssetEndpointProfileRef, EndpointProfileType, Status in struct AssetEndpointProfileProperties
  • New field Authentication, EndpointProfileType in struct AssetEndpointProfileUpdateProperties
  • New field AssetEndpointProfileRef, Datasets, DefaultDatasetsConfiguration, DefaultTopic, DiscoveredAssetRefs in struct AssetProperties
  • New field Datasets, Events in struct AssetStatus
  • New field Datasets, DefaultDatasetsConfiguration, DefaultTopic in struct AssetUpdateProperties
  • New field Topic in struct Event
  • New field PasswordSecretName, UsernameSecretName in struct UsernamePasswordCredentials
  • New field CertificateSecretName in struct X509Credentials

sdk/resourcemanager/playwrighttesting/armplaywrighttesting/v1.0.0

13 Dec 09:54
e29d7b4
Compare
Choose a tag to compare

1.0.0 (2024-12-26)

Breaking Changes

  • Field AllocatedValue, CreatedAt, ExpiryAt, PercentageUsed, UsedValue of struct FreeTrialProperties has been removed

Features Added

  • New value FreeTrialStateNotEligible, FreeTrialStateNotRegistered added to enum type FreeTrialState
  • New value ProvisioningStateCreating added to enum type ProvisioningState
  • New value QuotaNamesReporting added to enum type QuotaNames
  • New enum type CheckNameAvailabilityReason with values CheckNameAvailabilityReasonAlreadyExists, CheckNameAvailabilityReasonInvalid
  • New enum type OfferingType with values OfferingTypeGeneralAvailability, OfferingTypeNotApplicable, OfferingTypePrivatePreview, OfferingTypePublicPreview
  • New function NewAccountQuotasClient(string, azcore.TokenCredential, *arm.ClientOptions) (*AccountQuotasClient, error)
  • New function *AccountQuotasClient.Get(context.Context, string, string, QuotaNames, *AccountQuotasClientGetOptions) (AccountQuotasClientGetResponse, error)
  • New function *AccountQuotasClient.NewListByAccountPager(string, string, *AccountQuotasClientListByAccountOptions) *runtime.Pager[AccountQuotasClientListByAccountResponse]
  • New function *AccountsClient.CheckNameAvailability(context.Context, CheckNameAvailabilityRequest, *AccountsClientCheckNameAvailabilityOptions) (AccountsClientCheckNameAvailabilityResponse, error)
  • New function *ClientFactory.NewAccountQuotasClient() *AccountQuotasClient
  • New struct AccountFreeTrialProperties
  • New struct AccountQuota
  • New struct AccountQuotaListResult
  • New struct AccountQuotaProperties
  • New struct CheckNameAvailabilityRequest
  • New struct CheckNameAvailabilityResponse
  • New field LocalAuth in struct AccountProperties
  • New field LocalAuth in struct AccountUpdateProperties
  • New field OfferingType in struct QuotaProperties

sdk/resourcemanager/network/armnetwork/v6.2.0

13 Dec 09:40
fd0778e
Compare
Choose a tag to compare

6.2.0 (2024-12-09)

Features Added

  • New value AddressPrefixTypeNetworkGroup added to enum type AddressPrefixType
  • New value FirewallPolicyIDPSSignatureDirectionFive added to enum type FirewallPolicyIDPSSignatureDirection
  • New value ProvisioningStateCanceled, ProvisioningStateCreating added to enum type ProvisioningState
  • New enum type AddressSpaceAggregationOption with values AddressSpaceAggregationOptionManual, AddressSpaceAggregationOptionNone
  • New enum type FailoverConnectionStatus with values FailoverConnectionStatusConnected, FailoverConnectionStatusDisconnected
  • New enum type FailoverTestStatus with values FailoverTestStatusCompleted, FailoverTestStatusExpired, FailoverTestStatusInvalid, FailoverTestStatusNotStarted, FailoverTestStatusRunning, FailoverTestStatusStartFailed, FailoverTestStatusStarting, FailoverTestStatusStopFailed, FailoverTestStatusStopping
  • New enum type FailoverTestStatusForSingleTest with values FailoverTestStatusForSingleTestCompleted, FailoverTestStatusForSingleTestExpired, FailoverTestStatusForSingleTestInvalid, FailoverTestStatusForSingleTestNotStarted, FailoverTestStatusForSingleTestRunning, FailoverTestStatusForSingleTestStartFailed, FailoverTestStatusForSingleTestStarting, FailoverTestStatusForSingleTestStopFailed, FailoverTestStatusForSingleTestStopping
  • New enum type FailoverTestType with values FailoverTestTypeAll, FailoverTestTypeMultiSiteFailover, FailoverTestTypeSingleSiteFailover
  • New enum type IPType with values IPTypeIPv4, IPTypeIPv6
  • New enum type NetworkProtocol with values NetworkProtocolAny, NetworkProtocolICMP, NetworkProtocolTCP, NetworkProtocolUDP
  • New function *ClientFactory.NewIpamPoolsClient() *IpamPoolsClient
  • New function *ClientFactory.NewReachabilityAnalysisIntentsClient() *ReachabilityAnalysisIntentsClient
  • New function *ClientFactory.NewReachabilityAnalysisRunsClient() *ReachabilityAnalysisRunsClient
  • New function *ClientFactory.NewStaticCidrsClient() *StaticCidrsClient
  • New function *ClientFactory.NewVerifierWorkspacesClient() *VerifierWorkspacesClient
  • New function NewIpamPoolsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*IpamPoolsClient, error)
  • New function *IpamPoolsClient.BeginCreate(context.Context, string, string, string, IpamPool, *IpamPoolsClientBeginCreateOptions) (*runtime.Poller[IpamPoolsClientCreateResponse], error)
  • New function *IpamPoolsClient.BeginDelete(context.Context, string, string, string, *IpamPoolsClientBeginDeleteOptions) (*runtime.Poller[IpamPoolsClientDeleteResponse], error)
  • New function *IpamPoolsClient.Get(context.Context, string, string, string, *IpamPoolsClientGetOptions) (IpamPoolsClientGetResponse, error)
  • New function *IpamPoolsClient.GetPoolUsage(context.Context, string, string, string, *IpamPoolsClientGetPoolUsageOptions) (IpamPoolsClientGetPoolUsageResponse, error)
  • New function *IpamPoolsClient.NewListAssociatedResourcesPager(string, string, string, *IpamPoolsClientListAssociatedResourcesOptions) *runtime.Pager[IpamPoolsClientListAssociatedResourcesResponse]
  • New function *IpamPoolsClient.NewListPager(string, string, *IpamPoolsClientListOptions) *runtime.Pager[IpamPoolsClientListResponse]
  • New function *IpamPoolsClient.Update(context.Context, string, string, string, *IpamPoolsClientUpdateOptions) (IpamPoolsClientUpdateResponse, error)
  • New function *LoadBalancerLoadBalancingRulesClient.BeginHealth(context.Context, string, string, string, *LoadBalancerLoadBalancingRulesClientBeginHealthOptions) (*runtime.Poller[LoadBalancerLoadBalancingRulesClientHealthResponse], error)
  • New function NewReachabilityAnalysisIntentsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ReachabilityAnalysisIntentsClient, error)
  • New function *ReachabilityAnalysisIntentsClient.Create(context.Context, string, string, string, string, ReachabilityAnalysisIntent, *ReachabilityAnalysisIntentsClientCreateOptions) (ReachabilityAnalysisIntentsClientCreateResponse, error)
  • New function *ReachabilityAnalysisIntentsClient.Delete(context.Context, string, string, string, string, *ReachabilityAnalysisIntentsClientDeleteOptions) (ReachabilityAnalysisIntentsClientDeleteResponse, error)
  • New function *ReachabilityAnalysisIntentsClient.Get(context.Context, string, string, string, string, *ReachabilityAnalysisIntentsClientGetOptions) (ReachabilityAnalysisIntentsClientGetResponse, error)
  • New function *ReachabilityAnalysisIntentsClient.NewListPager(string, string, string, *ReachabilityAnalysisIntentsClientListOptions) *runtime.Pager[ReachabilityAnalysisIntentsClientListResponse]
  • New function NewReachabilityAnalysisRunsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ReachabilityAnalysisRunsClient, error)
  • New function *ReachabilityAnalysisRunsClient.Create(context.Context, string, string, string, string, ReachabilityAnalysisRun, *ReachabilityAnalysisRunsClientCreateOptions) (ReachabilityAnalysisRunsClientCreateResponse, error)
  • New function *ReachabilityAnalysisRunsClient.BeginDelete(context.Context, string, string, string, string, *ReachabilityAnalysisRunsClientBeginDeleteOptions) (*runtime.Poller[ReachabilityAnalysisRunsClientDeleteResponse], error)
  • New function *ReachabilityAnalysisRunsClient.Get(context.Context, string, string, string, string, *ReachabilityAnalysisRunsClientGetOptions) (ReachabilityAnalysisRunsClientGetResponse, error)
  • New function *ReachabilityAnalysisRunsClient.NewListPager(string, string, string, *ReachabilityAnalysisRunsClientListOptions) *runtime.Pager[ReachabilityAnalysisRunsClientListResponse]
  • New function NewStaticCidrsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*StaticCidrsClient, error)
  • New function *StaticCidrsClient.Create(context.Context, string, string, string, string, *StaticCidrsClientCreateOptions) (StaticCidrsClientCreateResponse, error)
  • New function *StaticCidrsClient.BeginDelete(context.Context, string, string, string, string, *StaticCidrsClientBeginDeleteOptions) (*runtime.Poller[StaticCidrsClientDeleteResponse], error)
  • New function *StaticCidrsClient.Get(context.Context, string, string, string, string, *StaticCidrsClientGetOptions) (StaticCidrsClientGetResponse, error)
  • New function *StaticCidrsClient.NewListPager(string, string, string, *StaticCidrsClientListOptions) *runtime.Pager[StaticCidrsClientListResponse]
  • New function NewVerifierWorkspacesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*VerifierWorkspacesClient, error)
  • New function *VerifierWorkspacesClient.Create(context.Context, string, string, string, VerifierWorkspace, *VerifierWorkspacesClientCreateOptions) (VerifierWorkspacesClientCreateResponse, error)
  • New function *VerifierWorkspacesClient.BeginDelete(context.Context, string, string, string, *VerifierWorkspacesClientBeginDeleteOptions) (*runtime.Poller[VerifierWorkspacesClientDeleteResponse], error)
  • New function *VerifierWorkspacesClient.Get(context.Context, string, string, string, *VerifierWorkspacesClientGetOptions) (VerifierWorkspacesClientGetResponse, error)
  • New function *VerifierWorkspacesClient.NewListPager(string, string, *VerifierWorkspacesClientListOptions) *runtime.Pager[VerifierWorkspacesClientListResponse]
  • New function *VerifierWorkspacesClient.Update(context.Context, string, string, string, *VerifierWorkspacesClientUpdateOptions) (VerifierWorkspacesClientUpdateResponse, error)
  • New function *VirtualNetworkGatewaysClient.BeginGetFailoverAllTestDetails(context.Context, string, string, string, bool, *VirtualNetworkGatewaysClientBeginGetFailoverAllTestDetailsOptions) (*runtime.Poller[VirtualNetworkGatewaysClientGetFailoverAllTestDetailsResponse], error)
  • New function *VirtualNetworkGatewaysClient.BeginGetFailoverSingleTestDetails(context.Context, string, string, string, string, *VirtualNetworkGatewaysClientBeginGetFailoverSingleTestDetailsOptions) (*runtime.Poller[VirtualNetworkGatewaysClientGetFailoverSingleTestDetailsResponse], error)
  • New function *VirtualNetworkGatewaysClient.BeginStartExpressRouteSiteFailoverSimulation(context.Context, string, string, string, *VirtualNetworkGatewaysClientBeginStartExpressRouteSiteFailoverSimulationOptions) (*runtime.Poller[VirtualNetworkGatewaysClientStartExpressRouteSiteFailoverSimulationResponse], error)
  • New function *VirtualNetworkGatewaysClient.BeginStopExpressRouteSiteFailoverSimulation(context.Context, string, string, ExpressRouteFailoverStopAPIParameters, *VirtualNetworkGatewaysClientBeginStopExpressRouteSiteFailoverSimulationOptions) (*runtime.Poller[VirtualNetworkGatewaysClientStopExpressRouteSiteFailoverSimulationResponse], error)
  • New struct CommonErrorAdditionalInfo
  • New struct CommonErrorDetail
  • New struct CommonErrorResponse
  • New struct CommonProxyResource
  • New struct CommonResource
  • New struct CommonTrackedResource
  • New struct ExpressRouteFailoverCircuitResourceDetails
  • New struct ExpressRouteFailoverConnectionResourceDetails
  • New struct ExpressRouteFailoverRedundantRoute
  • New struct ExpressRouteFailoverSingleTestDetails
  • New struct ExpressRouteFailoverStopAPIParameters
  • New struct ExpressRouteFailoverTestDetails
  • New struct FailoverConnectionDetails
  • New struct IPTraffic
  • New struct IntentContent
  • New struct IpamPool
  • New struct IpamPoolList
  • New struct IpamPoolPrefixAllocation
  • New struct IpamPoolPrefixAllocationPool
  • New struct IpamPoolProperties
  • New struct IpamPoolUpdate
  • New struct IpamPoolUpdateProperties
  • New struct LoadBalancerHealthPerRule
  • New struct LoadBalancerHealthPerRulePerBackendAddress
  • New struct PoolAssociation
  • New struct PoolAssociationList
  • New struct PoolUsage
  • New struct ReachabilityAnalysisIntent
  • New struct ReachabilityAnalysisIntentListResult
  • New struct ReachabilityAnalysisIntentProperties
  • New struct `ReachabilityAnalys...
Read more

sdk/resourcemanager/iotoperations/armiotoperations/v1.0.0

13 Dec 09:33
8b50528
Compare
Choose a tag to compare

1.0.0 (2024-12-12)

Breaking Changes

  • ManagedServiceIdentityTypeSystemAndUserAssigned from enum ManagedServiceIdentityType has been removed

Features Added

  • New value ManagedServiceIdentityTypeSystemAssignedUserAssigned added to enum type ManagedServiceIdentityType

sdk/resourcemanager/datafactory/armdatafactory/v9.1.0

13 Dec 09:42
cb4d027
Compare
Choose a tag to compare

9.1.0 (2024-12-26)

Features Added

  • New function *IcebergDataset.GetDataset() *Dataset
  • New function *IcebergSink.GetCopySink() *CopySink
  • New function *IcebergWriteSettings.GetFormatWriteSettings() *FormatWriteSettings
  • New struct IcebergDataset
  • New struct IcebergDatasetTypeProperties
  • New struct IcebergSink
  • New struct IcebergWriteSettings
  • New field CommandTimeout, Database, Encoding, Port, ReadBufferSize, SSLMode, Server, Timeout, Timezone, TrustServerCertificate, Username in struct AzurePostgreSQLLinkedServiceTypeProperties
  • New field SSLMode, UseSystemTrustStore in struct MariaDBLinkedServiceTypeProperties
  • New field AllowZeroDateTime, ConnectionTimeout, ConvertZeroDateTime, GUIDFormat, SSLCert, SSLKey, TreatTinyAsBoolean in struct MySQLLinkedServiceTypeProperties
  • New field AuthenticationType in struct PostgreSQLV2LinkedServiceTypeProperties
  • New field PageSize in struct SalesforceV2Source
  • New field PageSize in struct ServiceNowV2Source
  • New field Host in struct SnowflakeLinkedV2ServiceTypeProperties

sdk/resourcemanager/compute/armcompute/v6.2.0

13 Dec 09:40
d0829b3
Compare
Choose a tag to compare

6.2.0 (2024-12-27)

Features Added

  • New value StorageAccountTypePremiumV2LRS added to enum type StorageAccountType
  • New enum type AccessControlRulesMode with values AccessControlRulesModeAudit, AccessControlRulesModeDisabled, AccessControlRulesModeEnforce
  • New enum type EndpointAccess with values EndpointAccessAllow, EndpointAccessDeny
  • New enum type EndpointTypes with values EndpointTypesIMDS, EndpointTypesWireServer
  • New enum type GalleryApplicationScriptRebootBehavior with values GalleryApplicationScriptRebootBehaviorNone, GalleryApplicationScriptRebootBehaviorRerun
  • New enum type SoftDeletedArtifactTypes with values SoftDeletedArtifactTypesImages
  • New enum type ValidationStatus with values ValidationStatusFailed, ValidationStatusSucceeded, ValidationStatusUnknown
  • New function *ClientFactory.NewGalleryInVMAccessControlProfileVersionsClient() *GalleryInVMAccessControlProfileVersionsClient
  • New function *ClientFactory.NewGalleryInVMAccessControlProfilesClient() *GalleryInVMAccessControlProfilesClient
  • New function *ClientFactory.NewSoftDeletedResourceClient() *SoftDeletedResourceClient
  • New function NewGalleryInVMAccessControlProfileVersionsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*GalleryInVMAccessControlProfileVersionsClient, error)
  • New function *GalleryInVMAccessControlProfileVersionsClient.BeginCreateOrUpdate(context.Context, string, string, string, string, GalleryInVMAccessControlProfileVersion, *GalleryInVMAccessControlProfileVersionsClientBeginCreateOrUpdateOptions) (*runtime.Poller[GalleryInVMAccessControlProfileVersionsClientCreateOrUpdateResponse], error)
  • New function *GalleryInVMAccessControlProfileVersionsClient.BeginDelete(context.Context, string, string, string, string, *GalleryInVMAccessControlProfileVersionsClientBeginDeleteOptions) (*runtime.Poller[GalleryInVMAccessControlProfileVersionsClientDeleteResponse], error)
  • New function *GalleryInVMAccessControlProfileVersionsClient.Get(context.Context, string, string, string, string, *GalleryInVMAccessControlProfileVersionsClientGetOptions) (GalleryInVMAccessControlProfileVersionsClientGetResponse, error)
  • New function *GalleryInVMAccessControlProfileVersionsClient.NewListByGalleryInVMAccessControlProfilePager(string, string, string, *GalleryInVMAccessControlProfileVersionsClientListByGalleryInVMAccessControlProfileOptions) *runtime.Pager[GalleryInVMAccessControlProfileVersionsClientListByGalleryInVMAccessControlProfileResponse]
  • New function *GalleryInVMAccessControlProfileVersionsClient.BeginUpdate(context.Context, string, string, string, string, GalleryInVMAccessControlProfileVersionUpdate, *GalleryInVMAccessControlProfileVersionsClientBeginUpdateOptions) (*runtime.Poller[GalleryInVMAccessControlProfileVersionsClientUpdateResponse], error)
  • New function NewGalleryInVMAccessControlProfilesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*GalleryInVMAccessControlProfilesClient, error)
  • New function *GalleryInVMAccessControlProfilesClient.BeginCreateOrUpdate(context.Context, string, string, string, GalleryInVMAccessControlProfile, *GalleryInVMAccessControlProfilesClientBeginCreateOrUpdateOptions) (*runtime.Poller[GalleryInVMAccessControlProfilesClientCreateOrUpdateResponse], error)
  • New function *GalleryInVMAccessControlProfilesClient.BeginDelete(context.Context, string, string, string, *GalleryInVMAccessControlProfilesClientBeginDeleteOptions) (*runtime.Poller[GalleryInVMAccessControlProfilesClientDeleteResponse], error)
  • New function *GalleryInVMAccessControlProfilesClient.Get(context.Context, string, string, string, *GalleryInVMAccessControlProfilesClientGetOptions) (GalleryInVMAccessControlProfilesClientGetResponse, error)
  • New function *GalleryInVMAccessControlProfilesClient.NewListByGalleryPager(string, string, *GalleryInVMAccessControlProfilesClientListByGalleryOptions) *runtime.Pager[GalleryInVMAccessControlProfilesClientListByGalleryResponse]
  • New function *GalleryInVMAccessControlProfilesClient.BeginUpdate(context.Context, string, string, string, GalleryInVMAccessControlProfileUpdate, *GalleryInVMAccessControlProfilesClientBeginUpdateOptions) (*runtime.Poller[GalleryInVMAccessControlProfilesClientUpdateResponse], error)
  • New function NewSoftDeletedResourceClient(string, azcore.TokenCredential, *arm.ClientOptions) (*SoftDeletedResourceClient, error)
  • New function *SoftDeletedResourceClient.NewListByArtifactNamePager(string, string, string, string, *SoftDeletedResourceClientListByArtifactNameOptions) *runtime.Pager[SoftDeletedResourceClientListByArtifactNameResponse]
  • New struct AccessControlRules
  • New struct AccessControlRulesIdentity
  • New struct AccessControlRulesPrivilege
  • New struct AccessControlRulesRole
  • New struct AccessControlRulesRoleAssignment
  • New struct AdditionalReplicaSet
  • New struct ExecutedValidation
  • New struct GalleryIdentity
  • New struct GalleryInVMAccessControlProfile
  • New struct GalleryInVMAccessControlProfileList
  • New struct GalleryInVMAccessControlProfileProperties
  • New struct GalleryInVMAccessControlProfileUpdate
  • New struct GalleryInVMAccessControlProfileVersion
  • New struct GalleryInVMAccessControlProfileVersionList
  • New struct GalleryInVMAccessControlProfileVersionProperties
  • New struct GalleryInVMAccessControlProfileVersionUpdate
  • New struct GalleryResourceProfilePropertiesBase
  • New struct GalleryResourceProfileVersionPropertiesBase
  • New struct GallerySoftDeletedResource
  • New struct GallerySoftDeletedResourceList
  • New struct GallerySoftDeletedResourceProperties
  • New struct PlatformAttribute
  • New struct ValidationsProfile
  • New field Identity in struct Gallery
  • New field StartsAtVersion in struct GalleryImageFeature
  • New field AllowUpdateImage in struct GalleryImageProperties
  • New field Restore, ValidationsProfile in struct GalleryImageVersionProperties
  • New field BlockDeletionBeforeEndOfLife in struct GalleryImageVersionSafetyProfile
  • New field SecurityProfile in struct GalleryList
  • New field Identity in struct GalleryUpdate
  • New field AdditionalReplicaSets in struct TargetRegion
  • New field ScriptBehaviorAfterReboot in struct UserArtifactSettings

sdk/resourcemanager/cognitiveservices/armcognitiveservices/v1.7.0

13 Dec 09:56
4659c29
Compare
Choose a tag to compare

1.7.0 (2024-12-27)

Features Added

  • New value ModelLifecycleStatusDeprecated, ModelLifecycleStatusDeprecating, ModelLifecycleStatusStable added to enum type ModelLifecycleStatus
  • New enum type ByPassSelection with values ByPassSelectionAzureServices, ByPassSelectionNone
  • New enum type ContentLevel with values ContentLevelHigh, ContentLevelLow, ContentLevelMedium
  • New enum type DefenderForAISettingState with values DefenderForAISettingStateDisabled, DefenderForAISettingStateEnabled
  • New enum type EncryptionScopeProvisioningState with values EncryptionScopeProvisioningStateAccepted, EncryptionScopeProvisioningStateCanceled, EncryptionScopeProvisioningStateCreating, EncryptionScopeProvisioningStateDeleting, EncryptionScopeProvisioningStateFailed, EncryptionScopeProvisioningStateMoving, EncryptionScopeProvisioningStateSucceeded
  • New enum type EncryptionScopeState with values EncryptionScopeStateDisabled, EncryptionScopeStateEnabled
  • New enum type NspAccessRuleDirection with values NspAccessRuleDirectionInbound, NspAccessRuleDirectionOutbound
  • New enum type RaiPolicyContentSource with values RaiPolicyContentSourceCompletion, RaiPolicyContentSourcePrompt
  • New enum type RaiPolicyMode with values RaiPolicyModeAsynchronousFilter, RaiPolicyModeBlocking, RaiPolicyModeDefault, RaiPolicyModeDeferred
  • New enum type RaiPolicyType with values RaiPolicyTypeSystemManaged, RaiPolicyTypeUserManaged
  • New function *ClientFactory.NewDefenderForAISettingsClient() *DefenderForAISettingsClient
  • New function *ClientFactory.NewEncryptionScopesClient() *EncryptionScopesClient
  • New function *ClientFactory.NewLocationBasedModelCapacitiesClient() *LocationBasedModelCapacitiesClient
  • New function *ClientFactory.NewModelCapacitiesClient() *ModelCapacitiesClient
  • New function *ClientFactory.NewNetworkSecurityPerimeterConfigurationsClient() *NetworkSecurityPerimeterConfigurationsClient
  • New function *ClientFactory.NewRaiBlocklistItemsClient() *RaiBlocklistItemsClient
  • New function *ClientFactory.NewRaiBlocklistsClient() *RaiBlocklistsClient
  • New function *ClientFactory.NewRaiContentFiltersClient() *RaiContentFiltersClient
  • New function *ClientFactory.NewRaiPoliciesClient() *RaiPoliciesClient
  • New function NewDefenderForAISettingsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*DefenderForAISettingsClient, error)
  • New function *DefenderForAISettingsClient.CreateOrUpdate(context.Context, string, string, string, DefenderForAISetting, *DefenderForAISettingsClientCreateOrUpdateOptions) (DefenderForAISettingsClientCreateOrUpdateResponse, error)
  • New function *DefenderForAISettingsClient.Get(context.Context, string, string, string, *DefenderForAISettingsClientGetOptions) (DefenderForAISettingsClientGetResponse, error)
  • New function *DefenderForAISettingsClient.NewListPager(string, string, *DefenderForAISettingsClientListOptions) *runtime.Pager[DefenderForAISettingsClientListResponse]
  • New function *DefenderForAISettingsClient.Update(context.Context, string, string, string, DefenderForAISetting, *DefenderForAISettingsClientUpdateOptions) (DefenderForAISettingsClientUpdateResponse, error)
  • New function *DeploymentsClient.NewListSKUsPager(string, string, string, *DeploymentsClientListSKUsOptions) *runtime.Pager[DeploymentsClientListSKUsResponse]
  • New function *DeploymentsClient.BeginUpdate(context.Context, string, string, string, PatchResourceTagsAndSKU, *DeploymentsClientBeginUpdateOptions) (*runtime.Poller[DeploymentsClientUpdateResponse], error)
  • New function NewEncryptionScopesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*EncryptionScopesClient, error)
  • New function *EncryptionScopesClient.CreateOrUpdate(context.Context, string, string, string, EncryptionScope, *EncryptionScopesClientCreateOrUpdateOptions) (EncryptionScopesClientCreateOrUpdateResponse, error)
  • New function *EncryptionScopesClient.BeginDelete(context.Context, string, string, string, *EncryptionScopesClientBeginDeleteOptions) (*runtime.Poller[EncryptionScopesClientDeleteResponse], error)
  • New function *EncryptionScopesClient.Get(context.Context, string, string, string, *EncryptionScopesClientGetOptions) (EncryptionScopesClientGetResponse, error)
  • New function *EncryptionScopesClient.NewListPager(string, string, *EncryptionScopesClientListOptions) *runtime.Pager[EncryptionScopesClientListResponse]
  • New function NewLocationBasedModelCapacitiesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*LocationBasedModelCapacitiesClient, error)
  • New function *LocationBasedModelCapacitiesClient.NewListPager(string, string, string, string, *LocationBasedModelCapacitiesClientListOptions) *runtime.Pager[LocationBasedModelCapacitiesClientListResponse]
  • New function *ManagementClient.CalculateModelCapacity(context.Context, CalculateModelCapacityParameter, *ManagementClientCalculateModelCapacityOptions) (ManagementClientCalculateModelCapacityResponse, error)
  • New function NewModelCapacitiesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ModelCapacitiesClient, error)
  • New function *ModelCapacitiesClient.NewListPager(string, string, string, *ModelCapacitiesClientListOptions) *runtime.Pager[ModelCapacitiesClientListResponse]
  • New function NewRaiBlocklistItemsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*RaiBlocklistItemsClient, error)
  • New function *RaiBlocklistItemsClient.BatchAdd(context.Context, string, string, string, []*RaiBlocklistItemBulkRequest, *RaiBlocklistItemsClientBatchAddOptions) (RaiBlocklistItemsClientBatchAddResponse, error)
  • New function *RaiBlocklistItemsClient.BatchDelete(context.Context, string, string, string, any, *RaiBlocklistItemsClientBatchDeleteOptions) (RaiBlocklistItemsClientBatchDeleteResponse, error)
  • New function *RaiBlocklistItemsClient.CreateOrUpdate(context.Context, string, string, string, string, RaiBlocklistItem, *RaiBlocklistItemsClientCreateOrUpdateOptions) (RaiBlocklistItemsClientCreateOrUpdateResponse, error)
  • New function *RaiBlocklistItemsClient.BeginDelete(context.Context, string, string, string, string, *RaiBlocklistItemsClientBeginDeleteOptions) (*runtime.Poller[RaiBlocklistItemsClientDeleteResponse], error)
  • New function *RaiBlocklistItemsClient.Get(context.Context, string, string, string, string, *RaiBlocklistItemsClientGetOptions) (RaiBlocklistItemsClientGetResponse, error)
  • New function *RaiBlocklistItemsClient.NewListPager(string, string, string, *RaiBlocklistItemsClientListOptions) *runtime.Pager[RaiBlocklistItemsClientListResponse]
  • New function NewRaiBlocklistsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*RaiBlocklistsClient, error)
  • New function *RaiBlocklistsClient.CreateOrUpdate(context.Context, string, string, string, RaiBlocklist, *RaiBlocklistsClientCreateOrUpdateOptions) (RaiBlocklistsClientCreateOrUpdateResponse, error)
  • New function *RaiBlocklistsClient.BeginDelete(context.Context, string, string, string, *RaiBlocklistsClientBeginDeleteOptions) (*runtime.Poller[RaiBlocklistsClientDeleteResponse], error)
  • New function *RaiBlocklistsClient.Get(context.Context, string, string, string, *RaiBlocklistsClientGetOptions) (RaiBlocklistsClientGetResponse, error)
  • New function *RaiBlocklistsClient.NewListPager(string, string, *RaiBlocklistsClientListOptions) *runtime.Pager[RaiBlocklistsClientListResponse]
  • New function NewRaiContentFiltersClient(string, azcore.TokenCredential, *arm.ClientOptions) (*RaiContentFiltersClient, error)
  • New function *RaiContentFiltersClient.Get(context.Context, string, string, *RaiContentFiltersClientGetOptions) (RaiContentFiltersClientGetResponse, error)
  • New function *RaiContentFiltersClient.NewListPager(string, *RaiContentFiltersClientListOptions) *runtime.Pager[RaiContentFiltersClientListResponse]
  • New function NewRaiPoliciesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*RaiPoliciesClient, error)
  • New function *RaiPoliciesClient.CreateOrUpdate(context.Context, string, string, string, RaiPolicy, *RaiPoliciesClientCreateOrUpdateOptions) (RaiPoliciesClientCreateOrUpdateResponse, error)
  • New function *RaiPoliciesClient.BeginDelete(context.Context, string, string, string, *RaiPoliciesClientBeginDeleteOptions) (*runtime.Poller[RaiPoliciesClientDeleteResponse], error)
  • New function *RaiPoliciesClient.Get(context.Context, string, string, string, *RaiPoliciesClientGetOptions) (RaiPoliciesClientGetResponse, error)
  • New function *RaiPoliciesClient.NewListPager(string, string, *RaiPoliciesClientListOptions) *runtime.Pager[RaiPoliciesClientListResponse]
  • New function NewNetworkSecurityPerimeterConfigurationsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*NetworkSecurityPerimeterConfigurationsClient, error)
  • New function *NetworkSecurityPerimeterConfigurationsClient.Get(context.Context, string, string, string, *NetworkSecurityPerimeterConfigurationsClientGetOptions) (NetworkSecurityPerimeterConfigurationsClientGetResponse, error)
  • New function *NetworkSecurityPerimeterConfigurationsClient.NewListPager(string, string, *NetworkSecurityPerimeterConfigurationsClientListOptions) *runtime.Pager[NetworkSecurityPerimeterConfigurationsClientListResponse]
  • New function *NetworkSecurityPerimeterConfigurationsClient.BeginReconcile(context.Context, string, string, string, *NetworkSecurityPerimeterConfigurationsClientBeginReconcileOptions) (*runtime.Poller[NetworkSecurityPerimeterConfigurationsClientReconcileResponse], error)
  • New struct BillingMeterInfo
  • New struct CalculateModelCapacityParameter
  • New struct CalculateModelCapacityResult
  • New struct CalculateModelCapacityResultEstimatedCapacity
  • New struct CustomBlocklistConfig
  • New struct DefenderForAISetting
  • New struct DefenderForAISettingProperties
  • New struct DefenderForAISettingResult
  • New struct `DeploymentCapacitySettings...
Read more

sdk/resourcemanager/servicefabricmanagedclusters/armservicefabricmanagedclusters/v0.3.0

13 Dec 09:56
81fbf4f
Compare
Choose a tag to compare

0.3.0 (2024-12-27)

Breaking Changes

  • Operation *NodeTypesClient.Update has been changed to LRO, use *NodeTypesClient.BeginUpdate instead.
  • Field CustomFqdn of struct ManagedClusterProperties has been removed

Features Added

  • New field AllocatedOutboundPorts in struct ManagedClusterProperties

sdk/resourcemanager/containerservice/armcontainerservice/v6.4.0-beta.1

13 Dec 09:55
27afdb5
Compare
Choose a tag to compare

6.4.0-beta.1 (2024-12-09)

Features Added

  • New value AgentPoolModeGateway added to enum type AgentPoolMode
  • New value AgentPoolTypeVirtualMachines added to enum type AgentPoolType
  • New value ManagedClusterSKUNameAutomatic added to enum type ManagedClusterSKUName
  • New value OSSKUMariner, OSSKUWindowsAnnual added to enum type OSSKU
  • New value OutboundTypeNone added to enum type OutboundType
  • New value PublicNetworkAccessSecuredByPerimeter added to enum type PublicNetworkAccess
  • New value SnapshotTypeManagedCluster added to enum type SnapshotType
  • New value WorkloadRuntimeKataMshvVMIsolation added to enum type WorkloadRuntime
  • New enum type AddonAutoscaling with values AddonAutoscalingDisabled, AddonAutoscalingEnabled
  • New enum type AgentPoolSSHAccess with values AgentPoolSSHAccessDisabled, AgentPoolSSHAccessLocalUser
  • New enum type ArtifactSource with values ArtifactSourceCache, ArtifactSourceDirect
  • New enum type ClusterServiceLoadBalancerHealthProbeMode with values ClusterServiceLoadBalancerHealthProbeModeServiceNodePort, ClusterServiceLoadBalancerHealthProbeModeShared
  • New enum type DriverType with values DriverTypeCUDA, DriverTypeGRID
  • New enum type GuardrailsSupport with values GuardrailsSupportPreview, GuardrailsSupportStable
  • New enum type IpvsScheduler with values IpvsSchedulerLeastConnection, IpvsSchedulerRoundRobin
  • New enum type Level with values LevelEnforcement, LevelOff, LevelWarning
  • New enum type Mode with values ModeIPTABLES, ModeIPVS
  • New enum type NginxIngressControllerType with values NginxIngressControllerTypeAnnotationControlled, NginxIngressControllerTypeExternal, NginxIngressControllerTypeInternal, NginxIngressControllerTypeNone
  • New enum type NodeProvisioningMode with values NodeProvisioningModeAuto, NodeProvisioningModeManual
  • New enum type Operator with values OperatorDoesNotExist, OperatorExists, OperatorIn, OperatorNotIn
  • New enum type PodIPAllocationMode with values PodIPAllocationModeDynamicIndividual, PodIPAllocationModeStaticBlock
  • New enum type PodLinkLocalAccess with values PodLinkLocalAccessIMDS, PodLinkLocalAccessNone
  • New enum type SafeguardsSupport with values SafeguardsSupportPreview, SafeguardsSupportStable
  • New enum type SeccompDefault with values SeccompDefaultRuntimeDefault, SeccompDefaultUnconfined
  • New enum type UndrainableNodeBehavior with values UndrainableNodeBehaviorCordon, UndrainableNodeBehaviorSchedule
  • New function *ClientFactory.NewLoadBalancersClient() *LoadBalancersClient
  • New function *ClientFactory.NewManagedClusterSnapshotsClient() *ManagedClusterSnapshotsClient
  • New function *ClientFactory.NewOperationStatusResultClient() *OperationStatusResultClient
  • New function NewLoadBalancersClient(string, azcore.TokenCredential, *arm.ClientOptions) (*LoadBalancersClient, error)
  • New function *LoadBalancersClient.CreateOrUpdate(context.Context, string, string, string, LoadBalancer, *LoadBalancersClientCreateOrUpdateOptions) (LoadBalancersClientCreateOrUpdateResponse, error)
  • New function *LoadBalancersClient.BeginDelete(context.Context, string, string, string, *LoadBalancersClientBeginDeleteOptions) (*runtime.Poller[LoadBalancersClientDeleteResponse], error)
  • New function *LoadBalancersClient.Get(context.Context, string, string, string, *LoadBalancersClientGetOptions) (LoadBalancersClientGetResponse, error)
  • New function *LoadBalancersClient.NewListByManagedClusterPager(string, string, *LoadBalancersClientListByManagedClusterOptions) *runtime.Pager[LoadBalancersClientListByManagedClusterResponse]
  • New function NewManagedClusterSnapshotsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ManagedClusterSnapshotsClient, error)
  • New function *ManagedClusterSnapshotsClient.CreateOrUpdate(context.Context, string, string, ManagedClusterSnapshot, *ManagedClusterSnapshotsClientCreateOrUpdateOptions) (ManagedClusterSnapshotsClientCreateOrUpdateResponse, error)
  • New function *ManagedClusterSnapshotsClient.Delete(context.Context, string, string, *ManagedClusterSnapshotsClientDeleteOptions) (ManagedClusterSnapshotsClientDeleteResponse, error)
  • New function *ManagedClusterSnapshotsClient.Get(context.Context, string, string, *ManagedClusterSnapshotsClientGetOptions) (ManagedClusterSnapshotsClientGetResponse, error)
  • New function *ManagedClusterSnapshotsClient.NewListByResourceGroupPager(string, *ManagedClusterSnapshotsClientListByResourceGroupOptions) *runtime.Pager[ManagedClusterSnapshotsClientListByResourceGroupResponse]
  • New function *ManagedClusterSnapshotsClient.NewListPager(*ManagedClusterSnapshotsClientListOptions) *runtime.Pager[ManagedClusterSnapshotsClientListResponse]
  • New function *ManagedClusterSnapshotsClient.UpdateTags(context.Context, string, string, TagsObject, *ManagedClusterSnapshotsClientUpdateTagsOptions) (ManagedClusterSnapshotsClientUpdateTagsResponse, error)
  • New function *ManagedClustersClient.GetGuardrailsVersions(context.Context, string, string, *ManagedClustersClientGetGuardrailsVersionsOptions) (ManagedClustersClientGetGuardrailsVersionsResponse, error)
  • New function *ManagedClustersClient.GetSafeguardsVersions(context.Context, string, string, *ManagedClustersClientGetSafeguardsVersionsOptions) (ManagedClustersClientGetSafeguardsVersionsResponse, error)
  • New function *ManagedClustersClient.NewListGuardrailsVersionsPager(string, *ManagedClustersClientListGuardrailsVersionsOptions) *runtime.Pager[ManagedClustersClientListGuardrailsVersionsResponse]
  • New function *ManagedClustersClient.NewListSafeguardsVersionsPager(string, *ManagedClustersClientListSafeguardsVersionsOptions) *runtime.Pager[ManagedClustersClientListSafeguardsVersionsResponse]
  • New function *ManagedClustersClient.BeginRebalanceLoadBalancers(context.Context, string, string, RebalanceLoadBalancersRequestBody, *ManagedClustersClientBeginRebalanceLoadBalancersOptions) (*runtime.Poller[ManagedClustersClientRebalanceLoadBalancersResponse], error)
  • New function NewOperationStatusResultClient(string, azcore.TokenCredential, *arm.ClientOptions) (*OperationStatusResultClient, error)
  • New function *OperationStatusResultClient.Get(context.Context, string, string, string, *OperationStatusResultClientGetOptions) (OperationStatusResultClientGetResponse, error)
  • New function *OperationStatusResultClient.GetByAgentPool(context.Context, string, string, string, string, *OperationStatusResultClientGetByAgentPoolOptions) (OperationStatusResultClientGetByAgentPoolResponse, error)
  • New function *OperationStatusResultClient.NewListPager(string, string, *OperationStatusResultClientListOptions) *runtime.Pager[OperationStatusResultClientListResponse]
  • New struct AgentPoolArtifactStreamingProfile
  • New struct AgentPoolGPUProfile
  • New struct AgentPoolGatewayProfile
  • New struct AutoScaleProfile
  • New struct Component
  • New struct ComponentsByRelease
  • New struct ErrorAdditionalInfo
  • New struct ErrorDetail
  • New struct GuardrailsAvailableVersion
  • New struct GuardrailsAvailableVersionsList
  • New struct GuardrailsAvailableVersionsProperties
  • New struct LabelSelector
  • New struct LabelSelectorRequirement
  • New struct LoadBalancer
  • New struct LoadBalancerListResult
  • New struct LoadBalancerProperties
  • New struct ManagedClusterAIToolchainOperatorProfile
  • New struct ManagedClusterAzureMonitorProfileAppMonitoring
  • New struct ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation
  • New struct ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogs
  • New struct ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics
  • New struct ManagedClusterAzureMonitorProfileContainerInsights
  • New struct ManagedClusterBootstrapProfile
  • New struct ManagedClusterIngressProfileNginx
  • New struct ManagedClusterNodeProvisioningProfile
  • New struct ManagedClusterPropertiesForSnapshot
  • New struct ManagedClusterSecurityProfileImageIntegrity
  • New struct ManagedClusterSecurityProfileNodeRestriction
  • New struct ManagedClusterSnapshot
  • New struct ManagedClusterSnapshotListResult
  • New struct ManagedClusterSnapshotProperties
  • New struct ManagedClusterStaticEgressGatewayProfile
  • New struct ManualScaleProfile
  • New struct NetworkProfileForSnapshot
  • New struct NetworkProfileKubeProxyConfig
  • New struct NetworkProfileKubeProxyConfigIpvsConfig
  • New struct OperationStatusResult
  • New struct OperationStatusResultList
  • New struct RebalanceLoadBalancersRequestBody
  • New struct SafeguardsAvailableVersion
  • New struct SafeguardsAvailableVersionsList
  • New struct SafeguardsAvailableVersionsProperties
  • New struct SafeguardsProfile
  • New struct ScaleProfile
  • New struct VirtualMachineNodes
  • New struct VirtualMachinesProfile
  • New field SSHAccess in struct AgentPoolSecurityProfile
  • New field ComponentsByReleases in struct AgentPoolUpgradeProfileProperties
  • New field MaxUnavailable, UndrainableNodeBehavior in struct AgentPoolUpgradeSettings
  • New field SeccompDefault in struct KubeletConfig
  • New field Kind in struct ManagedCluster
  • New field EnableVnetIntegration, SubnetID in struct ManagedClusterAPIServerAccessProfile
  • New field ArtifactStreamingProfile, EnableCustomCATrust, GatewayProfile, GpuProfile, MessageOfTheDay, NodeInitializationTaints, PodIPAllocationMode, VirtualMachineNodesStatus, VirtualMachinesProfile in struct ManagedClusterAgentPoolProfile
  • New field ArtifactStreamingProfile, EnableCustomCATrust, GatewayProfile, GpuProfile, MessageOfTheDay, NodeInitializationTaints, PodIPAllocationMode, VirtualMachineNodesStatus, VirtualMachinesProfile in struct ManagedClusterAgentPoolProfileProperties
  • New field AppMonitoring, ContainerInsights in struct ManagedClusterAzureMonitorProfile
    -...
Read more