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

[TestCase] azurerm_maps_account - update sku_name value in the test case #23563

Merged
merged 4 commits into from
Oct 16, 2023

Conversation

neil-yechenwei
Copy link
Contributor

@neil-yechenwei neil-yechenwei commented Oct 16, 2023

Recently, test cases about Maps Account in Teamcity are failed. After investigated, I found that skus S0 and S1 and kind Gen1 are deprecated. So I updated test cases.

Note: I didn't remove the deprecated skus from the validation since we shouldn't block the user who is using the existing resource with S0 and S1.

image
image

Copy link
Contributor

@tombuildsstuff tombuildsstuff left a comment

Choose a reason for hiding this comment

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

One comment around the property deprecation, but this otherwise LGTM 👍

@@ -40,6 +40,8 @@ The following arguments are supported:

* `sku_name` - (Required) The SKU of the Azure Maps Account. Possible values are `S0`, `S1` and `G2`. Changing this forces a new resource to be created.

~> **Note:** `S0` and `S1` are deprecated by Service API. Suggest to use `G2`. Please see more at this [document](https://learn.microsoft.com/azure/azure-maps/how-to-manage-pricing-tier).
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
~> **Note:** `S0` and `S1` are deprecated by Service API. Suggest to use `G2`. Please see more at this [document](https://learn.microsoft.com/azure/azure-maps/how-to-manage-pricing-tier).
~> **Note:** Gen1 SKUs (`S0` and `S1`) are deprecated and can no longer be used for new deployments, which should instead use a Gen2 SKU (`G2`) - more information can be found [in the Azure documentation](https://learn.microsoft.com/azure/azure-maps/how-to-manage-pricing-tier).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks. Updated

@tombuildsstuff tombuildsstuff added this to the v3.77.0 milestone Oct 16, 2023
@neil-yechenwei
Copy link
Contributor Author

@tombuildsstuff , thanks for the comment. I updated PR. Please take another look. Thanks.

Copy link
Member

@catriona-m catriona-m left a comment

Choose a reason for hiding this comment

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

Thanks @neil-yechenwei LGTM!

@catriona-m catriona-m merged commit befca9a into hashicorp:main Oct 16, 2023
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 11, 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.

3 participants