You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Platform.sh "Enterprise" will soon be referred to exclusively as "Dedicated". the `on_enterprise` method remains available for now, but it will be removed in a future version of this library.
368
-
It is recommended that you update your projects to use `on_dedicated` as soon as possible.
369
-
370
365
Returns:
371
366
The application definition dict.
372
367
@@ -383,15 +378,19 @@ def on_dedicated(self):
383
378
384
379
Returns:
385
380
bool:
386
-
True on an Enterprise environment, False otherwise.
381
+
True on an Dedicated environment, False otherwise.
"""Determines if the current environment is a Platform.sh Enterprise environment.
394
-
Depreated, use on_dedicated instead
389
+
390
+
@deprecated
391
+
392
+
The Platform.sh "Enterprise" will soon be referred to exclusively as "Dedicated". the `on_enterprise` method remains available for now, but it will be removed in a future version of this library.
393
+
It is recommended that you update your projects to use `on_dedicated` as soon as possible.
0 commit comments