Skip to content

Commit

Permalink
[AutoRelease] t2-dnsresolver-2024-10-21-86762(can only be merged by S…
Browse files Browse the repository at this point in the history
…DK owner) (#38012)

* code and test

* update README.md

* changelog

---------

Co-authored-by: azure-sdk <PythonSdkPipelines>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
  • Loading branch information
azure-sdk and msyyc authored Oct 24, 2024
1 parent 032b394 commit 6b4b07b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sdk/dnsresolver/azure-mgmt-dnsresolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.1.0b2 (2024-XX-XX)
## 1.1.0b2 (2024-10-21)

### Features Added

Expand Down
4 changes: 2 additions & 2 deletions sdk/dnsresolver/azure-mgmt-dnsresolver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ With above configuration, client can be authenticated by following code:

```python
from azure.identity import DefaultAzureCredential
from azure.mgmt.dnsresolver import DnsresolverManagementClient
from azure.mgmt.dnsresolver import DnsResolverManagementClient
import os

sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = DnsresolverManagementClient(credential=DefaultAzureCredential(), subscription_id=sub_id)
client = DnsResolverManagementClient(credential=DefaultAzureCredential(), subscription_id=sub_id)
```

## Examples
Expand Down
2 changes: 1 addition & 1 deletion sdk/dnsresolver/azure-mgmt-dnsresolver/_meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"commit": "15b16d1b5c3cccdecdd1cfe936f6a8005680c557",
"commit": "ca4b71ab0e3bb7e4c44b44bf4d84d9c51f7b8264",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest": "3.10.2",
"use": [
Expand Down
2 changes: 1 addition & 1 deletion sdk/dnsresolver/azure-mgmt-dnsresolver/sdk_packaging.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ is_stable = false
is_arm = true
need_msrestazure = false
need_azuremgmtcore = true
title = "DnsresolverManagementClient"
title = "DnsResolverManagementClient"

0 comments on commit 6b4b07b

Please sign in to comment.