We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b61732 commit 3f86e44Copy full SHA for 3f86e44
1 file changed
src/azure-cli-core/azure/cli/core/what_if.py
@@ -10,11 +10,6 @@
10
IMPORTANT: The what-if service requires client-side authentication to operate under the
11
caller's subscription and permissions. Server-side authentication is not supported for
12
what-if operations as it would not provide access to the caller's subscription.
13
-
14
-This client now uses AzureCliCredential to obtain an access token for the caller's subscription.
15
16
-The what-if service will use your configured credentials to access your subscription
17
-and preview deployment changes under your permissions.
18
"""
19
from typing import Dict, Any, Optional
20
from knack.log import get_logger
0 commit comments