Skip to content

Commit

Permalink
CodeGen from PR 29041 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge b029c00b7957c07825c2deeb000b203d7c1f130c into a6ba164815464151a4adb687ea12a7a7090ed7fe
  • Loading branch information
SDKAuto committed May 22, 2024
1 parent d515ceb commit 233241c
Show file tree
Hide file tree
Showing 139 changed files with 33,972 additions and 14,874 deletions.
459 changes: 459 additions & 0 deletions sdk/resourcemanager/machinelearning/armmachinelearning/CHANGELOG.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Azure Machine Learning Module for Go

[![PkgGoDev](https://pkg.go.dev/badge/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/machinelearning/armmachinelearning/v3)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/machinelearning/armmachinelearning/v3)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/machinelearning/armmachinelearning/v4)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/machinelearning/armmachinelearning/v4)

The `armmachinelearning` module provides operations for working with Azure Machine Learning.

Expand All @@ -20,7 +20,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/v3
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/machinelearning/armmachinelearning/v4
```

## Authorization
Expand Down Expand Up @@ -57,7 +57,7 @@ clientFactory, err := armmachinelearning.NewClientFactory(<subscription ID>, cre
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.

```go
client := clientFactory.NewUsagesClient()
client := clientFactory.NewBatchDeploymentsClient()
```

## Fakes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/aafb0944f7ab936e8cfbad8969bd5eb32263fb4f/specification/machinelearningservices/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/aafb0944f7ab936e8cfbad8969bd5eb32263fb4f/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: 3.2.0
module-version: 4.0.0
```

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

Loading

0 comments on commit 233241c

Please sign in to comment.