if service principal deployment is skipped, then also ignore enalbing of service providers on the subscription (#240)

Co-authored-by: stas <statis@microsoft.com>
This commit is contained in:
Stas 2021-09-02 13:19:06 -07:00 коммит произвёл GitHub
Родитель b99ae975c3
Коммит b992047f6b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -1208,7 +1208,8 @@ class RaftServiceCLI():
container_registry_username,
container_registry_password)
self.add_resource_providers()
if not skip_sp_deployment:
self.add_resource_providers()
self.context['clientId'] = service_principal['appId']
self.context['tenantId'] = service_principal['tenant']