Skip to content
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

azurerm_log_analytics_cluster: swap to typed sdk #23373

Merged

Conversation

ziyeqf
Copy link
Contributor

@ziyeqf ziyeqf commented Sep 25, 2023

the service has creation limit on this resource, so I'm submitting these changes in one PR.

also, because of the quota limit, I'm going to update test results one by one. Once all finished I will convert it to "ready to review"

test

❯❯ tftest loganalytics TestAccLogAnalyticsCluster_basic
=== RUN   TestAccLogAnalyticsCluster_basic
=== PAUSE TestAccLogAnalyticsCluster_basic
=== CONT  TestAccLogAnalyticsCluster_basic
--- PASS: TestAccLogAnalyticsCluster_basic (1986.40s)
PASS
ok  	github.com/hashicorp/terraform-provider-azurerm/internal/services/loganalytics	1986.448s

❯❯ tftest loganalytics TestAccLogAnalyticsCluster_resize

=== RUN   TestAccLogAnalyticsCluster_resize
=== PAUSE TestAccLogAnalyticsCluster_resize
=== CONT  TestAccLogAnalyticsCluster_resize
--- PASS: TestAccLogAnalyticsCluster_resize (2737.96s)
PASS
ok  	github.com/hashicorp/terraform-provider-azurerm/internal/services/loganalytics	2738.017s
❯❯ tftest loganalytics TestAccLogAnalyticsCluster_requiresImport
=== RUN   TestAccLogAnalyticsCluster_requiresImport
=== PAUSE TestAccLogAnalyticsCluster_requiresImport
=== CONT  TestAccLogAnalyticsCluster_requiresImport
--- PASS: TestAccLogAnalyticsCluster_requiresImport (2567.62s)
PASS
ok  	github.com/hashicorp/terraform-provider-azurerm/internal/services/loganalytics	2567.681s

@ziyeqf
Copy link
Contributor Author

ziyeqf commented Nov 10, 2023

The service has a quota limit on cluster creation which makes my test progress slow..

@ziyeqf ziyeqf force-pushed the tengzh/vanguard/operationalinsights/cluster branch from 75cba04 to 8955992 Compare November 16, 2023 06:43
@ziyeqf ziyeqf force-pushed the tengzh/vanguard/operationalinsights/cluster branch from 5217d62 to a48a992 Compare December 1, 2023 07:09
@@ -58,6 +60,12 @@ func resourceLogAnalyticsClusterCustomerManagedKey() *pluginsdk.Resource {
Required: true,
ValidateFunc: keyVaultValidate.NestedItemIdWithOptionalVersion,
},

"key_rsa_size": {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we split this into its own PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because the quota limit of the service split these into different PRs will cost a very long time to run these tests..

@@ -9,7 +9,7 @@ import (
"os"
"testing"

"github.com/hashicorp/go-azure-sdk/resource-manager/operationalinsights/2020-08-01/clusters"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we move this API upgrade to its own PR?

@ziyeqf ziyeqf changed the title azurerm_log_analytics_cluster: swap to typed sdk & support user assigned identity & billing_type & availability_zones_enabled & double_encryption_enabled azurerm_log_analytics_cluster: swap to typed sdk Dec 26, 2023
@ziyeqf ziyeqf closed this Dec 26, 2023
@ziyeqf ziyeqf force-pushed the tengzh/vanguard/operationalinsights/cluster branch from a48a992 to 46a95c1 Compare December 26, 2023 05:37
@ziyeqf ziyeqf reopened this Dec 26, 2023
@ziyeqf
Copy link
Contributor Author

ziyeqf commented Dec 26, 2023

closed by mistake

@github-actions github-actions bot added size/XL and removed size/XS labels Dec 26, 2023
Copy link
Collaborator

@magodo magodo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this PR!
I've taken a look through and left some comments inline, but this is mostly looking good to me 👍

.gitignore Outdated
@@ -53,3 +53,7 @@ tf.zip

# do not upload secrets
.env

# custom for myself
.gitignore
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we avoid to check in this?


"tags": tags.Schema(),
"availability_zones_enabled": {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this introduced by a mistake?


if d.HasChange("size_gb") && model.Sku != nil && model.Sku.Capacity != nil {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems is missing in the new update function?

@ziyeqf
Copy link
Contributor Author

ziyeqf commented Dec 27, 2023

The service might have some issue these days, creating new clusters always get HTTP 500, will append new test results once the service healthy

@tombuildsstuff
Copy link
Contributor

@ziyeqf as this PR's been sitting as a draft since September with no update since December I'm going to temporary close this PR for the moment - but once you're able to test this please let us know and we can reopen this/take another look.

Thanks!

@ziyeqf
Copy link
Contributor Author

ziyeqf commented Mar 25, 2024

Hi @tombuildsstuff, this was blocked by a issue on the service before. The issue is gone and I have run the tests successfully. Can we reopen this PR?

@tombuildsstuff
Copy link
Contributor

@ziyeqf so is this no longer a WIP?

@ziyeqf ziyeqf marked this pull request as ready for review March 25, 2024 10:34
@ziyeqf
Copy link
Contributor Author

ziyeqf commented Mar 25, 2024

@ziyeqf so is this no longer a WIP?

Yes, it's ready for review.

Copy link
Collaborator

@katbyte katbyte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🧊

@ziyeqf
Copy link
Contributor Author

ziyeqf commented Apr 15, 2024

kindly ping for merging

@stephybun stephybun merged commit 09bc86a into hashicorp:main Apr 18, 2024
31 checks passed
@github-actions github-actions bot added this to the v3.100.0 milestone Apr 18, 2024
stephybun added a commit that referenced this pull request Apr 18, 2024
dduportal pushed a commit to jenkins-infra/azure that referenced this pull request Apr 19, 2024
<Actions>
<action
id="f410411e63aff4bb73a81c2aec1d373cf8a903e63b30dee2006b0030d8a94cc8">
        <h3>Bump Terraform `azurerm` provider version</h3>
<details
id="1d9343c012f5434ac9fe8a98135bae3667b399259be16d9b14302ea3bd424a24">
            <summary>Update Terraform lock file</summary>
<p>changes detected:&#xA;&#x9;&#34;hashicorp/azurerm&#34; updated from
&#34;3.99.0&#34; to &#34;3.100.0&#34; in file
&#34;.terraform.lock.hcl&#34;</p>
            <details>
                <summary>3.100.0</summary>
<pre>Changelog retrieved
from:&#xA;&#x9;https://github.com/hashicorp/terraform-provider-azurerm/releases/tag/v3.100.0&#xA;ENHANCEMENTS:&#xA;&#xA;*
dependencies: updating `hashicorp/go-azure-sdk` to `v0.20240417.1084633`
([#25659](hashicorp/terraform-provider-azurerm#25659
`compute` - update Virtual Machine and Virtual Machine Scale Set
resources and data sources to use `hashicorp/go-azure-sdk`
([#25533](hashicorp/terraform-provider-azurerm#25533
`machine_learning` - Add new `machine_learning` block that supports
`purge_soft_deleted_workspace_on_destroy`
([#25624](hashicorp/terraform-provider-azurerm#25624
`loganalytics` - update cluster resource to use `hashicorp/go-azure-sdk`
([#23373](hashicorp/terraform-provider-azurerm#23373
Data Source: `azurerm_management_group` - now exports the
`tenant_scoped_id` attribute
([#25555](hashicorp/terraform-provider-azurerm#25555
`azurerm_container_app` - the
`ingress.ip_security_restriction.ip_address_range` property will now
accept an IP address as valid input
([#25609](hashicorp/terraform-provider-azurerm#25609
`azurerm_container_group` - the `identity` block can now be updated
([#25543](hashicorp/terraform-provider-azurerm#25543
`azurerm_express_route_connection` - support for the
`private_link_fast_path_enabled` property
([#25596](hashicorp/terraform-provider-azurerm#25596
`azurerm_hdinsight_hadoop_cluster` - support for the
`private_link_configuration` block
([#25629](hashicorp/terraform-provider-azurerm#25629
`azurerm_hdinsight_hbase_cluster` - support for the
`private_link_configuration` block
([#25629](hashicorp/terraform-provider-azurerm#25629
`azurerm_hdinsight_interactive_query_cluster` - support for the
`private_link_configuration` block
([#25629](hashicorp/terraform-provider-azurerm#25629
`azurerm_hdinsight_kafka_cluster` - support for the
`private_link_configuration` block
([#25629](hashicorp/terraform-provider-azurerm#25629
`azurerm_hdinsight_spark_cluster` - support for the
`private_link_configuration` block
([#25629](hashicorp/terraform-provider-azurerm#25629
`azurerm_management_group` - now exports the `tenant_scoped_id`
attribute
([#25555](hashicorp/terraform-provider-azurerm#25555
`azurerm_monitor_activity_log_alert` - support for the `location`
property
([#25389](hashicorp/terraform-provider-azurerm#25389
`azurerm_mysql_flexible_server` - update validating regex for `sku_name`
([#25642](hashicorp/terraform-provider-azurerm#25642
`azurerm_postgresql_flexible_server` - support for the `GeoRestore`
`create_mode`
([#25664](hashicorp/terraform-provider-azurerm#25664
`azurerm_virtual_network_gateway_connection` - support for the
`private_link_fast_path_enabled` property
([#25650](hashicorp/terraform-provider-azurerm#25650
`azurerm_windows_web_app` - support for the `handler_mapping` block
([#25631](hashicorp/terraform-provider-azurerm#25631
`azurerm_windows_web_app_slot` - support for the `handler_mapping` block
([#25631](https://github.com/hashicorp/terraform-provider-azurerm/issues/25631))&#xA;&#xA;BUG
FIXES:&#xA;&#xA;* storage: prevent a bug causing the second storage
account key to be used for authentication instead of the first
([#25652](hashicorp/terraform-provider-azurerm#25652
`azurerm_active_directory_domain_service` - prevent an issue where
`filtered_sync_enabled` was not being updated
([#25594](hashicorp/terraform-provider-azurerm#25594
`azurerm_application_insights` - add a state migration to fix the
resource ID casing of Application Insights resources
([#25628](hashicorp/terraform-provider-azurerm#25628
`azurerm_function_app_hybrid_connection` - can now use relay resources
created in a different resource group
([#25541](hashicorp/terraform-provider-azurerm#25541
`azurerm_kubernetes_cluster_node_pool` - prevent plan diff when the
`windows_profile.outbound_nat_enabled` property is unset
([#25644](hashicorp/terraform-provider-azurerm#25644
`azurerm_machine_learning_compute_cluster` - fix location to point to
parent resource for computes
([#25643](hashicorp/terraform-provider-azurerm#25643
`azurerm_machine_learning_compute_instance` - fix location to point to
parent resource for computes
([#25643](hashicorp/terraform-provider-azurerm#25643
`azurerm_storage_account` - check replication type when evaluating
support level for shares and queues for V1 storage accounts
([#25581](hashicorp/terraform-provider-azurerm#25581
`azurerm_storage_account` - added a sanity check for `dns_endpoint_type`
and `blob_properties.restore_policy`
([#25450](hashicorp/terraform-provider-azurerm#25450
`azurerm_web_app_hybrid_connection` - can now use relay resources
created in a different resource group
([#25541](hashicorp/terraform-provider-azurerm#25541
`azurerm_windows_web_app` - prevent removal of
`site_config.application_stack.node_version` when `app_settings` are
updated
([#25488](hashicorp/terraform-provider-azurerm#25488
`azurerm_windows_web_app_slot` - prevent removal of
`site_config.application_stack.node_version` when `app_settings` are
updated
([#25489](https://github.com/hashicorp/terraform-provider-azurerm/issues/25489))&#xA;&#xA;DEPRECATIONS:&#xA;&#xA;*
`logz` - the Logz resources are deprecated and will be removed in v4.0
of the AzureRM Provider since the API no longer allows new instances to
be created
([#25405](hashicorp/terraform-provider-azurerm#25405
`azurerm_machine_learning_compute_instance` - marked the `location`
field as deprecated in v4.0 of the provider
([#25643](hashicorp/terraform-provider-azurerm#25643
`azurerm_kubernetes_cluster` - the following properties have been
deprecated since the API no longer supports cluster creation with legacy
Azure Entra integration: `client_app_id`, `server_app_id`,
`server_app_secret` and `managed`
([#25200](https://github.com/hashicorp/terraform-provider-azurerm/issues/25200))&#xA;&#xA;&#xA;</pre>
            </details>
        </details>
<a
href="https://infra.ci.jenkins.io/job/updatecli/job/azure/job/main/117/">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) <[email protected]>
@ziyeqf ziyeqf deleted the tengzh/vanguard/operationalinsights/cluster branch April 22, 2024 02:07
Copy link

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.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants