2020-12-01-preview (removed)
removed
This API version has been removed, and is no longer supported. Please use the 2022-01-01-preview or later version of the API.
This API version is no longer used by the Microsoft Azure portal or the latest LiveData AZ CLI extension.
Changelog
This API version has been updated with the following changes since the previous 2019-09-01-preview API version:
LiveData Migrator
Properties added
Property | Access | Required | Defaults | Description |
---|---|---|---|---|
bandwidthPolicy | Read/Write | No | None | Defines the bandwidth policy in force for the on-prem LiveData Migrator instance. May be provided either during Create or Patch. |
Properties deleted
- None
Breaking changes
- Patch operation changed to a long-running (async) operation
LiveData Migrator / Target
Properties added
Property | Access | Required | Defaults | Description |
---|---|---|---|---|
oauthClientId | Read/Write | No* | None | Specifies the Service Principal client id. May only be provided during Create. |
oauthClientSecret | Read/Write | No* | None | Specifies the Service Principal client secret. May only be provided during Create. |
oauthClientEndpoint | Read/Write | No | None | Specifies the Service Principal authentication endpoint. May only be provided during Create. If not provided, the default endpoint for the tenant will be used. |
Properties deleted
- None
Breaking changes
- A
storageAccessKey
is no longer required*
Additional Notes
* Either a storageAccessKey
or both oauthClientId
and oauthClientSecret
must be provided during Create.
LiveData Migrator / Migration
Properties added
Property | Access | Required | Defaults | Description |
---|---|---|---|---|
scanOnly | Read/Write | No | false | If true, makes a migration non live (scan-only). |
Properties deleted
- The exclusions property has been deleted since it was not yet implemented in the Wandisco.Fusion resource provider, and its future implementation is subject to change.
Breaking changes
- None
LiveData Plane / Migration
Properties added
Property | Access | Required | Defaults | Description |
---|---|---|---|---|
provisioningState | Read Only | N/A | N/A | Indicates the provisioning state of the Migration resource. |
Properties deleted
- None
Breaking changes
- None
Other Updates
- Various updates to API description fields. No effect for users.
- Update to resource definition hierarchy to utilize Azure standard definitions. Doesn't affect direct API users, but may affect class hierarchy generated from API specification.