File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments