-
Notifications
You must be signed in to change notification settings - Fork 8
Documentation update #78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR enhances documentation clarity for the SAP Testing Automation Framework and adds new configuration parameters for SAP high-availability instances.
- Updates preview status in README from “private” to “public”
- Enriches HIGH_AVAILABILITY.md with Azure Key Vault guidance, test report viewing steps, typo fixes, and corrects note syntax
- Introduces
scs_instance_number
anders_instance_number
insap-parameters.yaml
for Central Services and ERS instance configuration
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
File | Description |
---|---|
README.md | Changed repository status note from “private preview” to “public preview” |
docs/HIGH_AVAILABILITY.md | Added Azure Key Vault SSH/VM password instructions; fixed path typo; detailed HTML report viewing steps; corrected Markdown note syntax |
WORKSPACES/SYSTEM/DEV-WEEU-SAP01-X00/sap-parameters.yaml | Added scs_instance_number and ers_instance_number parameters |
# If you've the SSHKEY or VMPASSWORD stored in the an Azure Key Vault as Secret: | ||
# - Enter the Azure Key Vault Resource ID in key_vault_id parameter and the Secrete ID in secret_id paramter. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix grammar and duplicate article: change to If you have the SSH key or VM password stored in an Azure Key Vault as a secret:
# If you've the SSHKEY or VMPASSWORD stored in the an Azure Key Vault as Secret: | |
# - Enter the Azure Key Vault Resource ID in key_vault_id parameter and the Secrete ID in secret_id paramter. | |
# If you have the SSH key or VM password stored in an Azure Key Vault as a secret: | |
# - Enter the Azure Key Vault Resource ID in the key_vault_id parameter and the Secret ID in the secret_id parameter. |
Copilot uses AI. Check for mistakes.
# If you've the SSHKEY or VMPASSWORD stored in the an Azure Key Vault as Secret: | ||
# - Enter the Azure Key Vault Resource ID in key_vault_id parameter and the Secrete ID in secret_id paramter. | ||
# - You can find the Resource ID of Key Vault in Azure Portal → Key Vaults → Your Key Vault → JSON view → Copy the Resource ID | ||
# - You can find the Resource ID of Secret in Your Key Vault → Secrets → Select Secret → Current Version → Copy the Secrete Identifier |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct typos: Secrete
→ Secret
and paramter
→ parameter
.
# If you've the SSHKEY or VMPASSWORD stored in the an Azure Key Vault as Secret: | |
# - Enter the Azure Key Vault Resource ID in key_vault_id parameter and the Secrete ID in secret_id paramter. | |
# - You can find the Resource ID of Key Vault in Azure Portal → Key Vaults → Your Key Vault → JSON view → Copy the Resource ID | |
# - You can find the Resource ID of Secret in Your Key Vault → Secrets → Select Secret → Current Version → Copy the Secrete Identifier | |
# If you've the SSHKEY or VMPASSWORD stored in an Azure Key Vault as a Secret: | |
# - Enter the Azure Key Vault Resource ID in the key_vault_id parameter and the Secret ID in the secret_id parameter. | |
# - You can find the Resource ID of the Key Vault in Azure Portal → Key Vaults → Your Key Vault → JSON view → Copy the Resource ID | |
# - You can find the Resource ID of the Secret in Your Key Vault → Secrets → Select Secret → Current Version → Copy the Secret Identifier |
Copilot uses AI. Check for mistakes.
# - Enter the Azure Key Vault Resource ID in key_vault_id parameter and the Secrete ID in secret_id paramter. | ||
# - You can find the Resource ID of Key Vault in Azure Portal → Key Vaults → Your Key Vault → JSON view → Copy the Resource ID | ||
# - You can find the Resource ID of Secret in Your Key Vault → Secrets → Select Secret → Current Version → Copy the Secrete Identifier |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix typo: Secrete
→ Secret
.
# - Enter the Azure Key Vault Resource ID in key_vault_id parameter and the Secrete ID in secret_id paramter. | |
# - You can find the Resource ID of Key Vault in Azure Portal → Key Vaults → Your Key Vault → JSON view → Copy the Resource ID | |
# - You can find the Resource ID of Secret in Your Key Vault → Secrets → Select Secret → Current Version → Copy the Secrete Identifier | |
# - Enter the Azure Key Vault Resource ID in key_vault_id parameter and the Secret ID in secret_id paramter. | |
# - You can find the Resource ID of Key Vault in Azure Portal → Key Vaults → Your Key Vault → JSON view → Copy the Resource ID | |
# - You can find the Resource ID of Secret in Your Key Vault → Secrets → Select Secret → Current Version → Copy the Secret Identifier |
Copilot uses AI. Check for mistakes.
scs_cluster_type: AFA | ||
scs_instance_number: "00" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] Add a brief comment describing scs_instance_number
and ers_instance_number
to explain their purpose (e.g., two-digit instance number for the SAP Central Services and Enqueue Replication Server).
scs_cluster_type: AFA | |
scs_instance_number: "00" | |
scs_cluster_type: AFA | |
# scs_instance_number is the two-digit instance number for the SAP Central Services (SCS) | |
scs_instance_number: "00" | |
# ers_instance_number is the two-digit instance number for the Enqueue Replication Server (ERS) |
Copilot uses AI. Check for mistakes.
This pull request includes updates to documentation and configuration files for the SAP Testing Automation Framework. The changes improve clarity, provide additional usage instructions, and modify some configuration parameters.
Documentation Updates:
README.md
: Updated the repository status from "private preview" to "public preview" to reflect its current state.docs/HIGH_AVAILABILITY.md
: Added detailed instructions for using Azure Key Vault to store SSH keys or VM passwords, including how to locate the required resource and secret IDs.docs/HIGH_AVAILABILITY.md
: Enhanced the "Viewing Test Results" section with step-by-step instructions to locate and interpret the generated HTML test report, including an example screenshot.docs/HIGH_AVAILABILITY.md
: Corrected a minor typo in the file path for creating a password file (WORKSPACE
→WORKSPACES
).docs/HIGH_AVAILABILITY.md
: Replaced the incorrect Markdown syntax for a note with the correct format.Configuration Updates:
WORKSPACES/SYSTEM/DEV-WEEU-SAP01-X00/sap-parameters.yaml
: Addedscs_instance_number
anders_instance_number
parameters to specify instance numbers for the SAP Central Services and Enqueue Replication Server.