Skip to content
Snippets Groups Projects

update documentation of the provisioning proxy

Merged Karel van Klink requested to merge feature/update-documentation into develop
4 files
+ 14
30
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -128,11 +128,8 @@ def provision_device_dry(subscription: DeviceProvisioning, process_id: UUIDstr)
return {
"subscription": subscription,
"label_text": (
"Dry run for the deployment of base config on a"
f"new {subscription.device_type}. Deployment is "
"done by the provisioning proxy, please "
"wait for the results to come back before "
"continuing."
f"Dry run for the deployment of base config on a new {subscription.device_type}. Deployment is done by the"
f" provisioning proxy, please wait for the results to come back before continuing."
),
}
@@ -144,11 +141,8 @@ def provision_device_real(subscription: DeviceProvisioning, process_id: UUIDstr)
return {
"subscription": subscription,
"label_text": (
"Deployment of base config for a new "
f"{subscription.device_type}. Deployment is being "
"taken care of by the provisioning proxy, please "
"wait for the results to come back before "
"continuing."
f"Deployment of base config for a new {subscription.device_type}. Deployment is being taken care of by the"
f" provisioning proxy, please wait for the results to come back before continuing."
),
}
Loading