v1.0.5
Breaking Changes:
shared_subscription
field incitrix_machine_catalog.provisioning_scheme.azure_machine_config.azure_master_image
no longer allows empty string value.- Admin Folder Path in all resources no longer allow path starting or ending with
\
.
New Features:
- Added data source for
citrix_cloud_resource_location
. #134 - Allow restricting desktop launch on machines with specific tag in
citrix_delivery_group
resource viacitrix_delivery_group.desktops.{desktop}.restrict_to_tag
field. #121
Bugfixes:
- Fixed adding and removing multiple machines from Machine Catalog. #128
- Adding a new
disable_daas_client
flag in the provider configuration to allow skipping the setup of the Citrix DaaS Client. This helps to decouple Citrix Cloud (CC) and Global App Configuration (GAC) resources from the Citrix DaaS Client. #112 - Updated the regex format for
ActiveDirectoryRegexSID
to accommodate more than 3 digits for the Relative ID. #129 - Use relative path instead of xdpath in properties when creating Azure Hypervisor Resource Pool. #131
- Ensure vda_upgrade_type is correctly refreshed after Machine Catalog create/update. #133
- Added an option to include
resource_pool_path
for thevsphere_machine_config
when configuring the machine catalog. #135 - Fixed a bug where reapplying tag fails due to false name collision error.
- Fixed issue where certain properties were not refreshed for manual provisioning type machine catalogs.
- Fixed an issue where metadata that has already been set from resources cannot be removed.
- Fixed an issue where similar policy names had different values in
citrix_cloud_admin_user
andcitrix_admin_role
resources. - Fixed an issue where certain fields always shows up as being updated in plan.
Other Improvements:
- Added validation to ensure that the
master_image_vm
field invsphere_machine_config
does not accept path inputs. This prevents any forward slashes (/
) or backslashes (\
) from being included. - Update policy set document template to support policy set for cloud customers.
Full Changelog: v1.0.4...v1.0.5