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

Added google_apigee_api_deployment resource #12291

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

apichick
Copy link
Contributor

This is a PR to add the google_apigee_api_deployment resource

`google_apigee_api_deployment`

@github-actions github-actions bot requested a review from roaks3 November 10, 2024 17:56
Copy link

Hello! I am a robot. Tests will require approval from a repository maintainer to run.

@roaks3, a repository maintainer, has been assigned to review your changes. If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look.

You can help make sure that review is quick by doing a self-review and by running impacted tests locally.

@modular-magician modular-magician added the awaiting-approval Pull requests that needs reviewer's approval to run presubmit tests label Nov 10, 2024
Copy link
Contributor

@roaks3 roaks3 left a comment

Choose a reason for hiding this comment

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

Overall LGTM, but a couple of high-level questions:

  • Does this actually need to be a handwritten resource, or could it be implemented as an mmv1 resource like mmv1/products/apigee/Environment.yaml? I didn't notice anything that needed to be handwritten here, and it looked like the sharedflow resource needed sendRequestRawBodyWithTimeout, which I don't see used here.
  • Do you know why the test needs to be skipped in VCR?

An API proxy deployment can be imported using any of these accepted formats:

* `organizations/{{org_id}}/environments/{{environment}}/apis/{{api_id}}/revisions/{{revision}}/deployments/{{name}}`
* `{{org_id}}/{{environment}}/{{sharedflow_id}}/{{revision}}/{{name}}`
Copy link
Contributor

Choose a reason for hiding this comment

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

s/sharedflow_id/api_id/ ?

Similar for various shared flow references below this on the page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-approval Pull requests that needs reviewer's approval to run presubmit tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants