We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fadd36b commit fa5d425Copy full SHA for fa5d425
src/application-insights/azext_applicationinsights/_client_factory.py
@@ -3,7 +3,7 @@
3
# Licensed under the MIT License. See License.txt in the project root for license information.
4
# --------------------------------------------------------------------------------------------
5
6
-class _Track1Credential:
+class _Track1Credential: # pylint: disable=too-few-public-methods
7
8
def __init__(self, credential, resource):
9
"""Track 1 credential that can be fed into Track 1 SDK clients. Exposes signed_session protocol.
0 commit comments