Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 75 additions & 0 deletions sdk/resourcemanager/purview/armpurview/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,80 @@
# Release History

## 2.0.0-beta.1 (2024-05-03)
### Breaking Changes

- Type of `AccountSKU.Name` has been changed from `*Name` to `*AccountSKUName`
- Type of `AccountSKUAutoGenerated.Name` has been changed from `*Name` to `*AccountSKUName`
- Type of `Identity.Type` has been changed from `*Type` to `*ManagedIdentityType`
- Type of `PrivateLinkServiceConnectionState.Status` has been changed from `*Status` to `*PrivateEndpointConnectionStatus`
- Enum `Name` has been removed
- Enum `Status` has been removed
- Enum `Type` has been removed
- Field `Guardian` of struct `AccountEndpoints` has been removed
- Field `Count` of struct `AccountList` has been removed
- Field `Guardian` of struct `AccountPropertiesEndpoints` has been removed
- Field `Count` of struct `PrivateEndpointConnectionList` has been removed
- Field `Count` of struct `PrivateLinkResourceList` has been removed

### Features Added

- New enum type `AccountProvisioningState` with values `AccountProvisioningStateCanceled`, `AccountProvisioningStateCreating`, `AccountProvisioningStateDeleting`, `AccountProvisioningStateFailed`, `AccountProvisioningStateMoving`, `AccountProvisioningStateSoftDeleted`, `AccountProvisioningStateSoftDeleting`, `AccountProvisioningStateSucceeded`, `AccountProvisioningStateUnknown`, `AccountProvisioningStateUpdating`
- New enum type `AccountSKUName` with values `AccountSKUNameFree`, `AccountSKUNameStandard`
- New enum type `ConsentKind` with values `ConsentKindGovernance`, `ConsentKindMetadata`
- New enum type `ConsentScopeType` with values `ConsentScopeTypeAzure`, `ConsentScopeTypeDatabricks`, `ConsentScopeTypeFabric`, `ConsentScopeTypeS3`, `ConsentScopeTypeSnowflake`
- New enum type `ConsentStatus` with values `ConsentStatusDisabled`, `ConsentStatusEnabled`, `ConsentStatusNotSpecified`
- New enum type `EventHubType` with values `EventHubTypeHook`, `EventHubTypeNotification`
- New enum type `EventStreamingState` with values `EventStreamingStateDisabled`, `EventStreamingStateEnabled`
- New enum type `EventStreamingType` with values `EventStreamingTypeAzure`, `EventStreamingTypeManaged`, `EventStreamingTypeNone`
- New enum type `KafkaConfigurationIdentityType` with values `KafkaConfigurationIdentityTypeNone`, `KafkaConfigurationIdentityTypeSystemAssigned`, `KafkaConfigurationIdentityTypeUserAssigned`
- New enum type `ManagedEventHubState` with values `ManagedEventHubStateDisabled`, `ManagedEventHubStateEnabled`, `ManagedEventHubStateNotSpecified`
- New enum type `ManagedIdentityType` with values `ManagedIdentityTypeNone`, `ManagedIdentityTypeSystemAssigned`, `ManagedIdentityTypeUserAssigned`
- New enum type `MergeAccountType` with values `MergeAccountTypePrimary`, `MergeAccountTypeSecondary`
- New enum type `MergeStatus` with values `MergeStatusFailed`, `MergeStatusInProgress`, `MergeStatusSucceeded`
- New enum type `PrivateEndpointConnectionStatus` with values `PrivateEndpointConnectionStatusApproved`, `PrivateEndpointConnectionStatusDisconnected`, `PrivateEndpointConnectionStatusPending`, `PrivateEndpointConnectionStatusRejected`, `PrivateEndpointConnectionStatusUnknown`
- New enum type `TenantEndpointState` with values `TenantEndpointStateDisabled`, `TenantEndpointStateEnabled`, `TenantEndpointStateNotSpecified`
- New function `*ClientFactory.NewFeaturesClient() *FeaturesClient`
- New function `*ClientFactory.NewIngestionPrivateEndpointConnectionsClient() *IngestionPrivateEndpointConnectionsClient`
- New function `*ClientFactory.NewKafkaConfigurationsClient() *KafkaConfigurationsClient`
- New function `*ClientFactory.NewUsagesClient() *UsagesClient`
- New function `NewFeaturesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*FeaturesClient, error)`
- New function `*FeaturesClient.AccountGet(context.Context, string, string, BatchFeatureRequest, *FeaturesClientAccountGetOptions) (FeaturesClientAccountGetResponse, error)`
- New function `*FeaturesClient.SubscriptionGet(context.Context, string, BatchFeatureRequest, *FeaturesClientSubscriptionGetOptions) (FeaturesClientSubscriptionGetResponse, error)`
- New function `NewIngestionPrivateEndpointConnectionsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*IngestionPrivateEndpointConnectionsClient, error)`
- New function `*IngestionPrivateEndpointConnectionsClient.NewListPager(string, string, *IngestionPrivateEndpointConnectionsClientListOptions) *runtime.Pager[IngestionPrivateEndpointConnectionsClientListResponse]`
- New function `*IngestionPrivateEndpointConnectionsClient.UpdateStatus(context.Context, string, string, PrivateEndpointConnectionStatusUpdateRequest, *IngestionPrivateEndpointConnectionsClientUpdateStatusOptions) (IngestionPrivateEndpointConnectionsClientUpdateStatusResponse, error)`
- New function `NewKafkaConfigurationsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*KafkaConfigurationsClient, error)`
- New function `*KafkaConfigurationsClient.CreateOrUpdate(context.Context, string, string, string, KafkaConfiguration, *KafkaConfigurationsClientCreateOrUpdateOptions) (KafkaConfigurationsClientCreateOrUpdateResponse, error)`
- New function `*KafkaConfigurationsClient.Delete(context.Context, string, string, string, *KafkaConfigurationsClientDeleteOptions) (KafkaConfigurationsClientDeleteResponse, error)`
- New function `*KafkaConfigurationsClient.Get(context.Context, string, string, string, *KafkaConfigurationsClientGetOptions) (KafkaConfigurationsClientGetResponse, error)`
- New function `*KafkaConfigurationsClient.NewListByAccountPager(string, string, *KafkaConfigurationsClientListByAccountOptions) *runtime.Pager[KafkaConfigurationsClientListByAccountResponse]`
- New function `NewUsagesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*UsagesClient, error)`
- New function `*UsagesClient.Get(context.Context, string, *UsagesClientGetOptions) (UsagesClientGetResponse, error)`
- New struct `AccountMergeInfo`
- New struct `AccountPropertiesAccountStatus`
- New struct `AccountStatus`
- New struct `AccountStatusErrorDetails`
- New struct `BatchFeatureRequest`
- New struct `BatchFeatureStatus`
- New struct `Consent`
- New struct `ConsentProperties`
- New struct `Credentials`
- New struct `IngestionStorage`
- New struct `KafkaConfiguration`
- New struct `KafkaConfigurationList`
- New struct `KafkaConfigurationProperties`
- New struct `PrivateEndpointConnectionStatusUpdateRequest`
- New struct `PrivateEndpointConnectionStatusUpdateResponse`
- New struct `ProxyResourceSystemData`
- New struct `QuotaName`
- New struct `Usage`
- New struct `UsageList`
- New struct `UsageName`
- New field `AccountStatus`, `DefaultDomain`, `IngestionStorage`, `ManagedEventHubState`, `ManagedResourcesPublicNetworkAccess`, `MergeInfo`, `TenantEndpointState` in struct `AccountProperties`
- New field `SystemData` in struct `PrivateEndpointConnection`
- New field `SystemData` in struct `ProxyResource`


## 1.2.0 (2023-11-24)
### Features Added

Expand Down
4 changes: 2 additions & 2 deletions sdk/resourcemanager/purview/armpurview/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Azure Purview Module for Go

[![PkgGoDev](https://pkg.go.dev/badge/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/purview/armpurview)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/purview/armpurview)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/purview/armpurview/v2)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/purview/armpurview/v2)

The `armpurview` module provides operations for working with Azure Purview.

Expand All @@ -20,7 +20,7 @@ This project uses [Go modules](https://github.com/golang/go/wiki/Modules) for ve
Install the Azure Purview module:

```sh
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/purview/armpurview
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/purview/armpurview/v2
```

## Authorization
Expand Down
42 changes: 21 additions & 21 deletions sdk/resourcemanager/purview/armpurview/accounts_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading