From 125338afdc76d99b87b7167d6b2928c434c6e3bf Mon Sep 17 00:00:00 2001 From: Hamza Hassan Date: Mon, 7 Aug 2023 12:53:53 +0000 Subject: [PATCH] Make the location field immutable --- mmv1/products/certificatemanager/Certificate.yaml | 1 + mmv1/products/certificatemanager/CertificateIssuanceConfig.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/mmv1/products/certificatemanager/Certificate.yaml b/mmv1/products/certificatemanager/Certificate.yaml index 2fa0442101a9..d2c48080ae86 100644 --- a/mmv1/products/certificatemanager/Certificate.yaml +++ b/mmv1/products/certificatemanager/Certificate.yaml @@ -87,6 +87,7 @@ parameters: description: | The Certificate Manager location. If not specified, "global" is used. default_value: global + immutable: true url_param_only: true properties: - !ruby/object:Api::Type::String diff --git a/mmv1/products/certificatemanager/CertificateIssuanceConfig.yaml b/mmv1/products/certificatemanager/CertificateIssuanceConfig.yaml index 9d32abc0849f..d09923bf309e 100644 --- a/mmv1/products/certificatemanager/CertificateIssuanceConfig.yaml +++ b/mmv1/products/certificatemanager/CertificateIssuanceConfig.yaml @@ -65,6 +65,7 @@ parameters: description: | The Certificate Manager location. If not specified, "global" is used. default_value: global + immutable: true url_param_only: true properties: - !ruby/object:Api::Type::String