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

Add missing columns zone_redundant, geo_region, elastic_scale_enabled, worker_tier_name, target_worker_count, and target_worker_size_id to the table azure_app_service_plan Closes #840 #842

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

ParthaI
Copy link
Contributor

@ParthaI ParthaI commented Sep 20, 2024

Integration test logs

Logs
Add passing integration test logs here

Example query results

Results

> select name, zone_redundant, geo_region, elastic_scale_enabled, worker_tier_name, target_worker_count, target_worker_size_id, provisioning_state from azure_app_service_plan where name = 'test53' and resource_group = 'new-rg'
+--------+----------------+------------+-----------------------+------------------+---------------------+-----------------------+--------------------+
| name   | zone_redundant | geo_region | elastic_scale_enabled | worker_tier_name | target_worker_count | target_worker_size_id | provisioning_state |
+--------+----------------+------------+-----------------------+------------------+---------------------+-----------------------+--------------------+
| test53 | false          | Central US | false                 | <null>           | 0                   | 0                     | Succeeded          |
+--------+----------------+------------+-----------------------+------------------+---------------------+-----------------------+--------------------+


@ParthaI ParthaI requested a review from misraved September 20, 2024 13:28
@ParthaI ParthaI self-assigned this Sep 20, 2024
@ParthaI ParthaI linked an issue Sep 20, 2024 that may be closed by this pull request
@ParthaI ParthaI changed the title Add missing columns to the table azure_app_service_plan Closes #840 Add missing columns zone_redundant, geo_region, elastic_scale_enabled, worker_tier_name, target_worker_count, and target_worker_size_id to the table azure_app_service_plan Closes #840 Sep 20, 2024
@misraved misraved merged commit 3bd318b into main Sep 25, 2024
1 check passed
@misraved misraved deleted the issue-804 branch September 25, 2024 05:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add zone_redundant attribute to azure_app_service_plan table
2 participants