2021-02-01-preview (deprecated)
This API version has been deprecated, and is scheduled for removal by July 2022. 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 2021-01-01-preview API version.
This API version features significant changes to behaviour during the on-premise installation and upgrade processes.
In the previous API version, a unique deb/rpm package was generated for each individual LiveData Migrator resource, and was made available in the directory specified in the downloadLocation
property.
In this version, the individual deb/rpm package in downloadLocation
has been replaced with a standard install script, common to all LiveData Migrator resources. This install script will require a unique installation key, which you can obtain with the new get-install-key operation.
LiveData Migrator resources created with previous API versions will no longer be supported with updates for the on prem packages. Instead, you should delete these resources and create new resources with this new API version, using the new installation process.
LiveData Migrator
Operations added
- The new
getInstallKey
async operation has been added to retrieve the unique install key required for on-premise installation.
Operations deleted
- The
generateUpgrade
operation has been removed as it's no longer relevant for the new upgrade process.
Properties added
Property | Access | Required | Defaults | Description |
---|---|---|---|---|
kerberos | Read/Write | No | None | Kerberos details for the on-premises filesystem source. This was previously only supported during Create operations, but may now be provided in Patch operations as well. |
metaKerberos | Read/Write | No | None | Kerberos details for the on-premises metadata (Hive) source. May be provided during Create or Patch operations. |
installState | Read only | Indicates the state of the LiveData Migrator on-premises installation and the detection of a source filesystem. | ||
metaInstallState | Read only | Indicates the state of the Hive Migrator on-premises installation and the detection of a source metadata store. |
Properties deleted
- None
Breaking changes
- None
LiveData Migrator / Migration
Properties added
Property | Access | Required | Defaults | Description |
---|---|---|---|---|
pathMappings | Read/Write | No | None | List of path mappings to use for the Migration resource. |
Properties deleted
- None
Breaking changes
- None
LiveData Migrator / Path Mapping
This is a new resource type introduced in this API version.
LiveData Migrator / Metadata Target
This is a new resource type introduced in this API version.
LiveData Migrator / Metadata Migration
This is a new resource type introduced in this API version.