Skip to content

Commit

Permalink
CodeGen from PR 31155 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 4e23155813bb02b294d37201fce42f07b6e50a42 into e6094e6653921fca7b0b61fbc3e6e7c351e58093
  • Loading branch information
SDKAuto committed Oct 25, 2024
1 parent 88fddb4 commit 95ce217
Show file tree
Hide file tree
Showing 25 changed files with 1,314 additions and 1,278 deletions.
20 changes: 20 additions & 0 deletions sdk/resourcemanager/dashboard/armdashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Release History

## 1.3.0-beta.1 (2024-10-25)
### Features Added

- New function `*ClientFactory.NewIntegrationFabricsClient() *IntegrationFabricsClient`
- New function `NewIntegrationFabricsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*IntegrationFabricsClient, error)`
- New function `*IntegrationFabricsClient.BeginCreate(context.Context, string, string, string, IntegrationFabric, *IntegrationFabricsClientBeginCreateOptions) (*runtime.Poller[IntegrationFabricsClientCreateResponse], error)`
- New function `*IntegrationFabricsClient.BeginDelete(context.Context, string, string, string, *IntegrationFabricsClientBeginDeleteOptions) (*runtime.Poller[IntegrationFabricsClientDeleteResponse], error)`
- New function `*IntegrationFabricsClient.Get(context.Context, string, string, string, *IntegrationFabricsClientGetOptions) (IntegrationFabricsClientGetResponse, error)`
- New function `*IntegrationFabricsClient.NewListPager(string, string, *IntegrationFabricsClientListOptions) *runtime.Pager[IntegrationFabricsClientListResponse]`
- New function `*IntegrationFabricsClient.BeginUpdate(context.Context, string, string, string, IntegrationFabricUpdateParameters, *IntegrationFabricsClientBeginUpdateOptions) (*runtime.Poller[IntegrationFabricsClientUpdateResponse], error)`
- New struct `IntegrationFabric`
- New struct `IntegrationFabricListResponse`
- New struct `IntegrationFabricProperties`
- New struct `IntegrationFabricPropertiesUpdateParameters`
- New struct `IntegrationFabricUpdateParameters`
- New struct `Snapshots`
- New struct `Users`
- New field `Snapshots`, `Users` in struct `GrafanaConfigurations`


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

Expand Down
7 changes: 3 additions & 4 deletions sdk/resourcemanager/dashboard/armdashboard/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/78eac0bd58633028293cb1ec1709baa200bed9e2/specification/dashboard/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/78eac0bd58633028293cb1ec1709baa200bed9e2/specification/dashboard/resource-manager/readme.go.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/dashboard/resource-manager/readme.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/dashboard/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 1.2.0
tag: package-2023-09-01
module-version: 1.3.0-beta.1
```
46 changes: 31 additions & 15 deletions sdk/resourcemanager/dashboard/armdashboard/client_factory.go

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

2 changes: 1 addition & 1 deletion sdk/resourcemanager/dashboard/armdashboard/constants.go

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

Loading

0 comments on commit 95ce217

Please sign in to comment.