Skip to content

Commit

Permalink
CodeGen from PR 31954 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 36340fa4513a407d4e52092d7cc1462c2cc27fb3 into dfd52d5cdd667697e29289183e70655bc3a0d390
  • Loading branch information
SDKAuto committed Dec 24, 2024
1 parent ba0c64b commit dc2da3b
Show file tree
Hide file tree
Showing 154 changed files with 815 additions and 16,766 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Release History

## 5.0.0 (2024-12-24)
### Breaking Changes

- Struct `UserCreatedAcrAccount` has been removed
- Struct `UserCreatedStorageAccount` has been removed
- Field `UserCreatedAcrAccount` of struct `AcrDetails` has been removed
- Field `UserCreatedStorageAccount` of struct `StorageAccountDetails` has been removed

### Features Added

- New value `ConnectionCategoryElasticsearch`, `ConnectionCategoryManagedOnlineEndpoint`, `ConnectionCategoryPinecone` added to enum type `ConnectionCategory`
- New enum type `FirewallSKU` with values `FirewallSKUBasic`, `FirewallSKUStandard`
- New function `*WorkspaceConnectionsClient.Update(context.Context, string, string, string, *WorkspaceConnectionsClientUpdateOptions) (WorkspaceConnectionsClientUpdateResponse, error)`
- New struct `WorkspaceConnectionUpdateParameter`
- New field `FirewallSKU` in struct `ManagedNetworkSettings`
- New field `IncludeAll` in struct `WorkspaceConnectionsClientListOptions`


## 4.0.0 (2024-08-23)
### Breaking Changes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This project uses [Go modules](https://github.com/golang/go/wiki/Modules) for ve
Install the Azure Machine Learning module:

```sh
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/machinelearning/armmachinelearning/v4
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/machinelearning/armmachinelearning/v5
```

## Authorization
Expand Down
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/9778042723206fbc582306dcb407bddbd73df005/specification/machinelearningservices/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/9778042723206fbc582306dcb407bddbd73df005/specification/machinelearningservices/resource-manager/readme.go.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/machinelearningservices/resource-manager/readme.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/machinelearningservices/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 4.0.0
tag: package-2024-04
module-version: 5.0.0
```

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

Loading

0 comments on commit dc2da3b

Please sign in to comment.