From ac87bd6c8c8c0af66620ac64d543d7227e884862 Mon Sep 17 00:00:00 2001 From: diogoEsteves Date: Tue, 4 Apr 2023 11:24:01 +0000 Subject: [PATCH] adding immutable attr to parameters --- mmv1/products/networksecurity/UrlLists.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mmv1/products/networksecurity/UrlLists.yaml b/mmv1/products/networksecurity/UrlLists.yaml index 256c9c57a108..739e8c88355c 100644 --- a/mmv1/products/networksecurity/UrlLists.yaml +++ b/mmv1/products/networksecurity/UrlLists.yaml @@ -66,6 +66,7 @@ parameters: - !ruby/object:Api::Type::String name: "name" required: true + immutable: true url_param_only: true description: | Short name of the UrlList resource to be created. @@ -73,6 +74,7 @@ parameters: - !ruby/object:Api::Type::String name: "location" required: true + immutable: true description: | The location of the url lists. url_param_only: true