We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf7755 commit b574f06Copy full SHA for b574f06
articles/sap/automation/tutorial.md
@@ -239,7 +239,8 @@ export TF_VAR_app_registration_app_id=$(az ad app create \
239
--required-resource-access @manifest.json \
240
--query "appId" --output tsv )
241
242
-#remove the placeholder manifest.jsonrm manifest.json
+#remove the placeholder manifest.json
243
+rm manifest.json
244
245
export TF_VAR_webapp_client_secret=$(az ad app credential reset \
246
--id $TF_VAR_app_registration_app_id --append \
0 commit comments