Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Breaking change:
citrix_daas_machine_catalog
schema has been refactored to have per-hypervisor-connection-typemachine_config
inprovisioning_scheme
, i.e.azure_machine_config
andgcp_machine_config
. This change improves the user experience of creating an MCS machine catalog by consolidating the validators for each hypervisor connection type, and improves the readability of the schema documentation.New features:
citrix_daas_application
resource in terraform.citrix_daas_application_folder
resource in terraform.Application folder managed outside of terraform can be referenced in terraform via data source
citrix_daas_application_folder_details
.citrix_daas_admin_scope
resource.Admin scope managed outside of terraform can be reference in terraform via data source
citrix_daas_admin_scope
.citrix_daas_admin_role
resource.citrix_daas_delivery_group.reboot_schedule
.AzureAD
is supported as an option forprovisioning_scheme.identity_type
for MCS machine catalog creation.provisioning_scheme.azure_machine_config.machine_profile
.Schema change:
When adding users to delivery group, users format has been changed from UPN to SAM name. We also support adding AD groups to delivery groups.
Bugfixes:
is_remote_pc
andis_power_managed
.Improvements: