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 c41c06e commit 20423ffCopy full SHA for 20423ff
sdk/dnsresolver/azure-mgmt-dnsresolver/README.md
@@ -36,11 +36,11 @@ With above configuration, client can be authenticated by following code:
36
37
```python
38
from azure.identity import DefaultAzureCredential
39
-from azure.mgmt.dnsresolver import DnsresolverManagementClient
+from azure.mgmt.dnsresolver import DnsResolverManagementClient
40
import os
41
42
sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
43
-client = DnsresolverManagementClient(credential=DefaultAzureCredential(), subscription_id=sub_id)
+client = DnsResolverManagementClient(credential=DefaultAzureCredential(), subscription_id=sub_id)
44
```
45
46
## Examples
0 commit comments