Skip to content

Commit

Permalink
CodeGen from PR 32212 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge b68c307e741b45f5a4df591309a1c4425e02f937 into 20efe6fd4db8a494eab1852a8541fbabe5de569c
  • Loading branch information
SDKAuto committed Feb 12, 2025
1 parent 6ee011a commit 72e9596
Show file tree
Hide file tree
Showing 286 changed files with 103,777 additions and 14,187 deletions.
780 changes: 780 additions & 0 deletions sdk/resourcemanager/migrate/armmigrate/CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions sdk/resourcemanager/migrate/armmigrate/README.md
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 Migrate module:

```sh
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/migrate/armmigrate
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/migrate/armmigrate/v2
```

## Authorization
Expand Down Expand Up @@ -55,7 +55,7 @@ clientFactory, err := armmigrate.NewClientFactory(<subscription ID>, cred, &opti
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.NewGroupsClient()
client := clientFactory.NewDependencyMapControllerClient()
```

## Fakes
Expand Down
208 changes: 0 additions & 208 deletions sdk/resourcemanager/migrate/armmigrate/assessedmachines_client.go

This file was deleted.

Loading

0 comments on commit 72e9596

Please sign in to comment.