Skip to content

Commit 30bd7f7

Browse files
Remove immutable annotation from engine_version to
support version upgrade.
1 parent d89901f commit 30bd7f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mmv1/products/memorystore/Instance.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,7 @@ properties:
257257
default_from_api: true
258258
- name: 'engineVersion'
259259
type: String
260-
description: "Optional. Immutable. Engine version of the instance. "
261-
immutable: true
260+
description: "Optional. Engine version of the instance."
262261
default_from_api: true
263262
- name: 'engineConfigs'
264263
type: KeyValuePairs

0 commit comments

Comments
 (0)