Skip to content

Commit

Permalink
adding immutable attr to parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
diogoEsteves42 committed Apr 4, 2023
1 parent 77302a9 commit ac87bd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mmv1/products/networksecurity/UrlLists.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,15 @@ 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.
This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. 'urlList'.
- !ruby/object:Api::Type::String
name: "location"
required: true
immutable: true
description: |
The location of the url lists.
url_param_only: true
Expand Down

0 comments on commit ac87bd6

Please sign in to comment.