-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Resource: azurerm_automation_powershell72_module #23980
Conversation
f206275
to
8e2ccce
Compare
452c8f5
to
e2ff7ff
Compare
azurerm_automation_*
: Enable PowerShell 7.2 modules [WIP]azurerm_automation_*
: Enable PowerShell 7.2 modules
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this new resource @aristosvo.
Unfortunately since this would need to be re-written into a typed resource in the coming months due to the changes we need to make within the provider to support framework.
Since you have experience writing typed resources would you mind converting this to a typed resource now? It would help us out a lot!
Hi @stephybun! Thanks for the feedback. I wouldn't mind, can you clarify if that would include rewriting to use a |
@aristosvo typed resources should always have a tfschema defined. We need to update the docs to reflect that, thanks for pointing that out! |
@stephybun A lot of the resources in the provider just return |
@aristosvo yes, ultimately resources that are doing this will need to be updated to define and return a tfschema model. |
c941bc1
to
ccb5c08
Compare
ccb5c08
to
f8943c8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for rewriting this @aristosvo! I've made a first pass through and it's looking mostly fine. If you can take a look at the couple of comments left in-line, then we can take another look through.
internal/services/automation/automation_powershell72_module_resource.go
Outdated
Show resolved
Hide resolved
// for existing global module do update instead of raising ImportAsExistsError | ||
isGlobal := existing.Model != nil && existing.Model.Properties != nil && existing.Model.Properties.IsGlobal != nil && *existing.Model.Properties.IsGlobal | ||
if !response.WasNotFound(existing.HttpResponse) && !isGlobal { | ||
return tf.ImportAsExistsError("azurerm_automation_powershell72_module", id.ID()) | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not that familiar with the automation service, but this seems like it could be problematic if the global module was created by and is being managed by terraform? Could you elaborate some more on this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually I didn't know exactly what the functionality is we are supporting here, but it was an feature request on azurerm_automation_module
which seems to make sense to also have in azurerm_automation_powershell72_module
: #18198
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seem to have some test failures:
------- Stdout: -------
=== RUN TestAccAutomationPowerShell72Module_complete
=== PAUSE TestAccAutomationPowerShell72Module_complete
=== CONT TestAccAutomationPowerShell72Module_complete
testcase.go:113: Step 1/2 error: Error running pre-apply refresh: exit status 1
Error: Missing required argument
on terraform_plugin_test.tf line 33, in resource "azurerm_automation_powershell72_module" "test":
33: resource "azurerm_automation_powershell72_module" "test" {
The argument "automation_account_id" is required, but no definition was
found.
Error: Unsupported argument
on terraform_plugin_test.tf line 35, in resource "azurerm_automation_powershell72_module" "test":
35: resource_group_name = azurerm_resource_group.test.name
An argument named "resource_group_name" is not expected here.
Error: Unsupported argument
on terraform_plugin_test.tf line 36, in resource "azurerm_automation_powershell72_module" "test":
36: automation_account_name = azurerm_automation_account.test.name
An argument named "automation_account_name" is not expected here.
--- FAIL: TestAccAutomationPowerShell72Module_complete (15.50s)
FAIL
…n_powershell72_module Let's try if this is a working thing
5018c17
to
820210e
Compare
@katbyte Tests are fixed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚜
azurerm_automation_*
: Enable PowerShell 7.2 modules<Actions> <action id="f410411e63aff4bb73a81c2aec1d373cf8a903e63b30dee2006b0030d8a94cc8"> <h3>Bump Terraform `azurerm` provider version</h3> <details id="1d9343c012f5434ac9fe8a98135bae3667b399259be16d9b14302ea3bd424a24"> <summary>Update Terraform lock file</summary> <p>"hashicorp/azurerm" updated from "3.85.0" to "3.86.0" in file ".terraform.lock.hcl"</p> <details> <summary>3.86.0</summary> <pre>Changelog retrieved from:
	https://github.com/hashicorp/terraform-provider-azurerm/releases/tag/v3.86.0
FEATURES:

* New Data Source: `azurerm_dashboard_grafana` ([#24243](hashicorp/terraform-provider-azurerm#24243 New Resource: `azurerm_log_analytics_workspace_table` ([#24229](hashicorp/terraform-provider-azurerm#24229 New Resource: `azurerm_automation_powershell72_module` ([#23980](hashicorp/terraform-provider-azurerm#23980 New Resource: `azurerm_data_factory_credential_user_managed_identity` ([#24307](https://github.com/hashicorp/terraform-provider-azurerm/issues/24307))

ENHANCEMENTS:

* dependencies: updating to `v0.20231215.1114251` of `hashicorp/go-azure-sdk` ([#24251](hashicorp/terraform-provider-azurerm#24251 dependencies: `azurerm_spring_cloud_api_portal` - update to use `hashicorp/go-azure-sdk` ([#24321](hashicorp/terraform-provider-azurerm#24321 Data Source: `azurerm_kusto_cluster` - now exports the `identity` block ([#24314](hashicorp/terraform-provider-azurerm#24314 `azurerm_data_protection_backup_policy_postgresql` - support for the `time_zone` property ([#24312](hashicorp/terraform-provider-azurerm#24312 `azurerm_data_protection_backup_policy_disk` - support for the `time_zone` property ([#24312](hashicorp/terraform-provider-azurerm#24312 `azurerm_key_vault_managed_hardware_security_module` -the `tags` property can now be updated ([#24333](hashicorp/terraform-provider-azurerm#24333 `azurerm_logic_app_standard` - support for the `site_config.0.public_network_access_enabled` property ([#24257](hashicorp/terraform-provider-azurerm#24257 `azurerm_log_analytics_workspace_table` - support for the `plan` property ([#24341](hashicorp/terraform-provider-azurerm#24341 `azurerm_linux_web_app` - support the value `20-lts` for the `node_version` property ([#24289](hashicorp/terraform-provider-azurerm#24289 `azurerm_recovery_services_vault` - support creation with immutability set to locked ([#23806](hashicorp/terraform-provider-azurerm#23806 `azurerm_spring_cloud_service` - support for the `sku_tier` property ([#24103](https://github.com/hashicorp/terraform-provider-azurerm/issues/24103))

BUG FIXES:

* Data Source: `azurerm_role_definition` - correctly export the `role_definition_id` attribute ([#24320](hashicorp/terraform-provider-azurerm#24320 `azurerm_bot_service` - fixing a bug where `public_network_access_enabled` was always set to `true` ([#24255](hashicorp/terraform-provider-azurerm#24255 `azurerm_bot_service_azure_bot` - `tags` can now be updated ([#24332](hashicorp/terraform-provider-azurerm#24332 `azurerm_cosmosdb_account` - fix validation for the `ip_range_filter` property ([#24306](hashicorp/terraform-provider-azurerm#24306 `azurerm_linux_virtual_machine` - the `additional_capabilities.0.ultra_ssd_enabled` can now be changed during the update ([#24274](hashicorp/terraform-provider-azurerm#24274 `azurerm_logic_app_standard` - update the default value of `version` from `~3` which is no longer supported to `~4` ([#24134](hashicorp/terraform-provider-azurerm#24134 `azurerm_logic_app_standard` - fix a crash when setting the default `version` 4.0 flag ([#24322](hashicorp/terraform-provider-azurerm#24322 `azurerm_iothub_device_update_account` - changing the `sku` property now creates a new resource ([#24324](hashicorp/terraform-provider-azurerm#24324 `azurerm_iothub` - prevent an inconsistant value after an apply ([#24326](hashicorp/terraform-provider-azurerm#24326 `azurerm_orchestrated_virtual_machine_scale_set` - correctly update the resource when hotpatch is enabled ([#24335](hashicorp/terraform-provider-azurerm#24335 `azurerm_windows_virtual_machine` - the `additional_capabilities.0.ultra_ssd_enabled` can now be changed during the update ([#24274](hashicorp/terraform-provider-azurerm#24274 `azurerm_scheduled_query_rules_alert` - changing the `data_source_id` now creates a new resource ([#24327](hashicorp/terraform-provider-azurerm#24327 `azurerm_scheduled_query_rules_log` - changing the `data_source_id` now creates a new resource ([#24327](https://github.com/hashicorp/terraform-provider-azurerm/issues/24327))


</pre> </details> </details> <a href="https://infra.ci.jenkins.io/job/terraform-jobs/job/azure/job/main/985/">Jenkins pipeline link</a> </action> </Actions> --- <table> <tr> <td width="77"> <img src="https://www.updatecli.io/images/updatecli.png" alt="Updatecli logo" width="50" height="50"> </td> <td> <p> Created automatically by <a href="https://www.updatecli.io/">Updatecli</a> </p> <details><summary>Options:</summary> <br /> <p>Most of Updatecli configuration is done via <a href="https://www.updatecli.io/docs/prologue/quick-start/">its manifest(s)</a>.</p> <ul> <li>If you close this pull request, Updatecli will automatically reopen it, the next time it runs.</li> <li>If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.</li> </ul> <p> Feel free to report any issues at <a href="https://github.com/updatecli/updatecli/issues">github.com/updatecli/updatecli</a>.<br /> If you find this tool useful, do not hesitate to star <a href="https://github.com/updatecli/updatecli/stargazers">our GitHub repository</a> as a sign of appreciation, and/or to tell us directly on our <a href="https://matrix.to/#/#Updatecli_community:gitter.im">chat</a>! </p> </details> </td> </tr> </table> Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com>
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
Done
hashicorp/go-azure-sdk
tov0.20231122.1165504
#24013 to get a valid SDK version mergedAutomation
to2023-11-01
#24017)Fixes #24252