{Find} az find: Fix Aladdin Service URL (#15230)

This commit is contained in:
Matthew Booe 2020-09-22 01:19:43 -07:00 коммит произвёл GitHub
Родитель 5aa022e02c
Коммит f469a5ff9f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -115,7 +115,7 @@ def call_aladdin_service(query):
if telemetry_core.is_telemetry_enabled() and subscription_id is not None:
context['subscriptionId'] = subscription_id
api_url = 'https://aladdindevwestus-app.azurewebsites.net/api/v1.0/examples'
api_url = 'https://app.aladdin.microsoft.com/api/v1.0/examples'
headers = {
'Content-Type': 'application/json',
'X-UserId': hashed_user_id