Skip to content

Commit 54c7ca8

Browse files
authored
Fix ApigeeEnvironment update response type. (#12415)
1 parent 613bdae commit 54c7ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmv1/products/apigee/Environment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ timeouts:
3535
delete_minutes: 30
3636
autogen_async: true
3737
async:
38-
actions: ['create', 'delete', 'update']
38+
actions: ['create', 'delete']
3939
type: 'OpAsync'
4040
operation:
4141
base_url: '{{op_id}}'

0 commit comments

Comments
 (0)