Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generated from 83b2841a6cd518502da5ea60b22e5dad7557a3b2 (#3931)
Browse files Browse the repository at this point in the history
typo: Microsoft.DataFactory

- azure-mgmt-dafactory -> azure-mgmt-datafactory
- arbitary -> arbitrary
- requries -> requires
- Fitler -> Filter
AutorestCI authored Dec 4, 2018

Unverified

No user is associated with the committer email.
1 parent 8fde685 commit b335e0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b335e0b

Please sign in to comment.