We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 305ce75 commit f70bf48Copy full SHA for f70bf48
azure-devops/azure/devops/v5_0/client_factory.py
@@ -9,6 +9,7 @@
9
10
class ClientFactoryV5_0(object):
11
"""ClientFactoryV5_0.
12
+ A factory class to get the 5.0 clients.
13
"""
14
15
def __init__(self, connection):
azure-devops/azure/devops/v5_1/client_factory.py
class ClientFactoryV5_1(object):
"""ClientFactoryV5_1.
+ A factory class to get the 5.1 preview clients.
0 commit comments