Skip to content

Commit 817a82a

Browse files
author
SDKAuto
committed
CodeGen from PR 34274 in Azure/azure-rest-api-specs
Merge f3ee42f20ffab6ee4416d9e26794be2d01e30e63 into 761d8b58e465b26eddb8ad70dda3cde7b4228bdf
1 parent 67de65a commit 817a82a

37 files changed

+3591
-2074
lines changed

sdk/resourcemanager/dashboard/armdashboard/CHANGELOG.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,66 @@
11
# Release History
22

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+
364
## 1.2.0 (2023-11-24)
465
### Features Added
566

sdk/resourcemanager/dashboard/armdashboard/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This project uses [Go modules](https://github.com/golang/go/wiki/Modules) for ve
1818
Install the Azure Dashboard module:
1919

2020
```sh
21-
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/dashboard/armdashboard
21+
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/dashboard/armdashboard/v2
2222
```
2323

2424
## Authorization
@@ -55,7 +55,7 @@ clientFactory, err := armdashboard.NewClientFactory(<subscription ID>, cred, &op
5555
A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.
5656

5757
```go
58-
client := clientFactory.NewGrafanaClient()
58+
client := clientFactory.NewIntegrationFabricsClient()
5959
```
6060

6161
## Fakes

sdk/resourcemanager/dashboard/armdashboard/autorest.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

sdk/resourcemanager/dashboard/armdashboard/build.go

Lines changed: 0 additions & 7 deletions
This file was deleted.

sdk/resourcemanager/dashboard/armdashboard/client_factory.go

Lines changed: 37 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/dashboard/armdashboard/constants.go

Lines changed: 37 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)