Skip to content

Commit 9cf64ed

Browse files
authored
[Monitor Query] Remove audience docstring (#34819)
This removes the audience docstring for now until support for other clouds is in-place and validated. Signed-off-by: Paul Van Eck <[email protected]>
1 parent 1986997 commit 9cf64ed

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

sdk/monitor/azure-monitor-query/azure/monitor/query/_metrics_client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ class MetricsClient: # pylint: disable=client-accepts-api-version-keyword
2727
resources. For global resources, the region should be 'global'. Required.
2828
:param credential: The credential to authenticate the client.
2929
:type credential: ~azure.core.credentials.TokenCredential
30-
:keyword str audience: The audience to use when requesting a token. If not provided, the public cloud audience
31-
will be assumed. Defaults to 'https://metrics.monitor.azure.com'.
3230
"""
3331

3432
def __init__(self, endpoint: str, credential: TokenCredential, **kwargs: Any) -> None:

sdk/monitor/azure-monitor-query/azure/monitor/query/aio/_metrics_client_async.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ class MetricsClient: # pylint: disable=client-accepts-api-version-keyword
2828
resources. For global resources, the region should be 'global'. Required.
2929
:param credential: The credential to authenticate the client.
3030
:type credential: ~azure.core.credentials_async.AsyncTokenCredential
31-
:keyword str audience: The audience to use when requesting a token. If not provided, the public cloud audience
32-
will be assumed. Defaults to 'https://metrics.monitor.azure.com'.
3331
"""
3432

3533
def __init__(self, endpoint: str, credential: AsyncTokenCredential, **kwargs: Any) -> None:

0 commit comments

Comments
 (0)