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

docs: update docs and messaging for new resource provider registration properties in v4.0 #27152

Merged
merged 1 commit into from
Aug 22, 2024

Conversation

manicminer
Copy link
Contributor

Supersedes: #27144

@manicminer manicminer added this to the v4.0.0 milestone Aug 22, 2024
@manicminer manicminer requested a review from a team August 22, 2024 20:50
Copy link
Member

@jackofallops jackofallops left a comment

Choose a reason for hiding this comment

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

Thanks @manicminer - spotted one typo, otherwise LGTM


Before each plan or apply operation, the AzureRM Provider attempts to ensure that necessary Azure Resource Providers are registered. This process enables the necessary APIs and services for the provider to work with Azure. By default, the provider will attempt to register a small set of resource providers, which provides coverage for the most common resource types that are supported by the provider.

You can customise this behavior as needed by setting the `resource_provider_registrations` provider property, or the `resource_providers_to_register` provider property, or both of these. The `resource_provider_registration` property indicates a pre-determined set of resource providers to automatically register, and are:
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
You can customise this behavior as needed by setting the `resource_provider_registrations` provider property, or the `resource_providers_to_register` provider property, or both of these. The `resource_provider_registration` property indicates a pre-determined set of resource providers to automatically register, and are:
You can customise this behavior as needed by setting the `resource_provider_registrations` provider property, or the `resource_providers_to_register` provider property, or both of these. The `resource_provider_registrations` property indicates a pre-determined set of resource providers to automatically register, and are:

@manicminer manicminer force-pushed the docs/rp-registrations-4.0 branch from 7833df3 to ad3124f Compare August 22, 2024 21:03
@manicminer manicminer merged commit b64f8ab into main Aug 22, 2024
32 checks passed
@manicminer manicminer deleted the docs/rp-registrations-4.0 branch August 22, 2024 21:10
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 Sep 22, 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.

2 participants