xuchenma

Results 16 comments of xuchenma

Hi Sam, this API isn't public yet (will be there later this week) so the tests won't pass for now. Meanwhile I'm not sure if this is the correct way...

> It may take some experimentation to find what works for this API. Do you have access to a staging environment? No but with TF_LOG=debug I'm able to verify if...

It seems that with "url_param_only: true" the ApigeeOrganization was created properly, but the delete call was made without the "retention" param: ---[ REQUEST ]--------------------------------------- DELETE /v1/organizations/tf-teste0zf16pcki?alt=json HTTP/1.1 Host: apigee.googleapis.com User-Agent:...

The solution here is to add "delete_url" to the resource, set "url_param_only" to true to the field, and skip status check (since LRO will expire when Org is deleted).

> This looks good at this point. Let me know when the API rolls out and I can test this This API should be live now. Thanks!