Skip to content

v1.0.8

Latest
Compare
Choose a tag to compare
@yashbhokare-citrix yashbhokare-citrix released this 06 Dec 21:51
· 1 commit to main since this release

Breaking Changes:

  • Updated the category property under the citrix_gac_settings resource to be lowercase only.
  • Removed the policy_set_id attribute from the citrix_delivery_group resource. Instead, specify the policy set delivery group association with the delivery_groups attribute in the citrix_policy_set resource.
  • The value_string property under ios settings for the citrix_gac_settings resource is now a required field.

New Features:

  • Added support for the machine_ad_accounts attribute in the citrix_machine_catalog resource for managing machine accounts associated with the machine catalog. #139
  • Added the citrix_image_definition resource to support Azure image definitions. Note that this feature is in Tech Preview. #154
  • Added the citrix_image_version resource to support Azure image versions. Note that this feature is in Tech Preview. #154
  • Added support for the test_channel attribute in the citrix_gac_settings resource to support test channel settings.
  • Added support for the Enabled attribute in the citrix_delivery_group resource and the citrix_application_group resource.
  • Added support for the following properties of the autoscale_settings attribute in the citrix_delivery_group resource:
    • off_peak_limit_seconds_to_force_log_off_user
    • peak_limit_seconds_to_force_log_off_user
    • log_off_warning_message
    • log_off_warning_title
    • log_off_reminder_enabled
    • off_peak_log_off_reminder_interval
    • peak_log_off_reminder_interval
    • log_off_reminder_message
    • log_off_reminder_title

Other Improvements:

  • Updated the GetDeliveryGroups function in resource.go to use Limit and ContinuationToken.
  • Updated the GetMachineCatalogMachines and GetDeliveryGroupMachines functions in resource.go to use Limit and ContinuationToken.
  • Updated the documentation for the citrix_admin_scope data source to clarify that the tenant customer Id should be provided for the name field. #157
  • Added checks to verify that no more than one setting value is being provided for any platform under the citrix_gac_settings resource.

Full Changelog: v1.0.7...v1.0.8