Workspace Collections - migrate

Migrates an existing Power BI Workspace Collection to a different resource group and/or subscription.

POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/moveResources?api-version=2016-01-29

URI Parameters

Name In Required Type Description
resourceGroupName
path True

string

Azure resource group

subscriptionId
path True

string

Gets subscription credentials which uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

api-version
query True

string

Client Api Version.

Request Body

Name Type Description
resources

string[]

targetResourceGroup

string

Name of the resource group the Power BI workspace collections will be migrated to.

Responses

Name Type Description
200 OK

Migration completed successfully

Other Status Codes

Error

Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.

Definitions

Name Description
Error
ErrorDetail
MigrateWorkspaceCollectionRequest

Error

Name Type Description
code

string

details

ErrorDetail[]

message

string

target

string

ErrorDetail

Name Type Description
code

string

message

string

target

string

MigrateWorkspaceCollectionRequest

Name Type Description
resources

string[]

targetResourceGroup

string

Name of the resource group the Power BI workspace collections will be migrated to.