azure-sdk-for-go

This repository is for active development of the Azure SDK for Go. For consumers of the SDK we recommend visiting our public developer docs at:

MIT License

Stars
1.5K
Committers
225

Bot releases are hidden (Show)

azure-sdk-for-go - sdk/resourcemanager/notificationhubs/armnotificationhubs/v2.0.0-beta.1

Published by azure-sdk 7 months ago

2.0.0-beta.1 (2024-03-22)

Breaking Changes

  • Function *Client.CreateOrUpdate parameter(s) have been changed from (context.Context, string, string, string, NotificationHubCreateOrUpdateParameters, *ClientCreateOrUpdateOptions) to (context.Context, string, string, string, NotificationHubResource, *ClientCreateOrUpdateOptions)
  • Function *Client.CreateOrUpdateAuthorizationRule parameter(s) have been changed from (context.Context, string, string, string, string, SharedAccessAuthorizationRuleCreateOrUpdateParameters, *ClientCreateOrUpdateAuthorizationRuleOptions) to (context.Context, string, string, string, string, SharedAccessAuthorizationRuleResource, *ClientCreateOrUpdateAuthorizationRuleOptions)
  • Function *Client.RegenerateKeys parameter(s) have been changed from (context.Context, string, string, string, string, PolicykeyResource, *ClientRegenerateKeysOptions) to (context.Context, string, string, string, string, PolicyKeyResource, *ClientRegenerateKeysOptions)
  • Function *NamespacesClient.CreateOrUpdateAuthorizationRule parameter(s) have been changed from (context.Context, string, string, string, SharedAccessAuthorizationRuleCreateOrUpdateParameters, *NamespacesClientCreateOrUpdateAuthorizationRuleOptions) to (context.Context, string, string, string, SharedAccessAuthorizationRuleResource, *NamespacesClientCreateOrUpdateAuthorizationRuleOptions)
  • Function *NamespacesClient.RegenerateKeys parameter(s) have been changed from (context.Context, string, string, string, PolicykeyResource, *NamespacesClientRegenerateKeysOptions) to (context.Context, string, string, string, PolicyKeyResource, *NamespacesClientRegenerateKeysOptions)
  • Type of DebugSendResult.Failure has been changed from *float32 to *int64
  • Type of DebugSendResult.Results has been changed from any to []*RegistrationResult
  • Type of DebugSendResult.Success has been changed from *float32 to *int64
  • Type of NamespaceProperties.ProvisioningState has been changed from *string to *OperationProvisioningState
  • Type of NamespaceProperties.Status has been changed from *string to *NamespaceStatus
  • Type of PnsCredentialsResource.Properties has been changed from *PnsCredentialsProperties to *PnsCredentials
  • Type of SharedAccessAuthorizationRuleProperties.CreatedTime has been changed from *string to *time.Time
  • Type of SharedAccessAuthorizationRuleProperties.ModifiedTime has been changed from *string to *time.Time
  • Function *Client.Patch has been removed
  • Function *NamespacesClient.Patch has been removed
  • Operation *NamespacesClient.CreateOrUpdate has been changed to LRO, use *NamespacesClient.BeginCreateOrUpdate instead.
  • Operation *NamespacesClient.BeginDelete has been changed to non-LRO, use *NamespacesClient.Delete instead.
  • Struct NamespaceCreateOrUpdateParameters has been removed
  • Struct NotificationHubCreateOrUpdateParameters has been removed
  • Struct PnsCredentialsProperties has been removed
  • Struct PolicykeyResource has been removed
  • Struct SharedAccessAuthorizationRuleCreateOrUpdateParameters has been removed
  • Struct SubResource has been removed
  • Field Parameters of struct ClientDebugSendOptions has been removed
  • Field SKU of struct DebugSendResponse has been removed
  • Field Code, Message of struct ErrorResponse has been removed
  • Field ID, Location, Name, Type of struct NotificationHubPatchParameters has been removed
  • Field SKU of struct PnsCredentialsResource has been removed
  • Field Location, SKU, Tags of struct Resource has been removed
  • Field SKU of struct SharedAccessAuthorizationRuleResource has been removed

Features Added

  • New enum type CreatedByType with values CreatedByTypeApplication, CreatedByTypeKey, CreatedByTypeManagedIdentity, CreatedByTypeUser
  • New enum type NamespaceStatus with values NamespaceStatusCreated, NamespaceStatusCreating, NamespaceStatusDeleting, NamespaceStatusSuspended
  • New enum type OperationProvisioningState with values OperationProvisioningStateCanceled, OperationProvisioningStateDisabled, OperationProvisioningStateFailed, OperationProvisioningStateInProgress, OperationProvisioningStatePending, OperationProvisioningStateSucceeded, OperationProvisioningStateUnknown
  • New enum type PolicyKeyType with values PolicyKeyTypePrimaryKey, PolicyKeyTypeSecondaryKey
  • New enum type PrivateEndpointConnectionProvisioningState with values PrivateEndpointConnectionProvisioningStateCreating, PrivateEndpointConnectionProvisioningStateDeleted, PrivateEndpointConnectionProvisioningStateDeleting, PrivateEndpointConnectionProvisioningStateDeletingByProxy, PrivateEndpointConnectionProvisioningStateSucceeded, PrivateEndpointConnectionProvisioningStateUnknown, PrivateEndpointConnectionProvisioningStateUpdating, PrivateEndpointConnectionProvisioningStateUpdatingByProxy
  • New enum type PrivateLinkConnectionStatus with values PrivateLinkConnectionStatusApproved, PrivateLinkConnectionStatusDisconnected, PrivateLinkConnectionStatusPending, PrivateLinkConnectionStatusRejected
  • New enum type PublicNetworkAccess with values PublicNetworkAccessDisabled, PublicNetworkAccessEnabled
  • New enum type ReplicationRegion with values ReplicationRegionAustraliaEast, ReplicationRegionBrazilSouth, ReplicationRegionDefault, ReplicationRegionNone, ReplicationRegionNorthEurope, ReplicationRegionSouthAfricaNorth, ReplicationRegionSouthEastAsia, ReplicationRegionWestUs2
  • New enum type ZoneRedundancyPreference with values ZoneRedundancyPreferenceDisabled, ZoneRedundancyPreferenceEnabled
  • New function *Client.Update(context.Context, string, string, string, NotificationHubPatchParameters, *ClientUpdateOptions) (ClientUpdateResponse, error)
  • New function *ClientFactory.NewPrivateEndpointConnectionsClient() *PrivateEndpointConnectionsClient
  • New function NewPrivateEndpointConnectionsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*PrivateEndpointConnectionsClient, error)
  • New function *PrivateEndpointConnectionsClient.BeginDelete(context.Context, string, string, string, *PrivateEndpointConnectionsClientBeginDeleteOptions) (*runtime.Poller[PrivateEndpointConnectionsClientDeleteResponse], error)
  • New function *PrivateEndpointConnectionsClient.Get(context.Context, string, string, string, *PrivateEndpointConnectionsClientGetOptions) (PrivateEndpointConnectionsClientGetResponse, error)
  • New function *PrivateEndpointConnectionsClient.GetGroupID(context.Context, string, string, string, *PrivateEndpointConnectionsClientGetGroupIDOptions) (PrivateEndpointConnectionsClientGetGroupIDResponse, error)
  • New function *PrivateEndpointConnectionsClient.NewListGroupIDsPager(string, string, *PrivateEndpointConnectionsClientListGroupIDsOptions) *runtime.Pager[PrivateEndpointConnectionsClientListGroupIDsResponse]
  • New function *PrivateEndpointConnectionsClient.NewListPager(string, string, *PrivateEndpointConnectionsClientListOptions) *runtime.Pager[PrivateEndpointConnectionsClientListResponse]
  • New function *PrivateEndpointConnectionsClient.BeginUpdate(context.Context, string, string, string, PrivateEndpointConnectionResource, *PrivateEndpointConnectionsClientBeginUpdateOptions) (*runtime.Poller[PrivateEndpointConnectionsClientUpdateResponse], error)
  • New function *NamespacesClient.GetPnsCredentials(context.Context, string, string, *NamespacesClientGetPnsCredentialsOptions) (NamespacesClientGetPnsCredentialsResponse, error)
  • New function *NamespacesClient.Update(context.Context, string, string, NamespacePatchParameters, *NamespacesClientUpdateOptions) (NamespacesClientUpdateResponse, error)
  • New struct Availability
  • New struct BrowserCredential
  • New struct BrowserCredentialProperties
  • New struct ConnectionDetails
  • New struct ErrorAdditionalInfo
  • New struct ErrorDetail
  • New struct FcmV1Credential
  • New struct FcmV1CredentialProperties
  • New struct GroupConnectivityInformation
  • New struct IPRule
  • New struct LogSpecification
  • New struct MetricSpecification
  • New struct NetworkACLs
  • New struct OperationProperties
  • New struct PnsCredentials
  • New struct PolicyKeyResource
  • New struct PrivateEndpointConnectionProperties
  • New struct PrivateEndpointConnectionResource
  • New struct PrivateEndpointConnectionResourceListResult
  • New struct PrivateLinkResource
  • New struct PrivateLinkResourceListResult
  • New struct PrivateLinkResourceProperties
  • New struct PrivateLinkServiceConnection
  • New struct ProxyResource
  • New struct PublicInternetAuthorizationRule
  • New struct RegistrationResult
  • New struct RemotePrivateEndpointConnection
  • New struct RemotePrivateLinkServiceConnectionState
  • New struct ServiceSpecification
  • New struct SystemData
  • New struct TrackedResource
  • New struct XiaomiCredential
  • New struct XiaomiCredentialProperties
  • New field SystemData in struct CheckAvailabilityResult
  • New field SkipToken, Top in struct ClientListOptions
  • New field SystemData in struct DebugSendResponse
  • New field Error in struct ErrorResponse
  • New field Properties in struct NamespacePatchParameters
  • New field NetworkACLs, PnsCredentials, PrivateEndpointConnections, PublicNetworkAccess, ReplicationRegion, ZoneRedundancy in struct NamespaceProperties
  • New field SystemData in struct NamespaceResource
  • New field SkipToken, Top in struct NamespacesClientListAllOptions
  • New field SkipToken, Top in struct NamespacesClientListOptions
  • New field BrowserCredential, DailyMaxActiveDevices, FcmV1Credential, XiaomiCredential in struct NotificationHubProperties
  • New field SystemData in struct NotificationHubResource
  • New field IsDataAction, Properties in struct Operation
  • New field Description in struct OperationDisplay
  • New field SystemData in struct PnsCredentialsResource
  • New field SystemData in struct Resource
  • New field SystemData in struct SharedAccessAuthorizationRuleResource
  • New field CertificateKey, WnsCertificate in struct WnsCredentialProperties
azure-sdk-for-go - sdk/resourcemanager/datafactory/armdatafactory/v6.1.0

Published by azure-sdk 7 months ago

6.1.0 (2024-03-22)

Features Added

  • New enum type ExpressionV2Type with values ExpressionV2TypeBinary, ExpressionV2TypeConstant, ExpressionV2TypeField, ExpressionV2TypeUnary
  • New enum type GoogleBigQueryV2AuthenticationType with values GoogleBigQueryV2AuthenticationTypeServiceAuthentication, GoogleBigQueryV2AuthenticationTypeUserAuthentication
  • New enum type ServiceNowV2AuthenticationType with values ServiceNowV2AuthenticationTypeBasic, ServiceNowV2AuthenticationTypeOAuth2
  • New function *GoogleBigQueryV2LinkedService.GetLinkedService() *LinkedService
  • New function *GoogleBigQueryV2ObjectDataset.GetDataset() *Dataset
  • New function *GoogleBigQueryV2Source.GetCopySource() *CopySource
  • New function *GoogleBigQueryV2Source.GetTabularSource() *TabularSource
  • New function *PostgreSQLV2LinkedService.GetLinkedService() *LinkedService
  • New function *PostgreSQLV2Source.GetCopySource() *CopySource
  • New function *PostgreSQLV2Source.GetTabularSource() *TabularSource
  • New function *PostgreSQLV2TableDataset.GetDataset() *Dataset
  • New function *ServiceNowV2LinkedService.GetLinkedService() *LinkedService
  • New function *ServiceNowV2ObjectDataset.GetDataset() *Dataset
  • New function *ServiceNowV2Source.GetCopySource() *CopySource
  • New function *ServiceNowV2Source.GetTabularSource() *TabularSource
  • New struct ExpressionV2
  • New struct GoogleBigQueryV2DatasetTypeProperties
  • New struct GoogleBigQueryV2LinkedService
  • New struct GoogleBigQueryV2LinkedServiceTypeProperties
  • New struct GoogleBigQueryV2ObjectDataset
  • New struct GoogleBigQueryV2Source
  • New struct PostgreSQLV2LinkedService
  • New struct PostgreSQLV2LinkedServiceTypeProperties
  • New struct PostgreSQLV2Source
  • New struct PostgreSQLV2TableDataset
  • New struct PostgreSQLV2TableDatasetTypeProperties
  • New struct ServiceNowV2LinkedService
  • New struct ServiceNowV2LinkedServiceTypeProperties
  • New struct ServiceNowV2ObjectDataset
  • New struct ServiceNowV2Source
azure-sdk-for-go - sdk/resourcemanager/quantum/armquantum/v0.8.0

Published by azure-sdk 7 months ago

0.8.0 (2024-03-22)

Features Added

  • New enum type KeyType with values KeyTypePrimary, KeyTypeSecondary
  • New function *WorkspaceClient.ListKeys(context.Context, string, string, *WorkspaceClientListKeysOptions) (WorkspaceClientListKeysResponse, error)
  • New function *WorkspaceClient.RegenerateKeys(context.Context, string, string, APIKeys, *WorkspaceClientRegenerateKeysOptions) (WorkspaceClientRegenerateKeysResponse, error)
  • New struct APIKey
  • New struct APIKeys
  • New struct ListKeysResult
  • New field APIKeyEnabled in struct WorkspaceResourceProperties
azure-sdk-for-go - sdk/resourcemanager/cosmosforpostgresql/armcosmosforpostgresql/v1.2.0-beta.1

Published by azure-sdk 7 months ago

1.2.0-beta.1 (2024-03-22)

Features Added

  • New enum type ActiveDirectoryAuth with values ActiveDirectoryAuthDisabled, ActiveDirectoryAuthEnabled
  • New enum type PasswordAuth with values PasswordAuthDisabled, PasswordAuthEnabled
  • New enum type PrincipalType with values PrincipalTypeGroup, PrincipalTypeServicePrincipal, PrincipalTypeUser
  • New enum type RoleType with values RoleTypeAdmin, RoleTypeUser
  • New struct AuthConfig
  • New struct PromoteRequest
  • New struct RolePropertiesExternalIdentity
  • New field AuthConfig, DatabaseName, EnableGeoBackup in struct ClusterProperties
  • New field PromoteRequest in struct ClustersClientBeginPromoteReadReplicaOptions
  • New field ExternalIdentity, RoleType in struct RoleProperties
azure-sdk-for-go - sdk/resourcemanager/communication/armcommunication/v2.2.0

Published by azure-sdk 7 months ago

2.2.0 (2024-03-22)

Features Added

  • New enum type ManagedServiceIdentityType with values ManagedServiceIdentityTypeNone, ManagedServiceIdentityTypeSystemAssigned, ManagedServiceIdentityTypeSystemAssignedUserAssigned, ManagedServiceIdentityTypeUserAssigned
  • New struct ManagedServiceIdentity
  • New struct UserAssignedIdentity
  • New field Identity in struct ServiceResource
  • New field Identity in struct ServiceResourceUpdate
azure-sdk-for-go - sdk/resourcemanager/cosmos/armcosmos/v3.0.0-beta.4

Published by azure-sdk 7 months ago

3.0.0-beta.4 (2024-03-22)

Breaking Changes

  • Type of CassandraClustersClientBeginDeallocateOptions.XMSForceDeallocate has been changed from *bool to *string

Features Added

  • New function *DataTransferJobsClient.Complete(context.Context, string, string, string, *DataTransferJobsClientCompleteOptions) (DataTransferJobsClientCompleteResponse, error)
  • New field EnablePerRegionPerPartitionAutoscale in struct DatabaseAccountCreateUpdateProperties
  • New field EnablePerRegionPerPartitionAutoscale in struct DatabaseAccountGetProperties
  • New field EnablePerRegionPerPartitionAutoscale in struct DatabaseAccountUpdateProperties
  • New field RestoreWithTTLDisabled in struct ResourceRestoreParameters
  • New field RestoreWithTTLDisabled in struct RestoreParameters
  • New field RestoreWithTTLDisabled in struct RestoreParametersBase
azure-sdk-for-go - sdk/resourcemanager/containerservice/armcontainerservice/v4.8.0

Published by azure-sdk 7 months ago

4.8.0 (2024-03-22)

Features Added

  • New struct ManagedClusterIngressProfile
  • New struct ManagedClusterIngressProfileWebAppRouting
  • New field IngressProfile in struct ManagedClusterProperties
azure-sdk-for-go - sdk/resourcemanager/compute/armcompute/v5.6.0

Published by azure-sdk 7 months ago

5.6.0 (2024-03-22)

Features Added

  • New field VirtualMachineID in struct GalleryArtifactVersionFullSource
azure-sdk-for-go - sdk/resourcemanager/iotfirmwaredefense/armiotfirmwaredefense/v1.0.0

Published by azure-sdk 7 months ago

1.0.0 (2024-03-22)

Breaking Changes

  • Type of BinaryHardeningFeatures.Canary has been changed from *CanaryFlag to *bool
  • Type of BinaryHardeningFeatures.Nx has been changed from *NxFlag to *bool
  • Type of BinaryHardeningFeatures.Pie has been changed from *PieFlag to *bool
  • Type of BinaryHardeningFeatures.Relro has been changed from *RelroFlag to *bool
  • Type of BinaryHardeningFeatures.Stripped has been changed from *StrippedFlag to *bool
  • Type of CryptoCertificate.IsExpired has been changed from *IsExpired to *bool
  • Type of CryptoCertificate.IsSelfSigned has been changed from *IsSelfSigned to *bool
  • Type of CryptoCertificate.IsShortKeySize has been changed from *IsShortKeySize to *bool
  • Type of CryptoCertificate.IsWeakSignature has been changed from *IsWeakSignature to *bool
  • Type of CryptoKey.IsShortKeySize has been changed from *IsShortKeySize to *bool
  • Type of FirmwareProperties.StatusMessages has been changed from []any to []*StatusMessage
  • Enum CanaryFlag has been removed
  • Enum IsExpired has been removed
  • Enum IsSelfSigned has been removed
  • Enum IsShortKeySize has been removed
  • Enum IsUpdateAvailable has been removed
  • Enum IsWeakSignature has been removed
  • Enum NxFlag has been removed
  • Enum PieFlag has been removed
  • Enum RelroFlag has been removed
  • Enum StrippedFlag has been removed
  • Function *ClientFactory.NewFirmwareClient has been removed
  • Function NewFirmwareClient has been removed
  • Function *FirmwareClient.Create has been removed
  • Function *FirmwareClient.Delete has been removed
  • Function *FirmwareClient.GenerateBinaryHardeningDetails has been removed
  • Function *FirmwareClient.GenerateBinaryHardeningSummary has been removed
  • Function *FirmwareClient.GenerateComponentDetails has been removed
  • Function *FirmwareClient.GenerateCryptoCertificateSummary has been removed
  • Function *FirmwareClient.GenerateCryptoKeySummary has been removed
  • Function *FirmwareClient.GenerateCveSummary has been removed
  • Function *FirmwareClient.GenerateDownloadURL has been removed
  • Function *FirmwareClient.GenerateFilesystemDownloadURL has been removed
  • Function *FirmwareClient.GenerateSummary has been removed
  • Function *FirmwareClient.Get has been removed
  • Function *FirmwareClient.NewListByWorkspacePager has been removed
  • Function *FirmwareClient.NewListGenerateBinaryHardeningListPager has been removed
  • Function *FirmwareClient.NewListGenerateComponentListPager has been removed
  • Function *FirmwareClient.NewListGenerateCryptoCertificateListPager has been removed
  • Function *FirmwareClient.NewListGenerateCryptoKeyListPager has been removed
  • Function *FirmwareClient.NewListGenerateCveListPager has been removed
  • Function *FirmwareClient.NewListGeneratePasswordHashListPager has been removed
  • Function *FirmwareClient.Update has been removed
  • Struct BinaryHardening has been removed
  • Struct BinaryHardeningList has been removed
  • Struct BinaryHardeningSummary has been removed
  • Struct Component has been removed
  • Struct ComponentList has been removed
  • Struct CryptoCertificateList has been removed
  • Struct CryptoCertificateSummary has been removed
  • Struct CryptoKeyList has been removed
  • Struct CryptoKeySummary has been removed
  • Struct Cve has been removed
  • Struct CveList has been removed
  • Struct PasswordHashList has been removed
  • Field Undefined of struct CveSummary has been removed
  • Field AdditionalProperties of struct PairedKey has been removed
  • Field UploadURL of struct URLToken has been removed

Features Added

  • New enum type SummaryName with values SummaryNameBinaryHardening, SummaryNameCVE, SummaryNameCryptoCertificate, SummaryNameCryptoKey, SummaryNameFirmware
  • New enum type SummaryType with values SummaryTypeBinaryHardening, SummaryTypeCVE, SummaryTypeCryptoCertificate, SummaryTypeCryptoKey, SummaryTypeFirmware
  • New function NewBinaryHardeningClient(string, azcore.TokenCredential, *arm.ClientOptions) (*BinaryHardeningClient, error)
  • New function *BinaryHardeningClient.NewListByFirmwarePager(string, string, string, *BinaryHardeningClientListByFirmwareOptions) *runtime.Pager[BinaryHardeningClientListByFirmwareResponse]
  • New function *BinaryHardeningSummaryResource.GetSummaryResourceProperties() *SummaryResourceProperties
  • New function *ClientFactory.NewBinaryHardeningClient() *BinaryHardeningClient
  • New function *ClientFactory.NewCryptoCertificatesClient() *CryptoCertificatesClient
  • New function *ClientFactory.NewCryptoKeysClient() *CryptoKeysClient
  • New function *ClientFactory.NewCvesClient() *CvesClient
  • New function *ClientFactory.NewFirmwaresClient() *FirmwaresClient
  • New function *ClientFactory.NewPasswordHashesClient() *PasswordHashesClient
  • New function *ClientFactory.NewSbomComponentsClient() *SbomComponentsClient
  • New function *ClientFactory.NewSummariesClient() *SummariesClient
  • New function *CryptoCertificateSummaryResource.GetSummaryResourceProperties() *SummaryResourceProperties
  • New function NewCryptoCertificatesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*CryptoCertificatesClient, error)
  • New function *CryptoCertificatesClient.NewListByFirmwarePager(string, string, string, *CryptoCertificatesClientListByFirmwareOptions) *runtime.Pager[CryptoCertificatesClientListByFirmwareResponse]
  • New function *CryptoKeySummaryResource.GetSummaryResourceProperties() *SummaryResourceProperties
  • New function NewCryptoKeysClient(string, azcore.TokenCredential, *arm.ClientOptions) (*CryptoKeysClient, error)
  • New function *CryptoKeysClient.NewListByFirmwarePager(string, string, string, *CryptoKeysClientListByFirmwareOptions) *runtime.Pager[CryptoKeysClientListByFirmwareResponse]
  • New function *CveSummary.GetSummaryResourceProperties() *SummaryResourceProperties
  • New function NewCvesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*CvesClient, error)
  • New function *CvesClient.NewListByFirmwarePager(string, string, string, *CvesClientListByFirmwareOptions) *runtime.Pager[CvesClientListByFirmwareResponse]
  • New function *FirmwareSummary.GetSummaryResourceProperties() *SummaryResourceProperties
  • New function NewFirmwaresClient(string, azcore.TokenCredential, *arm.ClientOptions) (*FirmwaresClient, error)
  • New function *FirmwaresClient.Create(context.Context, string, string, string, Firmware, *FirmwaresClientCreateOptions) (FirmwaresClientCreateResponse, error)
  • New function *FirmwaresClient.Delete(context.Context, string, string, string, *FirmwaresClientDeleteOptions) (FirmwaresClientDeleteResponse, error)
  • New function *FirmwaresClient.GenerateDownloadURL(context.Context, string, string, string, *FirmwaresClientGenerateDownloadURLOptions) (FirmwaresClientGenerateDownloadURLResponse, error)
  • New function *FirmwaresClient.GenerateFilesystemDownloadURL(context.Context, string, string, string, *FirmwaresClientGenerateFilesystemDownloadURLOptions) (FirmwaresClientGenerateFilesystemDownloadURLResponse, error)
  • New function *FirmwaresClient.Get(context.Context, string, string, string, *FirmwaresClientGetOptions) (FirmwaresClientGetResponse, error)
  • New function *FirmwaresClient.NewListByWorkspacePager(string, string, *FirmwaresClientListByWorkspaceOptions) *runtime.Pager[FirmwaresClientListByWorkspaceResponse]
  • New function *FirmwaresClient.Update(context.Context, string, string, string, FirmwareUpdateDefinition, *FirmwaresClientUpdateOptions) (FirmwaresClientUpdateResponse, error)
  • New function NewPasswordHashesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*PasswordHashesClient, error)
  • New function *PasswordHashesClient.NewListByFirmwarePager(string, string, string, *PasswordHashesClientListByFirmwareOptions) *runtime.Pager[PasswordHashesClientListByFirmwareResponse]
  • New function NewSbomComponentsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*SbomComponentsClient, error)
  • New function *SbomComponentsClient.NewListByFirmwarePager(string, string, string, *SbomComponentsClientListByFirmwareOptions) *runtime.Pager[SbomComponentsClientListByFirmwareResponse]
  • New function NewSummariesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*SummariesClient, error)
  • New function *SummariesClient.Get(context.Context, string, string, string, SummaryName, *SummariesClientGetOptions) (SummariesClientGetResponse, error)
  • New function *SummariesClient.NewListByFirmwarePager(string, string, string, *SummariesClientListByFirmwareOptions) *runtime.Pager[SummariesClientListByFirmwareResponse]
  • New function *SummaryResourceProperties.GetSummaryResourceProperties() *SummaryResourceProperties
  • New struct BinaryHardeningListResult
  • New struct BinaryHardeningResource
  • New struct BinaryHardeningResult
  • New struct BinaryHardeningSummaryResource
  • New struct CryptoCertificateListResult
  • New struct CryptoCertificateResource
  • New struct CryptoCertificateSummaryResource
  • New struct CryptoKeyListResult
  • New struct CryptoKeyResource
  • New struct CryptoKeySummaryResource
  • New struct CveComponent
  • New struct CveListResult
  • New struct CveResource
  • New struct CveResult
  • New struct PasswordHashListResult
  • New struct PasswordHashResource
  • New struct SbomComponent
  • New struct SbomComponentListResult
  • New struct SbomComponentResource
  • New struct StatusMessage
  • New struct SummaryListResult
  • New struct SummaryResource
  • New field SummaryType in struct CveSummary
  • New field SummaryType in struct FirmwareSummary
azure-sdk-for-go - sdk/resourcemanager/chaos/armchaos/v1.1.0

Published by azure-sdk 7 months ago

1.1.0 (2024-03-22)

Features Added

  • New field Tags in struct ExperimentUpdate
azure-sdk-for-go - sdk/resourcemanager/servicelinker/armservicelinker/v2.0.0-beta.1

Published by azure-sdk 7 months ago

2.0.0-beta.1 (2024-03-22)

Breaking Changes

  • Struct LinkerList has been removed
  • Struct SourceConfigurationResult has been removed
  • Field SourceConfigurationResult of struct LinkerClientListConfigurationsResponse has been removed
  • Field LinkerList of struct LinkerClientListResponse has been removed

Features Added

  • New value ActionTypeEnable, ActionTypeOptOut added to enum type ActionType
  • New value AuthTypeAccessKey, AuthTypeEasyAuthMicrosoftEntraID, AuthTypeUserAccount added to enum type AuthType
  • New value ClientTypeDapr, ClientTypeJmsSpringBoot, ClientTypeKafkaSpringBoot added to enum type ClientType
  • New value TargetServiceTypeSelfHostedServer added to enum type TargetServiceType
  • New enum type AccessKeyPermissions with values AccessKeyPermissionsListen, AccessKeyPermissionsManage, AccessKeyPermissionsRead, AccessKeyPermissionsSend, AccessKeyPermissionsWrite
  • New enum type AllowType with values AllowTypeFalse, AllowTypeTrue
  • New enum type AuthMode with values AuthModeOptInAllAuth, AuthModeOptOutAllAuth
  • New enum type DaprBindingComponentDirection with values DaprBindingComponentDirectionInput, DaprBindingComponentDirectionOutput
  • New enum type DaprMetadataRequired with values DaprMetadataRequiredFalse, DaprMetadataRequiredTrue
  • New enum type DeleteOrUpdateBehavior with values DeleteOrUpdateBehaviorDefault, DeleteOrUpdateBehaviorForcedCleanup
  • New enum type DryrunActionName with values DryrunActionNameCreateOrUpdate
  • New enum type DryrunPrerequisiteResultType with values DryrunPrerequisiteResultTypeBasicError, DryrunPrerequisiteResultTypePermissionsMissing
  • New enum type DryrunPreviewOperationType with values DryrunPreviewOperationTypeConfigAuth, DryrunPreviewOperationTypeConfigConnection, DryrunPreviewOperationTypeConfigNetwork
  • New enum type LinkerConfigurationType with values LinkerConfigurationTypeDefault, LinkerConfigurationTypeKeyVaultSecret
  • New enum type SecretSourceType with values SecretSourceTypeKeyVaultSecret, SecretSourceTypeRawValue
  • New function *AccessKeyInfoBase.GetAuthInfoBase() *AuthInfoBase
  • New function *BasicErrorDryrunPrerequisiteResult.GetDryrunPrerequisiteResult() *DryrunPrerequisiteResult
  • New function *ClientFactory.NewConfigurationNamesClient() *ConfigurationNamesClient
  • New function *ClientFactory.NewConnectorClient() *ConnectorClient
  • New function *ClientFactory.NewLinkersClient() *LinkersClient
  • New function NewConfigurationNamesClient(azcore.TokenCredential, *arm.ClientOptions) (*ConfigurationNamesClient, error)
  • New function *ConfigurationNamesClient.NewListPager(*ConfigurationNamesClientListOptions) *runtime.Pager[ConfigurationNamesClientListResponse]
  • New function NewConnectorClient(azcore.TokenCredential, *arm.ClientOptions) (*ConnectorClient, error)
  • New function *ConnectorClient.BeginCreateDryrun(context.Context, string, string, string, string, DryrunResource, *ConnectorClientBeginCreateDryrunOptions) (*runtime.Poller[ConnectorClientCreateDryrunResponse], error)
  • New function *ConnectorClient.BeginCreateOrUpdate(context.Context, string, string, string, string, LinkerResource, *ConnectorClientBeginCreateOrUpdateOptions) (*runtime.Poller[ConnectorClientCreateOrUpdateResponse], error)
  • New function *ConnectorClient.BeginDelete(context.Context, string, string, string, string, *ConnectorClientBeginDeleteOptions) (*runtime.Poller[ConnectorClientDeleteResponse], error)
  • New function *ConnectorClient.DeleteDryrun(context.Context, string, string, string, string, *ConnectorClientDeleteDryrunOptions) (ConnectorClientDeleteDryrunResponse, error)
  • New function *ConnectorClient.GenerateConfigurations(context.Context, string, string, string, string, *ConnectorClientGenerateConfigurationsOptions) (ConnectorClientGenerateConfigurationsResponse, error)
  • New function *ConnectorClient.Get(context.Context, string, string, string, string, *ConnectorClientGetOptions) (ConnectorClientGetResponse, error)
  • New function *ConnectorClient.GetDryrun(context.Context, string, string, string, string, *ConnectorClientGetDryrunOptions) (ConnectorClientGetDryrunResponse, error)
  • New function *ConnectorClient.NewListDryrunPager(string, string, string, *ConnectorClientListDryrunOptions) *runtime.Pager[ConnectorClientListDryrunResponse]
  • New function *ConnectorClient.NewListPager(string, string, string, *ConnectorClientListOptions) *runtime.Pager[ConnectorClientListResponse]
  • New function *ConnectorClient.BeginUpdate(context.Context, string, string, string, string, LinkerPatch, *ConnectorClientBeginUpdateOptions) (*runtime.Poller[ConnectorClientUpdateResponse], error)
  • New function *ConnectorClient.BeginUpdateDryrun(context.Context, string, string, string, string, DryrunPatch, *ConnectorClientBeginUpdateDryrunOptions) (*runtime.Poller[ConnectorClientUpdateDryrunResponse], error)
  • New function *ConnectorClient.BeginValidate(context.Context, string, string, string, string, *ConnectorClientBeginValidateOptions) (*runtime.Poller[ConnectorClientValidateResponse], error)
  • New function *CreateOrUpdateDryrunParameters.GetDryrunParameters() *DryrunParameters
  • New function *DryrunParameters.GetDryrunParameters() *DryrunParameters
  • New function *DryrunPrerequisiteResult.GetDryrunPrerequisiteResult() *DryrunPrerequisiteResult
  • New function *EasyAuthMicrosoftEntraIDAuthInfo.GetAuthInfoBase() *AuthInfoBase
  • New function NewLinkersClient(azcore.TokenCredential, *arm.ClientOptions) (*LinkersClient, error)
  • New function *LinkersClient.BeginCreateDryrun(context.Context, string, string, DryrunResource, *LinkersClientBeginCreateDryrunOptions) (*runtime.Poller[LinkersClientCreateDryrunResponse], error)
  • New function *LinkersClient.DeleteDryrun(context.Context, string, string, *LinkersClientDeleteDryrunOptions) (LinkersClientDeleteDryrunResponse, error)
  • New function *LinkersClient.GenerateConfigurations(context.Context, string, string, *LinkersClientGenerateConfigurationsOptions) (LinkersClientGenerateConfigurationsResponse, error)
  • New function *LinkersClient.GetDryrun(context.Context, string, string, *LinkersClientGetDryrunOptions) (LinkersClientGetDryrunResponse, error)
  • New function *LinkersClient.NewListDaprConfigurationsPager(string, *LinkersClientListDaprConfigurationsOptions) *runtime.Pager[LinkersClientListDaprConfigurationsResponse]
  • New function *LinkersClient.NewListDryrunPager(string, *LinkersClientListDryrunOptions) *runtime.Pager[LinkersClientListDryrunResponse]
  • New function *LinkersClient.BeginUpdateDryrun(context.Context, string, string, DryrunPatch, *LinkersClientBeginUpdateDryrunOptions) (*runtime.Poller[LinkersClientUpdateDryrunResponse], error)
  • New function *PermissionsMissingDryrunPrerequisiteResult.GetDryrunPrerequisiteResult() *DryrunPrerequisiteResult
  • New function *SelfHostedServer.GetTargetServiceBase() *TargetServiceBase
  • New function *UserAccountAuthInfo.GetAuthInfoBase() *AuthInfoBase
  • New struct AccessKeyInfoBase
  • New struct BasicErrorDryrunPrerequisiteResult
  • New struct ConfigurationInfo
  • New struct ConfigurationName
  • New struct ConfigurationNameItem
  • New struct ConfigurationNameResult
  • New struct ConfigurationNames
  • New struct ConfigurationResult
  • New struct ConfigurationStore
  • New struct CreateOrUpdateDryrunParameters
  • New struct DaprConfigurationList
  • New struct DaprConfigurationProperties
  • New struct DaprConfigurationResource
  • New struct DaprMetadata
  • New struct DaprProperties
  • New struct DatabaseAADAuthInfo
  • New struct DryrunList
  • New struct DryrunOperationPreview
  • New struct DryrunPatch
  • New struct DryrunProperties
  • New struct DryrunResource
  • New struct EasyAuthMicrosoftEntraIDAuthInfo
  • New struct FirewallRules
  • New struct PermissionsMissingDryrunPrerequisiteResult
  • New struct PublicNetworkSolution
  • New struct ResourceList
  • New struct SelfHostedServer
  • New struct UserAccountAuthInfo
  • New anonymous field ConfigurationResult in struct LinkerClientListConfigurationsResponse
  • New anonymous field ResourceList in struct LinkerClientListResponse
  • New field ConfigurationInfo, PublicNetworkSolution in struct LinkerProperties
  • New field SystemData in struct ProxyResource
  • New field SystemData in struct Resource
  • New field AuthMode in struct SecretAuthInfo
  • New field KeyVaultSecretName in struct SecretStore
  • New field AuthMode, DeleteOrUpdateBehavior, Roles in struct ServicePrincipalCertificateAuthInfo
  • New field AuthMode, DeleteOrUpdateBehavior, Roles, UserName in struct ServicePrincipalSecretAuthInfo
  • New field ConfigType, Description, KeyVaultReferenceIdentity in struct SourceConfiguration
  • New field AuthMode, DeleteOrUpdateBehavior, Roles, UserName in struct SystemAssignedIdentityAuthInfo
  • New field AuthMode, DeleteOrUpdateBehavior, Roles, UserName in struct UserAssignedIdentityAuthInfo
  • New field DeleteOrUpdateBehavior in struct VNetSolution
azure-sdk-for-go - sdk/messaging/eventgrid/azsystemevents/v0.2.0

Published by azure-sdk 7 months ago

0.2.0 (2024-03-14)

Features Added

  • Added API Center system events under their official names.

Breaking Changes

  • Events have been renamed:
    • APIDefinitionAddedEventData renamed to APICenterAPIDefinitionAddedEventData
    • APIDefinitionUpdatedEventData renamed to APICenterAPIDefinitionUpdatedEventData
azure-sdk-for-go - sdk/template/aztemplate/v0.6.0

Published by azure-sdk 7 months ago

0.6.0 (2024-03-14)

  • Template package validating release pipeline
azure-sdk-for-go - sdk/template/aztemplate/v0.4.0

Published by azure-sdk 7 months ago

0.4.0 (2024-03-13)

  • Template package validating release pipeline
azure-sdk-for-go - sdk/monitor/azingest/v0.1.2

Published by azure-sdk 7 months ago

0.1.2 (2024-03-13)

Other Changes

azure-sdk-for-go - sdk/monitor/ingestion/azlogs/v0.2.0

Published by azure-sdk 7 months ago

0.2.0 (2024-03-11)

Breaking Changes

  • Moved from sdk/monitor/azingest to sdk/monitor/ingestion/azlogs

Other Changes

  • Updated to the latest version of azcore.
  • Enabled spans for distributed tracing.
azure-sdk-for-go - sdk/data/aztables/v1.2.0

Published by azure-sdk 7 months ago

1.2.0 (2024-03-11)

Features Added

  • Methods Client.AddEntity and ServiceClient.NewListTablesPager now include OData metadata in their responses.
  • The amount of OData metadata returned has been made configurable for the following methods:
    • Client.AddEntity, Client.GetEntity, Client.NewListEntitiesPager, and ServiceClient.NewListTablesPager.
    • Use one of the following constants to specify the amount: MetadataFormatFull, MetadataFormatMinimal, or MetadataFormatNone.

Bugs Fixed

  • Fixed an issue that could cause Client.NewListEntitiesPager to skip pages in some cases.
  • Fixed an issue that could cause unmarshaling empty time values to fail.

Other Changes

  • Update dependencies.
azure-sdk-for-go - sdk/monitor/query/azlogs/v0.1.0

Published by azure-sdk 8 months ago

0.1.0 (2024-03-07)

  • This is the initial release of the azlogs module
azure-sdk-for-go - sdk/resourcemanager/security/armsecurity/v0.13.0

Published by azure-sdk 8 months ago

0.13.0 (2024-03-08)

Breaking Changes

  • Function *PricingsClient.Get parameter(s) have been changed from (context.Context, string, *PricingsClientGetOptions) to (context.Context, string, string, *PricingsClientGetOptions)
  • Function *PricingsClient.List parameter(s) have been changed from (context.Context, *PricingsClientListOptions) to (context.Context, string, *PricingsClientListOptions)
  • Function *PricingsClient.Update parameter(s) have been changed from (context.Context, string, Pricing, *PricingsClientUpdateOptions) to (context.Context, string, string, Pricing, *PricingsClientUpdateOptions)
  • Function *SettingsClient.Get parameter(s) have been changed from (context.Context, SettingName, *SettingsClientGetOptions) to (context.Context, SettingNameAutoGenerated, *SettingsClientGetOptions)
  • Function *SettingsClient.Update parameter(s) have been changed from (context.Context, SettingName, SettingClassification, *SettingsClientUpdateOptions) to (context.Context, SettingNameAutoGenerated, SettingClassification, *SettingsClientUpdateOptions)
  • Type of Extension.OperationStatus has been changed from *OperationStatus to *OperationStatusAutoGenerated
  • Type of HealthDataClassification.Scope has been changed from *ScopeName to *string
  • Type of OperationStatus.Code has been changed from *Code to *string
  • SettingNameMCAS, SettingNameSentinel, SettingNameWDATP, SettingNameWDATPEXCLUDELINUXPUBLICPREVIEW, SettingNameWDATPUNIFIEDSOLUTION from enum SettingName has been removed
  • Enum ScopeName has been removed
  • Function NewAPICollectionClient has been removed
  • Function *APICollectionClient.Get has been removed
  • Function *APICollectionClient.NewListPager has been removed
  • Function NewAPICollectionOffboardingClient has been removed
  • Function *APICollectionOffboardingClient.Delete has been removed
  • Function NewAPICollectionOnboardingClient has been removed
  • Function *APICollectionOnboardingClient.Create has been removed
  • Function *ClientFactory.NewAPICollectionClient has been removed
  • Function *ClientFactory.NewAPICollectionOffboardingClient has been removed
  • Function *ClientFactory.NewAPICollectionOnboardingClient has been removed
  • Function *ClientFactory.NewHealthReportClient has been removed
  • Function *ClientFactory.NewIngestionSettingsClient has been removed
  • Function NewHealthReportClient has been removed
  • Function *HealthReportClient.Get has been removed
  • Function NewIngestionSettingsClient has been removed
  • Function *IngestionSettingsClient.Create has been removed
  • Function *IngestionSettingsClient.Delete has been removed
  • Function *IngestionSettingsClient.Get has been removed
  • Function *IngestionSettingsClient.ListConnectionStrings has been removed
  • Function *IngestionSettingsClient.NewListPager has been removed
  • Function *IngestionSettingsClient.ListTokens has been removed
  • Struct APICollectionResponse has been removed
  • Struct APICollectionResponseList has been removed
  • Struct ConnectionStrings has been removed
  • Struct IngestionConnectionString has been removed
  • Struct IngestionSetting has been removed
  • Struct IngestionSettingList has been removed
  • Struct IngestionSettingToken has been removed
  • Field AdditionalData of struct APICollectionProperties has been removed

Features Added

  • New value SettingNameCurrent added to enum type SettingName
  • New enum type ActionableRemediationState with values ActionableRemediationStateDisabled, ActionableRemediationStateEnabled, ActionableRemediationStateNone
  • New enum type AnnotateDefaultBranchState with values AnnotateDefaultBranchStateDisabled, AnnotateDefaultBranchStateEnabled
  • New enum type AutoDiscovery with values AutoDiscoveryDisabled, AutoDiscoveryEnabled, AutoDiscoveryNotApplicable
  • New enum type DesiredOnboardingState with values DesiredOnboardingStateDisabled, DesiredOnboardingStateEnabled
  • New enum type DevOpsProvisioningState with values DevOpsProvisioningStateCanceled, DevOpsProvisioningStateDeletionFailure, DevOpsProvisioningStateDeletionSuccess, DevOpsProvisioningStateFailed, DevOpsProvisioningStatePending, DevOpsProvisioningStatePendingDeletion, DevOpsProvisioningStateSucceeded
  • New enum type Enforce with values EnforceFalse, EnforceTrue
  • New enum type InheritFromParentState with values InheritFromParentStateDisabled, InheritFromParentStateEnabled
  • New enum type Inherited with values InheritedFalse, InheritedTrue
  • New enum type OnboardingState with values OnboardingStateNotApplicable, OnboardingStateNotOnboarded, OnboardingStateOnboarded, OnboardingStateOnboardedByOtherConnector
  • New enum type ResourcesCoverageStatus with values ResourcesCoverageStatusFullyCovered, ResourcesCoverageStatusNotCovered, ResourcesCoverageStatusPartiallyCovered
  • New enum type RuleCategory with values RuleCategoryArtifacts, RuleCategoryCode, RuleCategoryContainers, RuleCategoryDependencies, RuleCategoryIaC, RuleCategorySecrets
  • New enum type ServerVulnerabilityAssessmentsAzureSettingSelectedProvider with values ServerVulnerabilityAssessmentsAzureSettingSelectedProviderMdeTvm
  • New enum type ServerVulnerabilityAssessmentsSettingKind with values ServerVulnerabilityAssessmentsSettingKindAzureServersSetting
  • New enum type ServerVulnerabilityAssessmentsSettingKindName with values ServerVulnerabilityAssessmentsSettingKindNameAzureServersSetting
  • New enum type SettingNameAutoGenerated with values SettingNameAutoGeneratedMCAS, SettingNameAutoGeneratedSentinel, SettingNameAutoGeneratedWDATP, SettingNameAutoGeneratedWDATPEXCLUDELINUXPUBLICPREVIEW, SettingNameAutoGeneratedWDATPUNIFIEDSOLUTION
  • New function NewAPICollectionsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*APICollectionsClient, error)
  • New function *APICollectionsClient.GetByAzureAPIManagementService(context.Context, string, string, string, *APICollectionsClientGetByAzureAPIManagementServiceOptions) (APICollectionsClientGetByAzureAPIManagementServiceResponse, error)
  • New function *APICollectionsClient.NewListByAzureAPIManagementServicePager(string, string, *APICollectionsClientListByAzureAPIManagementServiceOptions) *runtime.Pager[APICollectionsClientListByAzureAPIManagementServiceResponse]
  • New function *APICollectionsClient.NewListByResourceGroupPager(string, *APICollectionsClientListByResourceGroupOptions) *runtime.Pager[APICollectionsClientListByResourceGroupResponse]
  • New function *APICollectionsClient.NewListBySubscriptionPager(*APICollectionsClientListBySubscriptionOptions) *runtime.Pager[APICollectionsClientListBySubscriptionResponse]
  • New function *APICollectionsClient.OffboardAzureAPIManagementAPI(context.Context, string, string, string, *APICollectionsClientOffboardAzureAPIManagementAPIOptions) (APICollectionsClientOffboardAzureAPIManagementAPIResponse, error)
  • New function *APICollectionsClient.BeginOnboardAzureAPIManagementAPI(context.Context, string, string, string, *APICollectionsClientBeginOnboardAzureAPIManagementAPIOptions) (*runtime.Poller[APICollectionsClientOnboardAzureAPIManagementAPIResponse], error)
  • New function NewAzureDevOpsOrgsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*AzureDevOpsOrgsClient, error)
  • New function *AzureDevOpsOrgsClient.BeginCreateOrUpdate(context.Context, string, string, string, AzureDevOpsOrg, *AzureDevOpsOrgsClientBeginCreateOrUpdateOptions) (*runtime.Poller[AzureDevOpsOrgsClientCreateOrUpdateResponse], error)
  • New function *AzureDevOpsOrgsClient.Get(context.Context, string, string, string, *AzureDevOpsOrgsClientGetOptions) (AzureDevOpsOrgsClientGetResponse, error)
  • New function *AzureDevOpsOrgsClient.ListAvailable(context.Context, string, string, *AzureDevOpsOrgsClientListAvailableOptions) (AzureDevOpsOrgsClientListAvailableResponse, error)
  • New function *AzureDevOpsOrgsClient.NewListPager(string, string, *AzureDevOpsOrgsClientListOptions) *runtime.Pager[AzureDevOpsOrgsClientListResponse]
  • New function *AzureDevOpsOrgsClient.BeginUpdate(context.Context, string, string, string, AzureDevOpsOrg, *AzureDevOpsOrgsClientBeginUpdateOptions) (*runtime.Poller[AzureDevOpsOrgsClientUpdateResponse], error)
  • New function NewAzureDevOpsProjectsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*AzureDevOpsProjectsClient, error)
  • New function *AzureDevOpsProjectsClient.BeginCreateOrUpdate(context.Context, string, string, string, string, AzureDevOpsProject, *AzureDevOpsProjectsClientBeginCreateOrUpdateOptions) (*runtime.Poller[AzureDevOpsProjectsClientCreateOrUpdateResponse], error)
  • New function *AzureDevOpsProjectsClient.Get(context.Context, string, string, string, string, *AzureDevOpsProjectsClientGetOptions) (AzureDevOpsProjectsClientGetResponse, error)
  • New function *AzureDevOpsProjectsClient.NewListPager(string, string, string, *AzureDevOpsProjectsClientListOptions) *runtime.Pager[AzureDevOpsProjectsClientListResponse]
  • New function *AzureDevOpsProjectsClient.BeginUpdate(context.Context, string, string, string, string, AzureDevOpsProject, *AzureDevOpsProjectsClientBeginUpdateOptions) (*runtime.Poller[AzureDevOpsProjectsClientUpdateResponse], error)
  • New function NewAzureDevOpsReposClient(string, azcore.TokenCredential, *arm.ClientOptions) (*AzureDevOpsReposClient, error)
  • New function *AzureDevOpsReposClient.BeginCreateOrUpdate(context.Context, string, string, string, string, string, AzureDevOpsRepository, *AzureDevOpsReposClientBeginCreateOrUpdateOptions) (*runtime.Poller[AzureDevOpsReposClientCreateOrUpdateResponse], error)
  • New function *AzureDevOpsReposClient.Get(context.Context, string, string, string, string, string, *AzureDevOpsReposClientGetOptions) (AzureDevOpsReposClientGetResponse, error)
  • New function *AzureDevOpsReposClient.NewListPager(string, string, string, string, *AzureDevOpsReposClientListOptions) *runtime.Pager[AzureDevOpsReposClientListResponse]
  • New function *AzureDevOpsReposClient.BeginUpdate(context.Context, string, string, string, string, string, AzureDevOpsRepository, *AzureDevOpsReposClientBeginUpdateOptions) (*runtime.Poller[AzureDevOpsReposClientUpdateResponse], error)
  • New function *AzureServersSetting.GetServerVulnerabilityAssessmentsSetting() *ServerVulnerabilityAssessmentsSetting
  • New function *ClientFactory.NewAPICollectionsClient() *APICollectionsClient
  • New function *ClientFactory.NewAzureDevOpsOrgsClient() *AzureDevOpsOrgsClient
  • New function *ClientFactory.NewAzureDevOpsProjectsClient() *AzureDevOpsProjectsClient
  • New function *ClientFactory.NewAzureDevOpsReposClient() *AzureDevOpsReposClient
  • New function *ClientFactory.NewDefenderForStorageClient() *DefenderForStorageClient
  • New function *ClientFactory.NewDevOpsConfigurationsClient() *DevOpsConfigurationsClient
  • New function *ClientFactory.NewDevOpsOperationResultsClient() *DevOpsOperationResultsClient
  • New function *ClientFactory.NewGitHubOwnersClient() *GitHubOwnersClient
  • New function *ClientFactory.NewGitHubReposClient() *GitHubReposClient
  • New function *ClientFactory.NewGitLabGroupsClient() *GitLabGroupsClient
  • New function *ClientFactory.NewGitLabProjectsClient() *GitLabProjectsClient
  • New function *ClientFactory.NewGitLabSubgroupsClient() *GitLabSubgroupsClient
  • New function *ClientFactory.NewServerVulnerabilityAssessmentsSettingsClient() *ServerVulnerabilityAssessmentsSettingsClient
  • New function NewDefenderForStorageClient(azcore.TokenCredential, *arm.ClientOptions) (*DefenderForStorageClient, error)
  • New function *DefenderForStorageClient.Create(context.Context, string, SettingName, DefenderForStorageSetting, *DefenderForStorageClientCreateOptions) (DefenderForStorageClientCreateResponse, error)
  • New function *DefenderForStorageClient.Get(context.Context, string, SettingName, *DefenderForStorageClientGetOptions) (DefenderForStorageClientGetResponse, error)
  • New function NewDevOpsConfigurationsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*DevOpsConfigurationsClient, error)
  • New function *DevOpsConfigurationsClient.BeginCreateOrUpdate(context.Context, string, string, DevOpsConfiguration, *DevOpsConfigurationsClientBeginCreateOrUpdateOptions) (*runtime.Poller[DevOpsConfigurationsClientCreateOrUpdateResponse], error)
  • New function *DevOpsConfigurationsClient.BeginDelete(context.Context, string, string, *DevOpsConfigurationsClientBeginDeleteOptions) (*runtime.Poller[DevOpsConfigurationsClientDeleteResponse], error)
  • New function *DevOpsConfigurationsClient.Get(context.Context, string, string, *DevOpsConfigurationsClientGetOptions) (DevOpsConfigurationsClientGetResponse, error)
  • New function *DevOpsConfigurationsClient.NewListPager(string, string, *DevOpsConfigurationsClientListOptions) *runtime.Pager[DevOpsConfigurationsClientListResponse]
  • New function *DevOpsConfigurationsClient.BeginUpdate(context.Context, string, string, DevOpsConfiguration, *DevOpsConfigurationsClientBeginUpdateOptions) (*runtime.Poller[DevOpsConfigurationsClientUpdateResponse], error)
  • New function NewDevOpsOperationResultsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*DevOpsOperationResultsClient, error)
  • New function *DevOpsOperationResultsClient.Get(context.Context, string, string, string, *DevOpsOperationResultsClientGetOptions) (DevOpsOperationResultsClientGetResponse, error)
  • New function NewGitHubOwnersClient(string, azcore.TokenCredential, *arm.ClientOptions) (*GitHubOwnersClient, error)
  • New function *GitHubOwnersClient.Get(context.Context, string, string, string, *GitHubOwnersClientGetOptions) (GitHubOwnersClientGetResponse, error)
  • New function *GitHubOwnersClient.ListAvailable(context.Context, string, string, *GitHubOwnersClientListAvailableOptions) (GitHubOwnersClientListAvailableResponse, error)
  • New function *GitHubOwnersClient.NewListPager(string, string, *GitHubOwnersClientListOptions) *runtime.Pager[GitHubOwnersClientListResponse]
  • New function NewGitHubReposClient(string, azcore.TokenCredential, *arm.ClientOptions) (*GitHubReposClient, error)
  • New function *GitHubReposClient.Get(context.Context, string, string, string, string, *GitHubReposClientGetOptions) (GitHubReposClientGetResponse, error)
  • New function *GitHubReposClient.NewListPager(string, string, string, *GitHubReposClientListOptions) *runtime.Pager[GitHubReposClientListResponse]
  • New function NewGitLabGroupsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*GitLabGroupsClient, error)
  • New function *GitLabGroupsClient.Get(context.Context, string, string, string, *GitLabGroupsClientGetOptions) (GitLabGroupsClientGetResponse, error)
  • New function *GitLabGroupsClient.ListAvailable(context.Context, string, string, *GitLabGroupsClientListAvailableOptions) (GitLabGroupsClientListAvailableResponse, error)
  • New function *GitLabGroupsClient.NewListPager(string, string, *GitLabGroupsClientListOptions) *runtime.Pager[GitLabGroupsClientListResponse]
  • New function NewGitLabProjectsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*GitLabProjectsClient, error)
  • New function *GitLabProjectsClient.Get(context.Context, string, string, string, string, *GitLabProjectsClientGetOptions) (GitLabProjectsClientGetResponse, error)
  • New function *GitLabProjectsClient.NewListPager(string, string, string, *GitLabProjectsClientListOptions) *runtime.Pager[GitLabProjectsClientListResponse]
  • New function NewGitLabSubgroupsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*GitLabSubgroupsClient, error)
  • New function *GitLabSubgroupsClient.List(context.Context, string, string, string, *GitLabSubgroupsClientListOptions) (GitLabSubgroupsClientListResponse, error)
  • New function *HealthReportsClient.Get(context.Context, string, string, *HealthReportsClientGetOptions) (HealthReportsClientGetResponse, error)
  • New function *PricingsClient.Delete(context.Context, string, string, *PricingsClientDeleteOptions) (PricingsClientDeleteResponse, error)
  • New function *ServerVulnerabilityAssessmentsSetting.GetServerVulnerabilityAssessmentsSetting() *ServerVulnerabilityAssessmentsSetting
  • New function NewServerVulnerabilityAssessmentsSettingsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ServerVulnerabilityAssessmentsSettingsClient, error)
  • New function *ServerVulnerabilityAssessmentsSettingsClient.CreateOrUpdate(context.Context, ServerVulnerabilityAssessmentsSettingKindName, ServerVulnerabilityAssessmentsSettingClassification, *ServerVulnerabilityAssessmentsSettingsClientCreateOrUpdateOptions) (ServerVulnerabilityAssessmentsSettingsClientCreateOrUpdateResponse, error)
  • New function *ServerVulnerabilityAssessmentsSettingsClient.Delete(context.Context, ServerVulnerabilityAssessmentsSettingKindName, *ServerVulnerabilityAssessmentsSettingsClientDeleteOptions) (ServerVulnerabilityAssessmentsSettingsClientDeleteResponse, error)
  • New function *ServerVulnerabilityAssessmentsSettingsClient.Get(context.Context, ServerVulnerabilityAssessmentsSettingKindName, *ServerVulnerabilityAssessmentsSettingsClientGetOptions) (ServerVulnerabilityAssessmentsSettingsClientGetResponse, error)
  • New function *ServerVulnerabilityAssessmentsSettingsClient.NewListBySubscriptionPager(*ServerVulnerabilityAssessmentsSettingsClientListBySubscriptionOptions) *runtime.Pager[ServerVulnerabilityAssessmentsSettingsClientListBySubscriptionResponse]
  • New struct APICollection
  • New struct APICollectionList
  • New struct ActionableRemediation
  • New struct Authorization
  • New struct AzureDevOpsOrg
  • New struct AzureDevOpsOrgListResponse
  • New struct AzureDevOpsOrgProperties
  • New struct AzureDevOpsOrganizationConfiguration
  • New struct AzureDevOpsProject
  • New struct AzureDevOpsProjectConfiguration
  • New struct AzureDevOpsProjectListResponse
  • New struct AzureDevOpsProjectProperties
  • New struct AzureDevOpsRepository
  • New struct AzureDevOpsRepositoryListResponse
  • New struct AzureDevOpsRepositoryProperties
  • New struct AzureServersSetting
  • New struct BaseResourceConfiguration
  • New struct CategoryConfiguration
  • New struct DefenderCspmAwsOfferingCiem
  • New struct DefenderCspmAwsOfferingCiemDiscovery
  • New struct DefenderCspmAwsOfferingCiemOidc
  • New struct DefenderCspmAwsOfferingMdcContainersAgentlessDiscoveryK8S
  • New struct DefenderCspmAwsOfferingMdcContainersImageAssessment
  • New struct DefenderCspmGcpOfferingCiemDiscovery
  • New struct DefenderCspmGcpOfferingDataSensitivityDiscovery
  • New struct DefenderCspmGcpOfferingMdcContainersAgentlessDiscoveryK8S
  • New struct DefenderCspmGcpOfferingMdcContainersImageAssessment
  • New struct DefenderCspmGcpOfferingVMScanners
  • New struct DefenderCspmGcpOfferingVMScannersConfiguration
  • New struct DefenderForContainersAwsOfferingMdcContainersAgentlessDiscoveryK8S
  • New struct DefenderForContainersAwsOfferingMdcContainersImageAssessment
  • New struct DefenderForContainersGcpOfferingMdcContainersAgentlessDiscoveryK8S
  • New struct DefenderForContainersGcpOfferingMdcContainersImageAssessment
  • New struct DefenderForStorageSetting
  • New struct DefenderForStorageSettingProperties
  • New struct DevOpsConfiguration
  • New struct DevOpsConfigurationListResponse
  • New struct DevOpsConfigurationProperties
  • New struct GitHubOwner
  • New struct GitHubOwnerConfiguration
  • New struct GitHubOwnerListResponse
  • New struct GitHubOwnerProperties
  • New struct GitHubRepository
  • New struct GitHubRepositoryListResponse
  • New struct GitHubRepositoryProperties
  • New struct GitLabGroup
  • New struct GitLabGroupConfiguration
  • New struct GitLabGroupListResponse
  • New struct GitLabGroupProperties
  • New struct GitLabProject
  • New struct GitLabProjectListResponse
  • New struct GitLabProjectProperties
  • New struct MalwareScanningProperties
  • New struct OnUploadProperties
  • New struct OperationStatusAutoGenerated
  • New struct OperationStatusResult
  • New struct ProxyResource
  • New struct ResourceAutoGenerated
  • New struct ResourceAutoGenerated2
  • New struct SensitiveDataDiscoveryProperties
  • New struct ServerVulnerabilityAssessmentsAzureSettingProperties
  • New struct ServerVulnerabilityAssessmentsSettingsList
  • New struct TargetBranchConfiguration
  • New field BaseURL, DiscoveredVia, NumberOfAPIEndpoints, NumberOfAPIEndpointsWithSensitiveDataExposed, NumberOfExternalAPIEndpoints, NumberOfInactiveAPIEndpoints, NumberOfUnauthenticatedAPIEndpoints, ProvisioningState, SensitivityLabel in struct APICollectionProperties
  • New field ScanInterval in struct AwsEnvironmentData
  • New field Ciem, MdcContainersAgentlessDiscoveryK8S, MdcContainersImageAssessment in struct DefenderCspmAwsOffering
  • New field CiemDiscovery, DataSensitivityDiscovery, MdcContainersAgentlessDiscoveryK8S, MdcContainersImageAssessment, VMScanners in struct DefenderCspmGcpOffering
  • New field MdcContainersAgentlessDiscoveryK8S, MdcContainersImageAssessment in struct DefenderForContainersAwsOffering
  • New field MdcContainersAgentlessDiscoveryK8S, MdcContainersImageAssessment in struct DefenderForContainersGcpOffering
  • New field ScanInterval in struct GcpProjectEnvironmentData
  • New field AffectedDefendersSubPlans, ReportAdditionalData in struct HealthReportProperties
  • New field Enforce, Inherited, InheritedFrom, ResourcesCoverageStatus in struct PricingProperties
  • New field Filter in struct PricingsClientListOptions
  • New field LastScannedDate, Reason in struct StatusAutoGenerated
azure-sdk-for-go - sdk/resourcemanager/storageactions/armstorageactions/v0.1.0

Published by azure-sdk 8 months ago

0.1.0 (2024-03-08)

The package of github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storageactions/armstorageactions is using our next generation design principles.

To learn more, please refer to our documentation Quick Start.

Package Rankings
Top 0.62% on Proxy.golang.org
Badges
Extracted from project README
godoc