You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fastly CLI version v4.5.0 (c56025c)
Built with go version go1.18.9 linux/amd64
What happened
When creating a VCL snippet, the dynamic argument is required. There is no option to select a versioned option as the default int is always set to dynamic.
fastly vcl snippet create --version=active --service-id $SERVICE_ID --autoclone --content example.vcl --type recv --name="Shielding Test"
ERROR: the Fastly API returned 400 Bad Request: Bad request (No value for required field 'dynamic').
I want to create a versioned VCL Snippet so I'm not adding the --dynamic argument but it's required.
Version
What happened
When creating a VCL snippet, the
dynamic
argument is required. There is no option to select aversioned
option as the default int is always set todynamic
.I want to create a
versioned
VCL Snippet so I'm not adding the--dynamic
argument but it's required.https://github.com/fastly/go-fastly/blob/9261ce9f69f4c19c5814e0e21ea29771b4191cff/fastly/vcl_snippets.go#L74
The text was updated successfully, but these errors were encountered: