Hello,
i use gcp CDN with cache
i want to invalidate cache on my backend bucket files by adding query string to my request.
Ex : https://mydomain.com/myfile.js?version=123456
the command "gcloud beta compute backend-buckets update MYBUCKET \
--cache-key-include-query-string" listed on this page https://cloud.google.com/cdn/docs/using-cache-keys#gcloud_2 is not working .
I get the error "ERROR: (gcloud.beta.compute.backend-buckets.update) unrecognized arguments: --cache-key-include-query-string (did you mean '--cache-key-query-string-whitelist'?) "
My version of gcloud is updated :
Google Cloud SDK 368.0.0
alpha 2022.01.07
beta 2022.01.07
bq 2.0.72
core 2022.01.07
gsutil 5.6
Have you an idea of the problem ?
thanks