From f511f296f503f99377bc70f3a3f25865526e6891 Mon Sep 17 00:00:00 2001 From: ditaccms-bot Date: Thu, 16 Jan 2025 09:48:44 +0000 Subject: [PATCH] Update from SAP DITA CMS (squashed): commit ada387eeb5fba8742f8520c95b3d14c22f006bda Author: REDACTED Date: Thu Jan 16 01:36:07 2025 +0000 Update from SAP DITA CMS 2025-01-16 01:36:07 Project: dita-all/jjq1673438782153 Project map: c2f780f61c744155b0bd42b6f38fb70c.ditamap Output: loio2080d0faf9d84ce6aa14caa4caa32935 Language: en-US Builddable map: 0fcfe38e11674227bb0a8d014337319b.ditamap commit ebce77133579edba4c331b5fb65afb1729f522b2 Author: REDACTED Date: Wed Jan 15 14:15:47 2025 +0000 Update from SAP DITA CMS 2025-01-15 14:15:47 Project: dita-all/jjq1673438782153 Project map: c2f780f61c744155b0bd42b6f38fb70c.ditamap Output: loio2080d0faf9d84ce6aa14caa4caa32935 Language: en-US Builddable map: 0fcfe38e11674227bb0a8d014337319b.ditamap commit c303c5d55bff6bd5cfd452147aef01ab629dacbb Author: REDACTED Date: Wed Jan 15 13:46:21 2025 +0000 Update from SAP DITA CMS 2025-01-15 13:46:21 Project: dita-all/jjq1673438782153 Project map: c2f780f61c744155b0bd42b6f38fb70c.ditamap ################################################## [Remaining squash message was removed before commit...] --- .../passing-parameters-2cfd47c.md | 13 +- ...ents-and-quotas-for-directories-37f8871.md | 4 +- ...ameters-in-the-kyma-environment-e2e13bf.md | 50 ++++++- .../support-components-08d1103.md | 135 +++++++++--------- 4 files changed, 121 insertions(+), 81 deletions(-) diff --git a/docs/30-development/passing-parameters-2cfd47c.md b/docs/30-development/passing-parameters-2cfd47c.md index a0ff9c47..46acac53 100644 --- a/docs/30-development/passing-parameters-2cfd47c.md +++ b/docs/30-development/passing-parameters-2cfd47c.md @@ -10,19 +10,18 @@ You can set input parameters for your resources. ## Procedure -To set input parameters, go to the `spec` of the `ServiceInstance` or `ServiceBinding` resource, and use both or one of the following fields: +To set input parameters, go to the `spec` of the `ServiceInstance` or `ServiceBinding` resource, and use one or all of the following fields: - `parameters`: Specifies a set of properties sent to the service broker. The specified data is passed to the service broker without any modifications aside from converting it to JSON for transmission to the broker if the `spec` field is specified as YAML. All valid YAML or JSON constructs are supported. - > ### Note: - > You can specify only one parameter field per `spec`. +- `parametersFrom`: Specifies which Secret, together with the key in it, to include in the set of parameters sent to the service broker. The key contains a `string` that represents a JSON file. The `parametersFrom` field is a list that supports multiple sources referenced per `spec`. The ServiceInstance resource can specify multiple related Secrets. -- `parametersFrom`: Specifies which Secret, together with the key in it, to include in the set of parameters sent to the service broker. The key contains a `string` that represents a JSON file. The `parametersFrom` field is a list that supports multiple sources referenced per `spec`. +- `watchParametersFromChanges`: Use this field together with `parametersFrom`. Set it to `true` to trigger an automatic update of the ServiceInstance resource with the changes to the Secret values listed in `parametersFrom`. By default, the field is set to `false`. -If you specified multiple sources in the `parameters` and `parametersFrom` fields, the final payload results from merging all of them at the top level. +If you specify multiple sources in the `parameters` and `parametersFrom` fields, the final payload merges all of them at the top level. -If there are any duplicate properties defined at the top level, the specification is invalid. The further processing of the `ServiceInstance` or `ServiceBinding` resource stops with the status ***Error***. +To avoid errors, do not use the same top-level parameter name in multiple sources in the `parameters` and `parametersFrom` fields. Otherwise, the specification is invalid, and further processing of the `ServiceInstance` or `ServiceBinding` resources stops with the status ***Error***. @@ -43,6 +42,7 @@ See the following examples: - secretKeyRef: name: {SECRET_NAME} key: secret-parameter + watchParametersFromChanges: true ``` - The `spec` format in JSON: @@ -59,6 +59,7 @@ See the following examples: "key": "secret-parameter" } } + "watchParametersFromChanges": true } } ``` diff --git a/docs/50-administration-and-ops/configure-entitlements-and-quotas-for-directories-37f8871.md b/docs/50-administration-and-ops/configure-entitlements-and-quotas-for-directories-37f8871.md index 17db81a1..1eb6a911 100644 --- a/docs/50-administration-and-ops/configure-entitlements-and-quotas-for-directories-37f8871.md +++ b/docs/50-administration-and-ops/configure-entitlements-and-quotas-for-directories-37f8871.md @@ -40,9 +40,9 @@ There are several ways you can enable the entitlement management feature for a d - Navigate to the directory's *Entitlements* page and select *Enable Entitlement Management*. -- Navigate to your global account and open the *Entitlements* \> *Entity Assignments* from the navigation panel. Select the icon in the *Select Entity* dropdown menu. +- Navigate to your global account and open the *Entitlements* \> *Entity Assignments* from the navigation panel. Select the icon in the *Subaccounts/Directories* dropdown menu. - Then, in the *Select Entities* dialog box, choose the directory for which you want to manage assignments. Click *Select* and then *Enable Entitlement Management*. + Then, in the *Select Subaccounts and Directories* dialog box, choose the directory for which you want to manage assignments. Click *Select* and then *Enable Entitlement Management*. > ### Tip: > To disable entitlement management for a directory, redo these steps from the global account's *Entitlements* \> *Entity Assignments* page, but choose *Disable Entitlement Management* at the end. When you disable entitlement management, any assignments and quota that are currently assigned to the directory are "returned" to the global account and are then available for distribution to other directories and subaccounts. diff --git a/docs/50-administration-and-ops/provisioning-and-updating-parameters-in-the-kyma-environment-e2e13bf.md b/docs/50-administration-and-ops/provisioning-and-updating-parameters-in-the-kyma-environment-e2e13bf.md index 967ae063..934ffb9a 100644 --- a/docs/50-administration-and-ops/provisioning-and-updating-parameters-in-the-kyma-environment-e2e13bf.md +++ b/docs/50-administration-and-ops/provisioning-and-updating-parameters-in-the-kyma-environment-e2e13bf.md @@ -373,21 +373,21 @@ Virtual Machine Size - + Standard: Amazon Web Services technical name: `aws` - + Provisioning Updating - + `m6i.large` @@ -466,6 +466,18 @@ Updating +`m6i.16xlarge` + + + + +64vCPU, 256GB RAM + + + + + + `m5.large` @@ -536,21 +548,33 @@ Updating - + + +`m5.16xlarge` + + + + +64vCPU, 256GB RAM + + + + + Standard: Google Cloud technical name: `gcp` - + Provisioning Updating - + `n2-standard-2` @@ -622,7 +646,19 @@ Updating -48vCPU, 192B RAM +48vCPU, 192GB RAM + + + + + + +`n2-standard-64` + + + + +64vCPU, 256GB RAM diff --git a/docs/70-getting-support/support-components-08d1103.md b/docs/70-getting-support/support-components-08d1103.md index fb07452d..f32ce8e9 100644 --- a/docs/70-getting-support/support-components-08d1103.md +++ b/docs/70-getting-support/support-components-08d1103.md @@ -6035,6 +6035,7 @@ Configure your SAP ERP or SAP S/4HANA products interactively in the cloud - Europe \(Frankfurt\) - US East \(VA\) - Singapore +- Europe \(Frankfurt\) EU Access @@ -7320,6 +7321,7 @@ Calculate prices for configurable- and non-configurable products - Europe \(Frankfurt\) - US East \(VA\) - Singapore +- Europe \(Frankfurt\) EU Access @@ -8439,72 +8441,6 @@ Simplify access to applications by establishing a central entry point. - - - - - -[SAP ASE Service](https://help.sap.com/viewer/product/ASE_SERVICE/Cloud/en-US) - - - - -Create and consume SAP ASE databases. - - - - -- BC-NEO-PERS - - - - - - -- Neo - - - - - - -- SAP - - - - - - -- Europe \(Rot\)\* -- Europe \(Frankfurt\) -- Europe \(Amsterdam\) -- US East \(Ashburn\) -- US West \(Chandler\) -- US East \(Sterling\) -- US West \(Colorado Springs\) -- Australia \(Sydney\) -- Japan \(Tokyo\) -- Canada \(Toronto\) -- Brazil \(São Paulo\) -- UAE \(Dubai\) -- KSA \(Riyadh\) - - - - - - -- Yes - - - - - - -- Available - - - @@ -10169,6 +10105,7 @@ Administer the configuration and pricing services - Europe \(Frankfurt\) - US East \(VA\) - Singapore +- Europe \(Frankfurt\) EU Access @@ -11569,6 +11506,72 @@ Create, store, access, and analyze application logs. + + + + + +[SAP ASE Service](https://help.sap.com/viewer/product/ASE_SERVICE/Cloud/en-US) + + + + +Create and consume SAP ASE databases. + + + + +- BC-NEO-PERS + + + + + + +- Neo + + + + + + +- SAP + + + + + + +- Europe \(Rot\)\* +- Europe \(Frankfurt\) +- Europe \(Amsterdam\) +- US East \(Ashburn\) +- US West \(Chandler\) +- US East \(Sterling\) +- US West \(Colorado Springs\) +- Australia \(Sydney\) +- Japan \(Tokyo\) +- Canada \(Toronto\) +- Brazil \(São Paulo\) +- UAE \(Dubai\) +- KSA \(Riyadh\) + + + + + + +- Yes + + + + + + +- Available + + +