|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 2.0.0 (2025-05-09) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Function `*PrivateEndpointConnectionsClient.BeginApprove` parameter(s) have been changed from `(context.Context, string, string, string, PrivateEndpointConnection, *PrivateEndpointConnectionsClientBeginApproveOptions)` to `(context.Context, string, string, string, PrivateEndpointConnection, string, *PrivateEndpointConnectionsClientBeginApproveOptions)` |
| 7 | +- Function `*ClientFactory.NewGrafanaClient` has been removed |
| 8 | +- Function `*ClientFactory.NewManagedPrivateEndpointsClient` has been removed |
| 9 | +- Function `NewGrafanaClient` has been removed |
| 10 | +- Function `*GrafanaClient.CheckEnterpriseDetails` has been removed |
| 11 | +- Function `*GrafanaClient.BeginCreate` has been removed |
| 12 | +- Function `*GrafanaClient.BeginDelete` has been removed |
| 13 | +- Function `*GrafanaClient.FetchAvailablePlugins` has been removed |
| 14 | +- Function `*GrafanaClient.Get` has been removed |
| 15 | +- Function `*GrafanaClient.NewListByResourceGroupPager` has been removed |
| 16 | +- Function `*GrafanaClient.NewListPager` has been removed |
| 17 | +- Function `*GrafanaClient.Update` has been removed |
| 18 | +- Function `NewManagedPrivateEndpointsClient` has been removed |
| 19 | +- Function `*ManagedPrivateEndpointsClient.BeginCreate` has been removed |
| 20 | +- Function `*ManagedPrivateEndpointsClient.BeginDelete` has been removed |
| 21 | +- Function `*ManagedPrivateEndpointsClient.Get` has been removed |
| 22 | +- Function `*ManagedPrivateEndpointsClient.NewListPager` has been removed |
| 23 | +- Function `*ManagedPrivateEndpointsClient.BeginRefresh` has been removed |
| 24 | +- Function `*ManagedPrivateEndpointsClient.BeginUpdate` has been removed |
| 25 | + |
| 26 | +### Features Added |
| 27 | + |
| 28 | +- New function `*ClientFactory.NewIntegrationFabricsClient() *IntegrationFabricsClient` |
| 29 | +- New function `*ClientFactory.NewManagedGrafanasClient() *ManagedGrafanasClient` |
| 30 | +- New function `*ClientFactory.NewManagedPrivateEndpointModelsClient() *ManagedPrivateEndpointModelsClient` |
| 31 | +- New function `NewIntegrationFabricsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*IntegrationFabricsClient, error)` |
| 32 | +- New function `*IntegrationFabricsClient.BeginCreate(context.Context, string, string, string, IntegrationFabric, *IntegrationFabricsClientBeginCreateOptions) (*runtime.Poller[IntegrationFabricsClientCreateResponse], error)` |
| 33 | +- New function `*IntegrationFabricsClient.BeginDelete(context.Context, string, string, string, *IntegrationFabricsClientBeginDeleteOptions) (*runtime.Poller[IntegrationFabricsClientDeleteResponse], error)` |
| 34 | +- New function `*IntegrationFabricsClient.Get(context.Context, string, string, string, *IntegrationFabricsClientGetOptions) (IntegrationFabricsClientGetResponse, error)` |
| 35 | +- New function `*IntegrationFabricsClient.NewListPager(string, string, *IntegrationFabricsClientListOptions) *runtime.Pager[IntegrationFabricsClientListResponse]` |
| 36 | +- New function `*IntegrationFabricsClient.BeginUpdate(context.Context, string, string, string, IntegrationFabricUpdateParameters, *IntegrationFabricsClientBeginUpdateOptions) (*runtime.Poller[IntegrationFabricsClientUpdateResponse], error)` |
| 37 | +- New function `NewManagedGrafanasClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ManagedGrafanasClient, error)` |
| 38 | +- New function `*ManagedGrafanasClient.CheckEnterpriseDetails(context.Context, string, string, *ManagedGrafanasClientCheckEnterpriseDetailsOptions) (ManagedGrafanasClientCheckEnterpriseDetailsResponse, error)` |
| 39 | +- New function `*ManagedGrafanasClient.BeginCreate(context.Context, string, string, ManagedGrafana, *ManagedGrafanasClientBeginCreateOptions) (*runtime.Poller[ManagedGrafanasClientCreateResponse], error)` |
| 40 | +- New function `*ManagedGrafanasClient.BeginDelete(context.Context, string, string, *ManagedGrafanasClientBeginDeleteOptions) (*runtime.Poller[ManagedGrafanasClientDeleteResponse], error)` |
| 41 | +- New function `*ManagedGrafanasClient.FetchAvailablePlugins(context.Context, string, string, *ManagedGrafanasClientFetchAvailablePluginsOptions) (ManagedGrafanasClientFetchAvailablePluginsResponse, error)` |
| 42 | +- New function `*ManagedGrafanasClient.Get(context.Context, string, string, *ManagedGrafanasClientGetOptions) (ManagedGrafanasClientGetResponse, error)` |
| 43 | +- New function `*ManagedGrafanasClient.NewListByResourceGroupPager(string, *ManagedGrafanasClientListByResourceGroupOptions) *runtime.Pager[ManagedGrafanasClientListByResourceGroupResponse]` |
| 44 | +- New function `*ManagedGrafanasClient.NewListPager(*ManagedGrafanasClientListOptions) *runtime.Pager[ManagedGrafanasClientListResponse]` |
| 45 | +- New function `*ManagedGrafanasClient.BeginRefresh(context.Context, string, string, *ManagedGrafanasClientBeginRefreshOptions) (*runtime.Poller[ManagedGrafanasClientRefreshResponse], error)` |
| 46 | +- New function `*ManagedGrafanasClient.Update(context.Context, string, string, ManagedGrafanaUpdateParameters, *ManagedGrafanasClientUpdateOptions) (ManagedGrafanasClientUpdateResponse, error)` |
| 47 | +- New function `NewManagedPrivateEndpointModelsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ManagedPrivateEndpointModelsClient, error)` |
| 48 | +- New function `*ManagedPrivateEndpointModelsClient.BeginCreate(context.Context, string, string, string, ManagedPrivateEndpointModel, *ManagedPrivateEndpointModelsClientBeginCreateOptions) (*runtime.Poller[ManagedPrivateEndpointModelsClientCreateResponse], error)` |
| 49 | +- New function `*ManagedPrivateEndpointModelsClient.BeginDelete(context.Context, string, string, string, *ManagedPrivateEndpointModelsClientBeginDeleteOptions) (*runtime.Poller[ManagedPrivateEndpointModelsClientDeleteResponse], error)` |
| 50 | +- New function `*ManagedPrivateEndpointModelsClient.Get(context.Context, string, string, string, *ManagedPrivateEndpointModelsClientGetOptions) (ManagedPrivateEndpointModelsClientGetResponse, error)` |
| 51 | +- New function `*ManagedPrivateEndpointModelsClient.NewListPager(string, string, *ManagedPrivateEndpointModelsClientListOptions) *runtime.Pager[ManagedPrivateEndpointModelsClientListResponse]` |
| 52 | +- New function `*ManagedPrivateEndpointModelsClient.BeginUpdate(context.Context, string, string, string, ManagedPrivateEndpointUpdateParameters, *ManagedPrivateEndpointModelsClientBeginUpdateOptions) (*runtime.Poller[ManagedPrivateEndpointModelsClientUpdateResponse], error)` |
| 53 | +- New struct `IntegrationFabric` |
| 54 | +- New struct `IntegrationFabricListResponse` |
| 55 | +- New struct `IntegrationFabricProperties` |
| 56 | +- New struct `IntegrationFabricPropertiesUpdateParameters` |
| 57 | +- New struct `IntegrationFabricUpdateParameters` |
| 58 | +- New struct `Security` |
| 59 | +- New struct `Snapshots` |
| 60 | +- New struct `Users` |
| 61 | +- New field `Security`, `Snapshots`, `Users` in struct `GrafanaConfigurations` |
| 62 | + |
| 63 | + |
3 | 64 | ## 1.2.0 (2023-11-24) |
4 | 65 | ### Features Added |
5 | 66 |
|
|
0 commit comments