Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add fixme for luis authoring key
  • Loading branch information
kristapratico committed Sep 9, 2019
commit d0968e8437c2fadb4d0ea2ac5293257b8b81ab75
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def create_resource(self, name, **kwargs):
time.sleep(5) # it takes a few seconds to create a cognitive services account
self.resource = cogsci_account
self.cogsci_key = self.client.accounts.list_keys(group.name, name).key1
# FIXME: LuisAuthoringClient and LuisRuntimeClient need authoring key from ARM API (coming soon-ish)
else:
self.resource = FakeCognitiveServicesAccount("https://{}.api.cognitive.microsoft.com".format(self.location))
self.cogsci_key = 'ZmFrZV9hY29jdW50X2tleQ=='
Expand Down