Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
222 changes: 222 additions & 0 deletions sdk/resourcemanager/datamigration/armdatamigration/CHANGELOG.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions sdk/resourcemanager/datamigration/armdatamigration/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Azure Data Migration Module for Go

[![PkgGoDev](https://pkg.go.dev/badge/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datamigration/armdatamigration)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datamigration/armdatamigration)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datamigration/armdatamigration/v2)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datamigration/armdatamigration/v2)

The `armdatamigration` module provides operations for working with Azure Data Migration.

Expand All @@ -20,7 +20,7 @@ This project uses [Go modules](https://github.com/golang/go/wiki/Modules) for ve
Install the Azure Data Migration module:

```sh
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datamigration/armdatamigration
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datamigration/armdatamigration/v2
```

## Authorization
Expand Down Expand Up @@ -57,7 +57,7 @@ clientFactory, err := armdatamigration.NewClientFactory(<subscription ID>, cred,
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.NewServicesClient()
client := clientFactory.NewDatabaseMigrationsMongoToCosmosDbRUMongoClient()
```

## Fakes
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/163e27c0ca7570bc39e00a46f255740d9b3ba3cb/specification/datamigration/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/163e27c0ca7570bc39e00a46f255740d9b3ba3cb/specification/datamigration/resource-manager/readme.go.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/datamigration/resource-manager/readme.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/datamigration/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 1.2.0
tag: package-2021-06
module-version: 2.0.0-beta.1
```
114 changes: 92 additions & 22 deletions sdk/resourcemanager/datamigration/armdatamigration/client_factory.go

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

Loading