Skip to content

Commit 7db5fd4

Browse files
remove redundant description
Co-authored-by: Rainer Leber <39616583+rainerleber@users.noreply.github.com>
1 parent c2ec65d commit 7db5fd4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

plugins/modules/license_keys.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -228,15 +228,6 @@ def run_module():
228228

229229
sap_sso_login(username, password)
230230

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

241232
try:
242233
validate_installation(installation_nr, username)

0 commit comments

Comments
 (0)