Skip to content
Merged
Changes from all commits
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
Generated from 83b2841a6cd518502da5ea60b22e5dad7557a3b2
typo: Microsoft.DataFactory

- azure-mgmt-dafactory -> azure-mgmt-datafactory
- arbitary -> arbitrary
- requries -> requires
- Fitler -> Filter
  • Loading branch information
AutorestCI committed Dec 1, 2018
commit a44e8091d9098db385bfd8ede23e5687336bc810
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __init__(

super(DataFactoryManagementClientConfiguration, self).__init__(base_url)

self.add_user_agent('azure-mgmt-dafactory/{}'.format(VERSION))
self.add_user_agent('azure-mgmt-datafactory/{}'.format(VERSION))
self.add_user_agent('Azure-SDK-For-Python')

self.credentials = credentials
Expand Down