Skip to content

Commit

Permalink
Add support to delete Client resource of Application Integration (Goo…
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitjangid authored and cmfeng committed Apr 5, 2024
1 parent 89c010a commit 1229275
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mmv1/products/integrations/Client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ base_url: 'projects/{{project}}/locations/{{location}}/clients'
self_link: 'projects/{{project}}/locations/{{location}}/clients'
immutable: true
create_url: 'projects/{{project}}/locations/{{location}}/clients:provision'
delete_url: 'projects/{{project}}/locations/{{location}}/clients:deprovision'
delete_verb: :POST
autogen_async: false
skip_delete: true
import_format:
[
'projects/{{project}}/locations/{{location}}/clients',
Expand Down

0 comments on commit 1229275

Please sign in to comment.