GoogleCloudPlatform / application-integration-management-toolkit

This tool lets you interact with Application Integration, Integration Connectors or Apigee Integration/Connector APIs. The tool lets you manage (create, del, get, list) integrations, connections etc.
Apache License 2.0
22 stars 16 forks source link

Default values of the integration integer variable is not extracting with scaffold #189

Closed kondurure closed 7 months ago

kondurure commented 7 months ago

Default values of the integration integer variable is not extracting with scaffold from Dev environments.

Defined Integer values as below in Dev environment but with scaffold default value of integer datatype is empty but if I download from Dev environment manual, integer value is as expected.

Defined in Dev env: image

Screenshot from scaffold output: image

with manual extracted src file, even integration deploy also reflecting as empty in higher environments.

ssvaidyanathan commented 7 months ago

Fixed and Released in v0.74.2

kondurure commented 7 months ago

Thanks @ssvaidyanathan and @srinandan