Skip to content

Commit

Permalink
Added note about ProviderFactories to test promotion docs (GoogleClou…
Browse files Browse the repository at this point in the history
  • Loading branch information
melinath authored May 14, 2024
1 parent eb69648 commit 272c241
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/content/develop/promote-to-ga.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ For more information about types of resources and the generation process overall
1. Remove `min_version: beta` from any examples in a `ResourceName.yaml` which only test fields and resources that are present in the `google` provider.
2. Remove version guards from any handwritten code related to fields and resources that are present in the `google` provider.
3. Remove `provider = google-beta` from any test configurations (from MMv1 `examples` or handwritten) which have been promoted.
4. Ensure that there is at least one test that will run for the `google` provider that covers any promoted fields and resources.
4. Replace `ProtoV5ProviderBetaFactories` with `ProtoV5ProviderFactories` in all promoted handwritten tests.
5. Ensure that there is at least one test that will run for the `google` provider that covers any promoted fields and resources.

## Promote documentation

Expand Down

0 comments on commit 272c241

Please sign in to comment.