Skip to content

Commit

Permalink
remove redundant description
Browse files Browse the repository at this point in the history
Co-authored-by: Rainer Leber <39616583+rainerleber@users.noreply.github.com>
  • Loading branch information
MatthiasWinzeler and rainerleber authored Nov 12, 2023
1 parent c2ec65d commit 7db5fd4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions plugins/modules/license_keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,15 +228,6 @@ def run_module():

sap_sso_login(username, password)

# This module closely mimics the flow of the portal (me.sap.com/licensekey) when creating license keys:
# - validate the user-provided installation against the available installations from API call /Installations
# - validate the user-provided product against the available products from API call /SysProducts
# - validate the user-provided product against the available product versions from API call /SysVersions
# - validate the user-provided system data (SID, OS etc.) via API calls /SystData and /SystemDataCheck
# - validate the user-provided license type and data via API call /LicenseType
# - if the validation succeeds, the data is enriched with the existing system and license data and submitted
# by first generating the licenses via API Call /BSHWKEY and then submitting the system via API call /Submit.
# - as a last step, the license keys are now downloaded via API call /FileContent.

try:
validate_installation(installation_nr, username)
Expand Down

0 comments on commit 7db5fd4

Please sign in to comment.