Breaking Changes:
- Updated the
category
property under thecitrix_gac_settings
resource to be lowercase only. - Removed the
policy_set_id
attribute from thecitrix_delivery_group
resource. Instead, specify the policy set delivery group association with thedelivery_groups
attribute in thecitrix_policy_set
resource. - The
value_string
property underios
settings for thecitrix_gac_settings
resource is now a required field.
New Features:
- Added support for the
machine_ad_accounts
attribute in thecitrix_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 thecitrix_gac_settings
resource to support test channel settings. - Added support for the
Enabled
attribute in thecitrix_delivery_group
resource and thecitrix_application_group
resource. - Added support for the following properties of the
autoscale_settings
attribute in thecitrix_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 inresource.go
to useLimit
andContinuationToken
. - Updated the
GetMachineCatalogMachines
andGetDeliveryGroupMachines
functions inresource.go
to useLimit
andContinuationToken
. - Updated the documentation for the
citrix_admin_scope
data source to clarify that thetenant customer Id
should be provided for thename
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