diff --git a/.gitignore b/.gitignore index 0d6805238..2a3655a99 100644 --- a/.gitignore +++ b/.gitignore @@ -296,3 +296,4 @@ articles/media/trigger-sharepoint-list/praveen-deon/row-filter.png articles/media/trigger-sharepoint-list/praveen-deon/run-as.png articles/media/trigger-sharepoint-list/praveen-deon/scope.png articles/media/trigger-sharepoint-list/praveen-deon/triggers.png +*.code-workspace diff --git a/articles/sap-integration/env-variables-connection-refs.md b/articles/sap-integration/env-variables-connection-refs.md index 113861587..bec3a7a78 100644 --- a/articles/sap-integration/env-variables-connection-refs.md +++ b/articles/sap-integration/env-variables-connection-refs.md @@ -31,14 +31,14 @@ SAP has multiple connection parameters, and manually entering the parameters int 1. On the command bar, select **New** > **More** > **Environment variable**. 1. Complete the fields in the Environment variable panel. - **Display name**. Enter a display name for the environment variable. - - **Name**. This name is automatically generated, but you can change it. - - **Data Type**. Select **Text** (_don't_ select JSON). - - **Default Value**. Offers a defined environment variable template. - - **New value** Update the JSON blob with SAP system's SAP properties. Not all properties are necessary—your SAP environment will determine which ones are applicable. Refer to the SAP property guidance. + - **Name**. This name is automatically generated as you enter the display name, but you can change it. + - **Data Type**. Select **Text** (_don't_ select JSON). Once selected, the value fields will appear. + - **Default Value**. Offers a environment variable template. + - **Current Value**. Update the JSON blob with SAP system's SAP properties. Not all properties are necessary—your SAP environment will determine which ones are applicable. Refer to the SAP property guidance. - :::image type="content" source="media/env-refs/env-var-panel.png" alt-text="The environment panel in Power Apps."::: + :::image type="content" source="media/env-refs/env-var-panel.png" alt-text="The environment panel in Power Apps."::: -### SAP Property Guidance +### SAP property guidance | Property | Description | |----------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| diff --git a/articles/sap-integration/media/.DS_Store b/articles/sap-integration/media/.DS_Store new file mode 100644 index 000000000..a7d748725 Binary files /dev/null and b/articles/sap-integration/media/.DS_Store differ diff --git a/articles/sap-integration/media/env-refs/cloud-flow-select.png b/articles/sap-integration/media/env-refs/cloud-flow-select.png deleted file mode 100644 index 65ebc2245..000000000 Binary files a/articles/sap-integration/media/env-refs/cloud-flow-select.png and /dev/null differ diff --git a/articles/sap-integration/media/env-refs/edit-flow.png b/articles/sap-integration/media/env-refs/edit-flow.png deleted file mode 100644 index 91dc0c3f3..000000000 Binary files a/articles/sap-integration/media/env-refs/edit-flow.png and /dev/null differ diff --git a/articles/sap-integration/media/env-refs/flow-connect-warning.png b/articles/sap-integration/media/env-refs/flow-connect-warning.png deleted file mode 100644 index 418c4a11b..000000000 Binary files a/articles/sap-integration/media/env-refs/flow-connect-warning.png and /dev/null differ diff --git a/articles/sap-integration/media/env-refs/pauto-solutions.png b/articles/sap-integration/media/env-refs/pauto-solutions.png deleted file mode 100644 index 0ea0898ef..000000000 Binary files a/articles/sap-integration/media/env-refs/pauto-solutions.png and /dev/null differ diff --git a/articles/sap-integration/media/env-refs/solution-obj.png b/articles/sap-integration/media/env-refs/solution-obj.png deleted file mode 100644 index d234d7302..000000000 Binary files a/articles/sap-integration/media/env-refs/solution-obj.png and /dev/null differ diff --git a/articles/sap-integration/media/env-refs/system-auth.png b/articles/sap-integration/media/env-refs/system-auth.png deleted file mode 100644 index e0aeb63ca..000000000 Binary files a/articles/sap-integration/media/env-refs/system-auth.png and /dev/null differ diff --git a/articles/sap-integration/media/env-refs/user-auth.png b/articles/sap-integration/media/env-refs/user-auth.png deleted file mode 100644 index 00335ae0c..000000000 Binary files a/articles/sap-integration/media/env-refs/user-auth.png and /dev/null differ