Skip to content

Commit 3f86e44

Browse files
committed
Update what_if.py
1 parent 2b61732 commit 3f86e44

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/azure-cli-core/azure/cli/core/what_if.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
IMPORTANT: The what-if service requires client-side authentication to operate under the
1111
caller's subscription and permissions. Server-side authentication is not supported for
1212
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.
1813
"""
1914
from typing import Dict, Any, Optional
2015
from knack.log import get_logger

0 commit comments

Comments
 (0)