Skip to content

v1.0.7

Compare
Choose a tag to compare
@yashwanthjammi yashwanthjammi released this 14 Nov 20:15
· 4 commits to main since this release

Breaking Change:

  • The machine_accounts.machines.machine_account property of the machine_catalog resource now supports only lowercase.

New Features:

  • Added support for Global App Configuration (GAC) Discovery API.
  • Added citrix_policy_set data source support.
  • Added support for the optional delivery_type attribute in the citrix_delivery_group resource and data source for customizing the delivery group type.
  • Added support to use id for citrix_hypervisor, citrix_hypervisor_resource_pool, citrix_machine_catalog, and citrix_delivery_group data sources.
  • Added support for citrix_admin_role, citrix_admin_user, and citrix_storefront_server data sources.
  • Added support for restrict_autoscale_tag, peak_restrict_min_idle_untagged_percent, and off_peak_restrict_min_idle_untagged_percent attributes for the citrix_delivery_group resource. #143
  • Added support for the citrix_machine_properties resource to manage machine tags. #144
  • Added the persist_user_changes property to the machine catalog resource.
  • Added the service_account_domain argument in the provisioning_scheme.machine_domain_identity property to the machine catalog resource.
  • Added the enabled option in the citrix_application resource that indicates whether the application is enabled or disabled. #150
  • Configured authentication for WEM OnPrem service, allowing customers to manage configuration sets in their on-prem environment.
  • Updated policy settings individually instead of replacing the entire set of policy settings.
  • Added property wem_region in cvad_config that defaults to US. #147
    • For Citrix Cloud customers in EU or APS regions, set citrix.cvad_config.wem_region to EU or APS to enable WEM service.
    • For Citrix Cloud customers in Japan region, set citrix.cvad_config.environment to Japan to enable WEM service.

Bug Fixes:

  • Added aws_imported_image_id read-only attribute to record the ID of the imported AWS image for the citrix_quickcreate_aws_workspaces_image resource to avoid inconsistency for AMI image import.
  • Disallowed the enable_session_roaming attribute to be set in citrix_delivery_group.desktops when sharing_kind is set to private or the associated machine catalog is a single session static catalog.
  • Fixed inconsistent results after applying custom_access_policies in the citrix_delivery_group resource.
  • Fixed the issue of dependency of citrix_admin_role and citrix_admin_scope with the custom policies of citrix_cloud_admin_user.

Other Improvements:

  • Refactored Citrix Cloud, DaaS, and AWS WorkSpaces Core data sources to reuse the resource model and refresh logic.
  • Refactored the citrix_cloud_saml_identity_provider data source to reuse the resource model and refresh logic.
  • Updated citrix_machine_catalog resource examples to show the resource_group attribute in azure_machine_config.azure_master_image as required. #142
  • Updated the policy name to ID when the policy name has changed as an intermediate step. Otherwise, the policy name will not be updated.
  • The default_desktop_icon property under the citrix_delivery_group resource will only be supported for Citrix Cloud customers.

Full Changelog: v1.0.6...v1.0.7