Since symfony/security-bundle 5.3: The "security.encoder_factory" service is deprecated, use "security.password_hasher_factory" instead. It is being referenced by the "oauth.azure_oauth_user_provider" service.
The "App\Security\TokenAuthenticator" class extends "Symfony\Component\Security\Guard\AbstractGuardAuthenticator" that is deprecated since Symfony 5.3, use the new authenticator system instead.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::onAuthenticationFailure()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "App\Security\TokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::onAuthenticationSuccess()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "App\Security\TokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::checkCredentials()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Security\TokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getUser()" might add "?UserInterface" as a native return type declaration in the future. Do the same in implementation "App\Security\TokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getCredentials()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Security\TokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Security\TokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserProviderInterface::supportsClass()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Security\AzureOauthUserProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::supportsRememberMe()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Security\TokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserProviderInterface::refreshUser()" might add "UserInterface" as a native return type declaration in the future. Do the same in implementation "App\Security\AzureOauthUserProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserProviderInterface::loadUserByUsername()" might add "UserInterface" as a native return type declaration in the future. Do the same in implementation "App\Security\AzureOauthUserProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "HWI\Bundle\OAuthBundle\Security\Core\User\OAuthAwareUserProviderInterface::loadUserByOAuthUserResponse()" might add "UserInterface" as a native return type declaration in the future. Do the same in implementation "App\Security\AzureOauthUserProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "App\Security\AzureOauthUserProvider" should implement method "Symfony\Component\Security\Core\User\UserProviderInterface::loadUserByIdentifier(string $identifier): UserInterface": loads the user for the given user identifier (e.g. username or email). This method must throw UserNotFoundException if the user is not found.
Method "Symfony\Component\Security\Core\Authorization\Voter\VoterInterface::vote()" might add "int" as a native return type declaration in the future. Do the same in implementation "App\Security\Authorization\Voter\SecretVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\VoterInterface::vote()" might add "int" as a native return type declaration in the future. Do the same in implementation "App\Security\Authorization\Voter\ProjectVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\VoterInterface::vote()" might add "int" as a native return type declaration in the future. Do the same in implementation "App\Security\Authorization\Voter\MobileAppVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface::start()" might add "Response" as a native return type declaration in the future. Do the same in implementation "App\Security\TokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 5.3: Not setting the "framework.session.storage_factory_id" configuration option is deprecated, it will default to "session.storage.factory.native" and will replace the "framework.session.storage_id" configuration option in version 6.0.
Method "Symfony\Component\Security\Core\Authorization\Voter\VoterInterface::vote()" might add "int" as a native return type declaration in the future. Do the same in implementation "App\Security\Authorization\Voter\MaintenanceVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\EventListener\FileListener" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\EventListener\EnvironmentOptionListener" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\EventListener\EnvironmentListener" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Controller\AzureMarketplaceController" service.
Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener" class is deprecated, use the new authenticator system instead.
Method "Symfony\Component\Security\Http\Firewall\AbstractAuthenticationListener::requiresAuthentication()" might add "bool" as a native return type declaration in the future. Do the same in child class "HWI\Bundle\OAuthBundle\Security\Http\Firewall\OAuthListener" now to avoid errors or add an explicit @return annotation to suppress this message.
The "HWI\Bundle\OAuthBundle\Security\Http\Firewall\OAuthListener" class extends "Symfony\Component\Security\Http\Firewall\AbstractAuthenticationListener" that is deprecated since Symfony 5.3, use the new authenticator system instead.
Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AbstractAuthenticationListener" class is deprecated, use the new authenticator system instead.
Method "Symfony\Component\Security\Core\Authentication\Token\TokenInterface::getCredentials()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hslavich\OneloginSamlBundle\Security\Authentication\Token\SamlToken" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Hslavich\OneloginSamlBundle\Security\Authentication\Provider\SamlProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface::authenticate()" might add "TokenInterface" as a native return type declaration in the future. Do the same in implementation "Hslavich\OneloginSamlBundle\Security\Authentication\Provider\SamlProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface" interface is deprecated, use the new authenticator system instead.
Since hslavich/oneloginsaml-bundle 2.1: Usage of security authentication listener is deprecated, option "security.enable_authenticator_manager" should be set to true.
Method "Symfony\Component\Security\Core\Authorization\Voter\VoterInterface::vote()" might add "int" as a native return type declaration in the future. Do the same in implementation "App\Security\Authorization\Voter\MassQueryVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\VoterInterface::vote()" might add "int" as a native return type declaration in the future. Do the same in implementation "App\Security\Authorization\Voter\JobVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\EventListener\SLAListener" service.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\DeleteDeployTags" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\MigrateToKubernetes" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\MaintenanceAnnouncement" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\JobUpdate" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\JobProcess" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\JobCreate" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\EnvironmentOptionUpdate" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\CreateResourceUser" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\ParseRequirementsImages" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-bundle 5.4: Method "Symfony\Bundle\SecurityBundle\DependencyInjection\SecurityExtension::addSecurityListenerFactory()" is deprecated, use "addAuthenticatorFactory()" instead.
Class "HWI\Bundle\OAuthBundle\DependencyInjection\Security\Factory\OAuthAuthenticatorFactory" should implement method "Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\AuthenticatorFactoryInterface::getPriority(): int": defines the position at which the authenticator is called.
Method "Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\AbstractFactory::getListenerId()" might add "string" as a native return type declaration in the future. Do the same in child class "HWI\Bundle\OAuthBundle\DependencyInjection\Security\Factory\OAuthFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\AbstractFactory::createEntryPoint()" might add "?string" as a native return type declaration in the future. Do the same in child class "HWI\Bundle\OAuthBundle\DependencyInjection\Security\Factory\OAuthFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\AbstractFactory::createAuthProvider()" might add "string" as a native return type declaration in the future. Do the same in child class "HWI\Bundle\OAuthBundle\DependencyInjection\Security\Factory\OAuthFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\SecurityFactoryInterface::getPosition()" might add "string" as a native return type declaration in the future. Do the same in implementation "HWI\Bundle\OAuthBundle\DependencyInjection\Security\Factory\OAuthFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\SecurityFactoryInterface::getKey()" might add "string" as a native return type declaration in the future. Do the same in implementation "HWI\Bundle\OAuthBundle\DependencyInjection\Security\Factory\OAuthFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\MigrateToSecrets" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\RandomUpdate" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\VoterInterface::vote()" might add "int" as a native return type declaration in the future. Do the same in implementation "App\Security\Authorization\Voter\IDPVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\VoterInterface::vote()" might add "int" as a native return type declaration in the future. Do the same in implementation "App\Security\Authorization\Voter\AzureMarketplaceVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\VoterInterface::vote()" might add "int" as a native return type declaration in the future. Do the same in implementation "App\Security\Authorization\Voter\FileVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\VoterInterface::vote()" might add "int" as a native return type declaration in the future. Do the same in implementation "App\Security\Authorization\Voter\EnvironmentVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\VoterInterface::vote()" might add "int" as a native return type declaration in the future. Do the same in implementation "App\Security\Authorization\Voter\EnvironmentTypeVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\VoterInterface::vote()" might add "int" as a native return type declaration in the future. Do the same in implementation "App\Security\Authorization\Voter\CostExplorerVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\VoterInterface::vote()" might add "int" as a native return type declaration in the future. Do the same in implementation "App\Security\Authorization\Voter\ConfigVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\VoterInterface::vote()" might add "int" as a native return type declaration in the future. Do the same in implementation "App\Security\Authorization\Voter\ConfigGroupVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\VoterInterface::vote()" might add "int" as a native return type declaration in the future. Do the same in implementation "App\Security\Authorization\Voter\CHEQContractVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Form\Type\DatalistType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\ResetAutoStops" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\UpdateDeployTags" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\UpdateDbImpExp" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\UpdateContainerRegistryAuth" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\StopAllBots" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\SecretUpdate" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\SLABreach" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\ResetDebugModes" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\EventListener\JobListener" service.
The "Hslavich\OneloginSamlBundle\DependencyInjection\Security\Factory\SamlFactory" class implements "Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\SecurityFactoryInterface" that is deprecated since Symfony 5.3, use AuthenticatorFactoryInterface instead.
User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::getContainerExtension()" might add "?ExtensionInterface" as a native return type declaration in the future. Do the same in child class "HWI\Bundle\OAuthBundle\HWIOAuthBundle" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint" class is deprecated, use the new security system with "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator" instead.
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
User Deprecated: Method "Symfony\Component\Security\Core\Authentication\Token\TokenInterface::getCredentials()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hslavich\OneloginSamlBundle\Security\Authentication\Token\SamlToken" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::getRoles()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Class "App\Entity\User" should implement method "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier(): string": returns the identifier for this user (e.g. its username or email address).
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\GuardAuthenticatorHandler" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Event\AuthenticationFailureEvent" class is deprecated, use "Symfony\Component\Security\Http\Event\LoginFailureEvent" with the new authenticator system instead.
User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AbstractAuthenticationListener" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-http 5.4: The $authManager argument of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct" is deprecated.
User Deprecated: Since symfony/security-http 5.4: Not setting the $exceptionOnNoToken argument of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct" to "false" is deprecated.
User Deprecated: Since symfony/security-core 5.4: Not setting the 5th argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" to "false" is deprecated.
User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::getRoles()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Entity\ApiUsers" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Class "App\Entity\ApiUsers" should implement method "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier(): string": returns the identifier for this user (e.g. its username or email address).
SELECT t0.id AS id_1, t0.name AS name_2, t0.note AS note_3, t0.project_id AS project_id_4, t0.environment_id AS environment_id_5 FROM deploy_tag t0 WHERE t0.project_id = ? ORDER BY t0.name DESC
SELECT t0.id AS id_1, t0.name AS name_2, t0.note AS note_3, t0.project_id AS project_id_4, t0.environment_id AS environment_id_5 FROM deploy_tag t0 WHERE t0.project_id = ? ORDER BY t0.name DESC
SELECT t0.id AS id_1, t0.name AS name_2, t0.note AS note_3, t0.project_id AS project_id_4, t0.environment_id AS environment_id_5 FROM deploy_tag t0 WHERE t0.project_id = ? ORDER BY t0.name DESC
SELECT t0.id AS id_1, t0.name AS name_2, t0.note AS note_3, t0.project_id AS project_id_4, t0.environment_id AS environment_id_5 FROM deploy_tag t0 WHERE t0.project_id = ? ORDER BY t0.name DESC
SELECT t0.id AS id_1, t0.name AS name_2, t0.note AS note_3, t0.project_id AS project_id_4, t0.environment_id AS environment_id_5 FROM deploy_tag t0 WHERE t0.project_id = ? ORDER BY t0.name DESC
SELECT t0.id AS id_1, t0.name AS name_2, t0.note AS note_3, t0.project_id AS project_id_4, t0.environment_id AS environment_id_5 FROM deploy_tag t0 WHERE t0.project_id = ? ORDER BY t0.name DESC
SELECT d0_.id AS id_0, d0_.file_name AS file_name_1, d0_.note AS note_2, d0_.date AS date_3, d0_.is_global AS is_global_4, d0_.cloud_type AS cloud_type_5, d0_.server_id AS server_id_6, d0_.project_id AS project_id_7 FROM db_imp_exp d0_ WHERE d0_.is_global = 1 ORDER BY d0_.date ASC
doctrine
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 WHERE t0.config_group_id = ?
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.description AS description_2, p0_.botname AS botname_3, p0_.builds AS builds_4, p0_.container_registry_username AS container_registry_username_5, p0_.container_registry_password AS container_registry_password_6, p0_.slasecret AS slasecret_7, p0_.created AS created_8, p0_.updated AS updated_9, p0_.mobileapp_description AS mobileapp_description_10, p0_.mobileapp_intro AS mobileapp_intro_11, p0_.bot_identity_name AS bot_identity_name_12, p0_.ios_link AS ios_link_13, p0_.android_link AS android_link_14, p0_.viber_link AS viber_link_15, p0_.tempo_team_id AS tempo_team_id_16, p0_.type_id AS type_id_17, p0_.sla_id AS sla_id_18, p0_.dev_company_id AS dev_company_id_19 FROM project p0_ WHERE p0_.id IN (?)
User Deprecated: Class "App\Entity\AzureOauthUser" should implement method "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier(): string": returns the identifier for this user (e.g. its username or email address).
User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::getRoles()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Entity\AzureOauthUser" now to avoid errors or add an explicit @return annotation to suppress this message.
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.description AS description_2, p0_.botname AS botname_3, p0_.builds AS builds_4, p0_.container_registry_username AS container_registry_username_5, p0_.container_registry_password AS container_registry_password_6, p0_.slasecret AS slasecret_7, p0_.created AS created_8, p0_.updated AS updated_9, p0_.mobileapp_description AS mobileapp_description_10, p0_.mobileapp_intro AS mobileapp_intro_11, p0_.bot_identity_name AS bot_identity_name_12, p0_.ios_link AS ios_link_13, p0_.android_link AS android_link_14, p0_.viber_link AS viber_link_15, p0_.tempo_team_id AS tempo_team_id_16, p0_.type_id AS type_id_17, p0_.sla_id AS sla_id_18, p0_.dev_company_id AS dev_company_id_19 FROM project p0_
doctrine
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.website AS website_3, t0.preferred_language AS preferred_language_4, t0.other_languages AS other_languages_5, t0.platforms AS platforms_6, t0.teams_tenant_id AS teams_tenant_id_7, t0.teams_client_secret AS teams_client_secret_8, t0.token AS token_9, t0.created AS created_10, t0.updated AS updated_11, t0.subscription AS subscription_12, t0.plan AS plan_13, t0.company AS company_14, t0.project_id AS project_id_15 FROM azure_marketplace t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.username AS username_3, t0.roles AS roles_4, t0.project_id AS project_id_5 FROM api_users t0 WHERE t0.project_id = ?
SELECT e0_.id AS id_0, e0_.name AS name_1, e0_.type_id AS type_id_2 FROM environment_type e0_
doctrine
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 WHERE t0.id = ?
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.value AS value_2, c0_.params AS params_3, c0_.config_group_id AS config_group_id_4 FROM config c0_ WHERE c0_.config_group_id = 5 ORDER BY c0_.name ASC
doctrine
SELECT t0.id AS id_1, t0.name AS name_2 FROM config_group t0 WHERE t0.id = ?
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.value AS value_2, c0_.params AS params_3, c0_.config_group_id AS config_group_id_4 FROM config c0_ WHERE c0_.config_group_id = 10 ORDER BY c0_.name ASC
doctrine
SELECT t0.id AS id_1, t0.name AS name_2 FROM config_group t0 WHERE t0.id = ?
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.value AS value_2, c0_.params AS params_3, c0_.config_group_id AS config_group_id_4 FROM config c0_ WHERE c0_.config_group_id = 16 ORDER BY c0_.name ASC
doctrine
SELECT t0.id AS id_1, t0.name AS name_2 FROM config_group t0 WHERE t0.id = ?
SELECT count(DISTINCT e0_.id) AS sclr_0 FROM environment e0_ LEFT JOIN project p1_ ON e0_.project_id = p1_.id LEFT JOIN environment_type e2_ ON e0_.type_id = e2_.id WHERE p1_.id IN (?)
SELECT DISTINCT e0_.id AS id_0, e1_.name AS name_1, e0_.id AS id_2 FROM environment e0_ LEFT JOIN project p2_ ON e0_.project_id = p2_.id LEFT JOIN environment_type e1_ ON e0_.type_id = e1_.id WHERE p2_.id IN (?) ORDER BY e1_.name ASC, e0_.id ASC LIMIT 25
SELECT e0_.id AS id_0, e0_.auto_stop AS auto_stop_1, e0_.fqdn AS fqdn_2, e0_.last_auto_stop_change AS last_auto_stop_change_3, e0_.auto_restart AS auto_restart_4, e0_.created AS created_5, e0_.updated AS updated_6, e0_.debug_mode AS debug_mode_7, e0_.last_debug_mode_change AS last_debug_mode_change_8, e0_.project_id AS project_id_9, e0_.type_id AS type_id_10, e0_.server_id AS server_id_11, e0_.monitoring_id AS monitoring_id_12 FROM environment e0_ LEFT JOIN project p1_ ON e0_.project_id = p1_.id LEFT JOIN environment_type e2_ ON e0_.type_id = e2_.id WHERE p1_.id IN (?) AND e0_.id IN (?) ORDER BY e2_.name ASC, e0_.id ASC
SELECT t0.id AS id_1, t0.value AS value_2, t0.option_type_id AS option_type_id_3, t0.environment_id AS environment_id_4 FROM environment_option t0 WHERE t0.environment_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN environment_config ON t0.id = environment_config.config_id WHERE environment_config.environment_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.message_info AS message_info_2, t0.params AS params_3, t0.created AS created_4, t0.start AS start_5, t0.end AS end_6, t0.message_error AS message_error_7, t0.environment_id AS environment_id_8, t0.project_id AS project_id_9, t0.type_id AS type_id_10, t0.status_id AS status_id_11, t0.server_id AS server_id_12, t0.who_id AS who_id_13 FROM job t0 WHERE t0.environment_id = ? ORDER BY t0.id DESC
SELECT t0.id AS id_1, t0.name AS name_2, t0.note AS note_3, t0.project_id AS project_id_4, t0.environment_id AS environment_id_5 FROM deploy_tag t0 WHERE t0.project_id = ? ORDER BY t0.name DESC
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.params AS params_4, t0.config_group_id AS config_group_id_5 FROM config t0 INNER JOIN deploy_tag_config ON t0.id = deploy_tag_config.config_id WHERE deploy_tag_config.deploy_tag_id = ?
SELECT t0.id AS id_1, t0.file_name AS file_name_2, t0.note AS note_3, t0.date AS date_4, t0.is_global AS is_global_5, t0.cloud_type AS cloud_type_6, t0.server_id AS server_id_7, t0.project_id AS project_id_8 FROM db_imp_exp t0 WHERE t0.project_id = ? ORDER BY t0.date DESC
User Deprecated: Since symfony/security-bundle 5.4: Setting the $authenticatorManagerEnabled argument of "Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct" to "false" is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.4: The "Symfony\Bundle\SecurityBundle\Security\FirewallConfig::allowsAnonymous()" method is deprecated.
Changed reference of service "App\Command\SLABreach" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Controller\AzureMarketplaceController" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "admin.project" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.environment" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.job" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.configGroup" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.config" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.environmentType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.idp" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.maintenance" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.mobileapp" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.costexplorer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.massquery" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.cheq_contract" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.azure_marketplace" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.secret" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.validator_debug" previously pointing to "debug.validator" to "validator".
Changed reference of service "session.flash_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "session.attribute_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.amazon" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.gmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.json" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "hwi_oauth.authentication.provider.oauth.azuremarketplace" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
Changed reference of service "hwi_oauth.authentication.listener.oauth.azuremarketplace" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.context_listener.1" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.provider.guard.main" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
Changed reference of service "security.authentication.provider.saml.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hslavich\OneloginSamlBundle\Security\Firewall\SamlListener.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sonata.block.templating.helper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_menu.factory_extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "sonata.admin.action.set_object_field_value" previously pointing to "debug.validator" to "validator".
Changed reference of service "sonata.admin.event.extension" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sonata.admin.menu_builder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sonata.admin.route.default_generator" previously pointing to "router.default" to "router".
Changed reference of service "sonata.admin.twig.xeditable_runtime" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "Hslavich\OneloginSamlBundle\Security\Firewall\SamlListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hslavich\OneloginSamlBundle\Security\Http\Authenticator\SamlAuthenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sonata.form.type.date_range" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.datetime_range" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.date_picker" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.datetime_picker" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.date_range_picker" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.datetime_range_picker" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.equal" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\LoginController" previously pointing to "router.default" to "router".
Changed reference of service "hwi_oauth.http_client" previously pointing to "httplug.client.app.http_methods" to "hwi_oauth.http.client".
Changed reference of service "hwi_oauth.http_client" previously pointing to "httplug.message_factory.default" to "hwi_oauth.http.message_factory".
Changed reference of service "hwi_oauth.authentication.listener.oauth" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "httplug.factory.symfony" previously pointing to "httplug.psr17_response_factory.default" to "httplug.psr17_response_factory".
Changed reference of service "httplug.factory.symfony" previously pointing to "httplug.psr17_stream_factory.default" to "httplug.psr17_stream_factory".
Changed reference of service ".abstract.instanceof.Hslavich\OneloginSamlBundle\Security\Firewall\SamlListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.IztZH68" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.t8Ux6aA" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.F0SowUK" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.D4nGOut" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Authorization\Voter\AzureMarketplaceVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Authorization\Voter\CHEQContractVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Authorization\Voter\ConfigGroupVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Authorization\Voter\ConfigVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Authorization\Voter\CostExplorerVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Authorization\Voter\EnvironmentTypeVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Authorization\Voter\EnvironmentVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Authorization\Voter\FileVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Authorization\Voter\IDPVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Authorization\Voter\JobVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Authorization\Voter\MaintenanceVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Authorization\Voter\MassQueryVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Authorization\Voter\MobileAppVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Authorization\Voter\ProjectVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Authorization\Voter\SecretVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.GNc8e5B" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.Dmo5vAl" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.Dmo5vAl" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.J4b.DPX" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.HLwzKIm" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.cTVTE8l" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.ZOHvDA0" previously pointing to ".session.do-not-use" to "session".
Changed reference of service ".service_locator.ZOHvDA0" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "httplug.collector.factory.buzz.inner" previously pointing to "httplug.message_factory.default" to "hwi_oauth.http.message_factory".
Changed reference of service "httplug.collector.factory.curl.inner" previously pointing to "httplug.psr17_response_factory.default" to "httplug.psr17_response_factory".
Changed reference of service "httplug.collector.factory.curl.inner" previously pointing to "httplug.psr17_stream_factory.default" to "httplug.psr17_stream_factory".
Changed reference of service "httplug.collector.factory.guzzle5.inner" previously pointing to "httplug.message_factory.default" to "hwi_oauth.http.message_factory".
Changed reference of service "httplug.collector.factory.react.inner" previously pointing to "httplug.message_factory.default" to "hwi_oauth.http.message_factory".
Changed reference of service "httplug.collector.factory.socket.inner" previously pointing to "httplug.message_factory.default" to "hwi_oauth.http.message_factory".
Changed reference of service "hwi_oauth.http.client" previously pointing to "httplug.message_factory.default" to "hwi_oauth.http.message_factory".
Removed service "container.env"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.doctrine"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "assets.remote_json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.form_entry_point"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authentication.listener.rememberme"; reason: abstract.
Removed service "security.authentication.provider.rememberme"; reason: abstract.
Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
Removed service "security.authentication.listener.form"; reason: abstract.
Removed service "security.authentication.listener.x509"; reason: abstract.
Removed service "security.authentication.listener.json"; reason: abstract.
Removed service "security.authentication.listener.remote_user"; reason: abstract.
Removed service "security.authentication.listener.basic"; reason: abstract.
Removed service "security.authentication.provider.dao"; reason: abstract.
Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
Removed service "security.authentication.provider.guard"; reason: abstract.
Removed service "security.authentication.listener.guard"; reason: abstract.
Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "Hslavich\OneloginSamlBundle\Security\Firewall\SamlListener"; reason: abstract.
Removed service "Hslavich\OneloginSamlBundle\EventListener\User\UserCreatedListener"; reason: abstract.
Removed service "Hslavich\OneloginSamlBundle\EventListener\User\UserModifiedListener"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "hwi_oauth.authentication.listener.oauth"; reason: abstract.
Removed service "hwi_oauth.abstract_resource_ownermap"; reason: abstract.
Removed service "hwi_oauth.abstract_resource_owner.generic"; reason: abstract.
Removed service "hwi_oauth.abstract_resource_owner.oauth2"; reason: abstract.
Removed service "hwi_oauth.abstract_resource_owner.oauth1"; reason: abstract.
Removed service "httplug.plugin.cache"; reason: abstract.
Removed service "httplug.plugin.add_host"; reason: abstract.
Removed service "httplug.plugin.add_path"; reason: abstract.
Removed service "httplug.plugin.base_uri"; reason: abstract.
Removed service "httplug.plugin.content_type"; reason: abstract.
Removed service "httplug.plugin.header_append"; reason: abstract.
Removed service "httplug.plugin.header_defaults"; reason: abstract.
Removed service "httplug.plugin.header_set"; reason: abstract.
Removed service "httplug.plugin.header_remove"; reason: abstract.
Removed service "httplug.plugin.query_defaults"; reason: abstract.
Removed service "httplug.plugin.stack"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.SensioLabs\AnsiConverter\Bridge\Twig\AnsiExtension"; reason: abstract.
Removed service ".abstract.instanceof.SensioLabs\AnsiConverter\Bridge\Twig\AnsiExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateResourceUser"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CreateResourceUser"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteDeployTags"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\DeleteDeployTags"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EnvironmentOptionUpdate"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\EnvironmentOptionUpdate"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\JobCreate"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\JobCreate"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\JobProcess"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\JobProcess"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\JobUpdate"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\JobUpdate"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MaintenanceAnnouncement"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MaintenanceAnnouncement"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateToKubernetes"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MigrateToKubernetes"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateToSecrets"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MigrateToSecrets"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ParseRequirementsImages"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ParseRequirementsImages"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RandomUpdate"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\RandomUpdate"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ResetAutoStops"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ResetAutoStops"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ResetDebugModes"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ResetDebugModes"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SLABreach"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SLABreach"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SecretUpdate"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SecretUpdate"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\StopAllBots"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\StopAllBots"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateContainerRegistryAuth"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UpdateContainerRegistryAuth"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateDbImpExp"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UpdateDbImpExp"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateDeployTags"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UpdateDeployTags"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AzureMarketplaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AzureMarketplaceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AzureMarketplaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CHEQContractAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CHEQContractAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CHEQContractAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CostExplorerAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CostExplorerAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CostExplorerAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EnvironmentAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EnvironmentAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EnvironmentAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FileAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FileAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FileAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FileDownloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FileDownloadController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FileDownloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IdpController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IdpController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\IdpController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\JobAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\JobAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\JobAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MaintenanceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MassQueryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MassQueryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MassQueryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MonitoringController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MonitoringController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MonitoringController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PDFController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PDFController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PDFController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProjectAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProjectAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProjectAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProjectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RequirementsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RequirementsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RequirementsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecretAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecretAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SecretAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VersionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VersionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\VersionController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DbImpExpType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DbImpExpType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DeployTagType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DeployTagType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EnvironmentMonitorType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EnvironmentMonitorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EnvironmentOptionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EnvironmentOptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RepoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RepoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DatalistType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\DatalistType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiUsersRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ApiUsersRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AzureMarketplaceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AzureMarketplaceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AzureOauthUserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AzureOauthUserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CHEQContractRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CHEQContractRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfigGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ConfigGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DbImpExpRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DbImpExpRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeployTagRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DeployTagRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EnvironmentMonitorRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EnvironmentMonitorRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EnvironmentOptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EnvironmentOptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EnvironmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EnvironmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EnvironmentTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EnvironmentTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FileRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IOSCodeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\IOSCodeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IdEntryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\IdEntryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JobRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\JobRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProjectRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RepoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RepoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SLAChangeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SLAChangeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SecretRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SecretRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\AzureMarketplaceVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Authorization\Voter\AzureMarketplaceVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\CHEQContractVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Authorization\Voter\CHEQContractVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\ConfigGroupVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Authorization\Voter\ConfigGroupVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\ConfigVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Authorization\Voter\ConfigVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\CostExplorerVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Authorization\Voter\CostExplorerVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\EnvironmentTypeVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Authorization\Voter\EnvironmentTypeVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\EnvironmentVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Authorization\Voter\EnvironmentVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\FileVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Authorization\Voter\FileVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\IDPVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Authorization\Voter\IDPVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\JobVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Authorization\Voter\JobVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\MaintenanceVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Authorization\Voter\MaintenanceVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\MassQueryVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Authorization\Voter\MassQueryVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\MobileAppVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Authorization\Voter\MobileAppVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\ProjectVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Authorization\Voter\ProjectVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\SecretVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Authorization\Voter\SecretVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\MissingTokenValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\MissingTokenValidator"; reason: abstract.
Removed service ".abstract.instanceof.Hslavich\OneloginSamlBundle\Security\Firewall\SamlListener"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hslavich\OneloginSamlBundle\Controller\SamlController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hslavich\OneloginSamlBundle\Controller\SamlController"; reason: abstract.
Removed service ".abstract.instanceof.Hslavich\OneloginSamlBundle\Controller\SamlController"; reason: abstract.
Inlined service ".service_locator.GNc8e5B.App\Controller\ApiController" to "App\Controller\ApiController".
Inlined service ".service_locator.GNc8e5B.App\Controller\AzureMarketplaceController" to "App\Controller\AzureMarketplaceController".
Inlined service ".service_locator.Dmo5vAl.App\Controller\CHEQContractAdminController" to "App\Controller\CHEQContractAdminController".
Inlined service ".service_locator.Dmo5vAl.App\Controller\CostExplorerAdminController" to "App\Controller\CostExplorerAdminController".
Inlined service ".service_locator.GNc8e5B.App\Controller\DefaultController" to "App\Controller\DefaultController".
Inlined service ".service_locator.Dmo5vAl.App\Controller\EnvironmentAdminController" to "App\Controller\EnvironmentAdminController".
Inlined service ".service_locator.Dmo5vAl.App\Controller\FileAdminController" to "App\Controller\FileAdminController".
Inlined service ".service_locator.GNc8e5B.App\Controller\FileDownloadController" to "App\Controller\FileDownloadController".
Inlined service ".service_locator.Dmo5vAl.App\Controller\IdpController" to "App\Controller\IdpController".
Inlined service ".service_locator.Dmo5vAl.App\Controller\JobAdminController" to "App\Controller\JobAdminController".
Inlined service ".service_locator.Dmo5vAl.App\Controller\MaintenanceController" to "App\Controller\MaintenanceController".
Inlined service ".service_locator.Dmo5vAl.App\Controller\MassQueryController" to "App\Controller\MassQueryController".
Inlined service "App\Service\FileService" to "App\Controller\MobileAppController".
Inlined service ".service_locator.Dmo5vAl.App\Controller\MobileAppController" to "App\Controller\MobileAppController".
Inlined service ".service_locator.GNc8e5B.App\Controller\MonitoringController" to "App\Controller\MonitoringController".
Inlined service ".service_locator.GNc8e5B.App\Controller\PDFController" to "App\Controller\PDFController".
Inlined service ".service_locator.Dmo5vAl.App\Controller\ProjectAdminController" to "App\Controller\ProjectAdminController".
Inlined service ".service_locator.GNc8e5B.App\Controller\ProjectController" to "App\Controller\ProjectController".
Inlined service "App\Service\RequirementsService" to "App\Controller\RequirementsController".
Inlined service ".service_locator.GNc8e5B.App\Controller\RequirementsController" to "App\Controller\RequirementsController".
Inlined service ".service_locator.Dmo5vAl.App\Controller\SecretAdminController" to "App\Controller\SecretAdminController".
Inlined service ".service_locator.GNc8e5B.App\Controller\VersionController" to "App\Controller\VersionController".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service ".service_locator.ZOHvDA0" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.nzkZNaw" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "mailer.transports" to "mailer.mailer".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.gVTIg3z" to "validator.validator_factory".
Inlined service "validator.expression_language" to "validator.expression".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "sonata.admin.translation_extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.J4b.DPX.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "profiler.storage" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.cache" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "sonata.block.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "sonata.admin.route_loader" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service ".service_locator.kODoftA" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.1ZPWTRB" to "router.expression_language_provider".
Inlined service ".service_locator.HLwzKIm.router.cache_warmer" to "router.cache_warmer".
Inlined service "annotations.dummy_registry" to "annotations.reader".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "SensioLabs\AnsiConverter\Bridge\Twig\AnsiExtension" to "twig".
Inlined service "twig.extension.debug" to "twig".
Inlined service "sonata.block.twig.extension" to "twig".
Inlined service "knp_menu.twig.extension" to "twig".
Inlined service "sonata.admin.twig.sonata_admin_extension" to "twig".
Inlined service "sonata.admin.twig.template_registry_extension" to "twig".
Inlined service "sonata.admin.twig.group_extension" to "twig".
Inlined service "sonata.admin.twig.icon_extension" to "twig".
Inlined service "sonata.admin.twig.security_extension" to "twig".
Inlined service "sonata.admin.twig.canonicalize_extension" to "twig".
Inlined service "sonata.admin.twig.xeditable_extension" to "twig".
Inlined service "sonata.admin.twig.render_element_extension" to "twig".
Inlined service "sonata.admin.twig.breadcrumbs_extension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "sonata.twig.extension.wrapping" to "twig".
Inlined service "sonata.twig.status_extension" to "twig".
Inlined service "sonata.twig.deprecated_template_extension" to "twig".
Inlined service "sonata.twig.template_extension" to "twig".
Inlined service "twig.extension.markdown" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "twig.extension.string" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "hwi_oauth.twig.extension.oauth" to "twig".
Inlined service "httplug.collector.twig.http_message" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "sonata.block.twig.global" to "twig".
Inlined service "sonata.admin.configuration" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.aq4MYft.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "assets.packages" to "twig.extension.assets".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.EfykY6N" to "twig.runtime_loader".
Inlined service "twig.form.engine" to "twig.form.renderer".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.nLgZj7R" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service ".security.request_matcher.DPBugbV" to "security.access_map".
Inlined service ".security.request_matcher.bfQiO3U" to "security.access_map".
Inlined service ".security.request_matcher.gLy_L75" to "security.access_map".
Inlined service ".security.request_matcher.CVXrzgJ" to "security.access_map".
Inlined service ".security.request_matcher.3WoEZDA" to "security.access_map".
Inlined service ".security.request_matcher.ZcQRP2d" to "security.access_map".
Inlined service ".security.request_matcher.200QFfD" to "security.access_map".
Inlined service ".security.request_matcher.Gb58QYy" to "security.access_map".
Inlined service ".security.request_matcher.rDOScQE" to "security.access_map".
Inlined service ".security.request_matcher.LOY6xRi" to "security.access_map".
Inlined service ".security.request_matcher.SjfsmKa" to "security.access_map".
Inlined service ".security.request_matcher.8wT7sLi" to "security.access_map".
Inlined service ".security.request_matcher.evnfZ6z" to "security.access_map".
Inlined service ".security.request_matcher.qkVXdZ0" to "security.access_map".
Inlined service ".security.request_matcher.IRomTHe" to "security.access_map".
Inlined service ".security.request_matcher.FZI9cmf" to "security.access_map".
Inlined service ".security.request_matcher.shcBDFu" to "security.access_map".
Inlined service ".security.request_matcher..DKf3Ix" to "security.access_map".
Inlined service ".security.request_matcher.ouLTWC4" to "security.access_map".
Inlined service ".security.request_matcher.vt8BfZP" to "security.access_map".
Inlined service ".security.request_matcher.Mz6rydR" to "security.access_map".
Inlined service ".security.request_matcher.hFi7pnS" to "security.access_map".
Inlined service ".security.request_matcher.yaMmuW2" to "security.access_map".
Inlined service ".security.request_matcher.gNfv1QN" to "security.access_map".
Inlined service ".security.request_matcher.oXfKxsQ" to "security.access_map".
Inlined service ".security.request_matcher.GeKRGrH" to "security.access_map".
Inlined service ".security.request_matcher.21XQEz7" to "security.access_map".
Inlined service ".security.request_matcher.XWup.ak" to "security.access_map".
Inlined service ".security.request_matcher.aZyKryC" to "security.access_map".
Inlined service ".security.request_matcher.G4AVBE1" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.success_handler.azuremarketplace.oauth" to "hwi_oauth.authentication.listener.oauth.azuremarketplace".
Inlined service "security.authentication.failure_handler.azuremarketplace.oauth" to "hwi_oauth.authentication.listener.oauth.azuremarketplace".
Inlined service "hwi_oauth.authentication.entry_point.oauth.azuremarketplace" to "security.exception_listener.azuremarketplace".
Inlined service "security.exception_listener.azuremarketplace" to "security.firewall.map.context.azuremarketplace".
Inlined service "security.firewall.map.config.azuremarketplace" to "security.firewall.map.context.azuremarketplace".
Inlined service "security.user_password_hasher" to "security.authentication.provider.guard.main".
Inlined service "my_user_factory" to "security.authentication.provider.saml.main".
Inlined service "Hslavich\OneloginSamlBundle\Security\Authentication\Token\SamlTokenFactory" to "security.authentication.provider.saml.main".
Inlined service "Hslavich\OneloginSamlBundle\Security\Http\Authentication\SamlAuthenticationSuccessHandler" to "security.authentication.success_handler.main.saml".
Inlined service "security.authentication.success_handler.main.saml" to "Hslavich\OneloginSamlBundle\Security\Firewall\SamlListener.main".
Inlined service "security.authentication.failure_handler.main.saml" to "Hslavich\OneloginSamlBundle\Security\Firewall\SamlListener.main".
Inlined service "security.authentication.form_entry_point.main" to "security.exception_listener.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service "sonata.block.loader.chain" to "sonata.block.context_manager.default".
Inlined service "sonata.block.exception.strategy.manager" to "sonata.block.renderer.default".
Inlined service "sonata.block.loader.service" to "sonata.block.loader.chain".
Inlined service "knp_menu.factory_extension.routing" to "knp_menu.factory".
Inlined service "knp_menu.renderer_provider" to "knp_menu.helper".
Inlined service ".service_locator.TWz9UQt" to "knp_menu.renderer_provider".
Inlined service "knp_menu.helper" to "knp_menu.twig.extension".
Inlined service "sonata.admin.form.data_transformer_resolver" to "sonata.admin.action.set_object_field_value".
Inlined service "sonata.admin.search.handler" to "sonata.admin.block.search_result".
Inlined service "sonata.admin.manipulator.acl.admin" to "sonata.admin.command.setup_acl".
Inlined service ".service_locator.4I3FcvT" to "sonata.admin.pool".
Inlined service ".service_locator.hzeCoPX" to "sonata.admin.builder.filter.factory".
Inlined service ".service_locator.3bpJ4pm" to "sonata.admin.audit.manager".
Inlined service ".service_locator.Dmo5vAl.sonata.admin.controller.crud" to "sonata.admin.controller.crud".
Inlined service "sonata.admin.form.data_transformer.boolean_to_string" to "sonata.admin.form.data_transformer_resolver".
Inlined service "sonata.admin.menu_builder" to "sonata.admin.sidebar_menu".
Inlined service "sonata.exporter.writer.csv" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.json" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.xls" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.xlsx" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.xml" to "sonata.exporter.exporter".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logger".
Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logger" to "doctrine.dbal.logger.chain.default".
Inlined service ".service_locator.OCUcuv4" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.Ck9sLkb" to "doctrine.orm.container_repository_factory".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.query.compatibility_layer" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.compatibility_layer" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "sonata.admin.guesser.orm_list_chain" to "sonata.admin.builder.orm_list".
Inlined service "sonata.admin.guesser.orm_list" to "sonata.admin.guesser.orm_list_chain".
Inlined service "sonata.admin.guesser.orm_show_chain" to "sonata.admin.builder.orm_show".
Inlined service "sonata.admin.guesser.orm_show" to "sonata.admin.guesser.orm_show_chain".
Inlined service "sonata.admin.builder.filter.factory" to "sonata.admin.builder.orm_datagrid".
Inlined service "sonata.admin.guesser.orm_datagrid_chain" to "sonata.admin.builder.orm_datagrid".
Inlined service "sonata.admin.guesser.orm_datagrid" to "sonata.admin.guesser.orm_datagrid_chain".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.file_link_formatter" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service ".service_locator.GNc8e5B.Hslavich\OneloginSamlBundle\Controller\SamlController" to "Hslavich\OneloginSamlBundle\Controller\SamlController".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "sonata.doctrine.adapter.doctrine_orm" to "sonata.doctrine.model.adapter.chain".
Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.PQK0.4p.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
Inlined service "twig.markdown.default" to "twig.runtime.markdown".
Inlined service "hwi_oauth.resource_ownermap_locator" to "HWI\Bundle\OAuthBundle\Controller\ConnectController".
Inlined service "security.authentication_utils" to "HWI\Bundle\OAuthBundle\Controller\LoginController".
Inlined service "hwi_oauth.util.domain_whitelist" to "HWI\Bundle\OAuthBundle\Controller\RedirectToServiceController".
Inlined service "hwi_oauth.templating.helper.oauth" to "hwi_oauth.twig.extension.oauth".
Inlined service "hwi_oauth.http_client" to "hwi_oauth.resource_owner.azure".
Inlined service "hwi_oauth.storage.session" to "hwi_oauth.resource_owner.azure".
Inlined service "httplug.formatter.full_http_message" to "httplug.collector.formatter".
Inlined service ".1_CurlCommandFormatter~m6YkNAX" to "httplug.collector.formatter".
Inlined service "httplug.collector.factory.auto.inner" to "httplug.collector.factory.auto".
Inlined service "httplug.collector.factory.auto" to "httplug.client.app.client".
Inlined service "simplethings_entityaudit.username_callable.token_storage" to "simplethings_entityaudit.config".
Inlined service "sonata.admin.maker" to "maker.auto_command.make_sonata_admin".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
Inlined service "debug.sonata.admin.argument_resolver.admin.inner" to "debug.sonata.admin.argument_resolver.admin".
Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.simple_role_voter" to "debug.security.voter.security.access.simple_role_voter".
Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
Inlined service "App\Security\Authorization\Voter\AzureMarketplaceVoter" to "debug.security.voter.App\Security\Authorization\Voter\AzureMarketplaceVoter".
Inlined service "App\Security\Authorization\Voter\CHEQContractVoter" to "debug.security.voter.App\Security\Authorization\Voter\CHEQContractVoter".
Inlined service "App\Security\Authorization\Voter\ConfigGroupVoter" to "debug.security.voter.App\Security\Authorization\Voter\ConfigGroupVoter".
Inlined service "App\Security\Authorization\Voter\ConfigVoter" to "debug.security.voter.App\Security\Authorization\Voter\ConfigVoter".
Inlined service "App\Security\Authorization\Voter\CostExplorerVoter" to "debug.security.voter.App\Security\Authorization\Voter\CostExplorerVoter".
Inlined service "App\Security\Authorization\Voter\EnvironmentTypeVoter" to "debug.security.voter.App\Security\Authorization\Voter\EnvironmentTypeVoter".
Inlined service "App\Security\Authorization\Voter\EnvironmentVoter" to "debug.security.voter.App\Security\Authorization\Voter\EnvironmentVoter".
Inlined service "App\Security\Authorization\Voter\FileVoter" to "debug.security.voter.App\Security\Authorization\Voter\FileVoter".
Inlined service "App\Security\Authorization\Voter\IDPVoter" to "debug.security.voter.App\Security\Authorization\Voter\IDPVoter".
Inlined service "App\Security\Authorization\Voter\JobVoter" to "debug.security.voter.App\Security\Authorization\Voter\JobVoter".
Inlined service "App\Security\Authorization\Voter\MaintenanceVoter" to "debug.security.voter.App\Security\Authorization\Voter\MaintenanceVoter".
Inlined service "App\Security\Authorization\Voter\MassQueryVoter" to "debug.security.voter.App\Security\Authorization\Voter\MassQueryVoter".
Inlined service "App\Security\Authorization\Voter\MobileAppVoter" to "debug.security.voter.App\Security\Authorization\Voter\MobileAppVoter".
Inlined service "App\Security\Authorization\Voter\ProjectVoter" to "debug.security.voter.App\Security\Authorization\Voter\ProjectVoter".
Inlined service "App\Security\Authorization\Voter\SecretVoter" to "debug.security.voter.App\Security\Authorization\Voter\SecretVoter".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.J4b.DPX" to ".service_locator.J4b.DPX.translation.warmer".
Inlined service ".service_locator.9i0MWoK" to ".service_locator.9i0MWoK.router.default".
Inlined service ".service_locator.HLwzKIm" to ".service_locator.HLwzKIm.router.cache_warmer".
Inlined service ".service_locator.aq4MYft" to ".service_locator.aq4MYft.twig.template_cache_warmer".
Inlined service ".service_locator.PQK0.4p" to ".service_locator.PQK0.4p.sensio_framework_extra.view.listener".
Inlined service "httplug.client.app.client" to "httplug.client.app.http_methods.inner".
Inlined service "httplug.plugin.content_length" to "httplug.client.app.http_methods.inner".
Inlined service "httplug.plugin.redirect" to "httplug.client.app.http_methods.inner".
Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
Inlined service ".service_locator.O61P0b6" to "console.command_loader".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service ".service_locator.9i0MWoK.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "httplug.client.app.http_methods.inner" to "hwi_oauth.http.client".
Inlined service "debug.validator.inner" to "validator".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Tag "hslavich.saml_user_listener" was defined on service(s) "hslavich_onelogin_saml.user_created_listener.main", "hslavich_onelogin_saml.user_modified_listener.main", but was never used.
Tag "sonata.admin.template_registry" was defined on service(s) "admin.project.template_registry", "admin.environment.template_registry", "admin.job.template_registry", "admin.configGroup.template_registry", "admin.config.template_registry", "admin.environmentType.template_registry", "admin.idp.template_registry", "admin.maintenance.template_registry", "admin.mobileapp.template_registry", "admin.costexplorer.template_registry", "admin.massquery.template_registry", "admin.cheq_contract.template_registry", "admin.file.template_registry", "admin.azure_marketplace.template_registry", "admin.secret.template_registry", but was never used.
Tag "httplug.client" was defined on service(s) "hwi_oauth.http.client", but was never used.