-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add types #462
base: dev
Are you sure you want to change the base?
Add types #462
Conversation
Add Settings area
bump version to 0.1.14
bump version to 0.1.15
update logging
Fix time.clock() -> time.time() in _file_cache.py
bump version to 0.1.16, regen
bump version to 0.1.17
fix invalid team_context property references.
fix invalid team_context property references.
Ensure that the license is packaged in the sdist
Remove 3.5 from CI test, check 3.8-3.11
Add support and test for Python 3.9, 3.10, and 3.11
Update msrest dependency
Initial support for 7.1 API version
…issingGitAndRelease Updating .gitignore and pushing the released files, adding git clients
…itSerializationIssues Update models to fix deserialization error
@oberos please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
@microsoft-github-policy-service agree |
I added a little bit of types to this library. Mainly in client factory and dashboards. I don't change code itself.
If it will be merged I can add types to rest of files.