Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions sdk/network/azure-mgmt-dns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

## 10.0.0b2 (2026-09-07)

tool can't generate changelog for this release, please update manually.

## 10.0.0b1 (2026-07-07)

### Features Added
Expand Down
6 changes: 3 additions & 3 deletions sdk/network/azure-mgmt-dns/_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"apiVersions": {
"Microsoft.Network": "2023-07-01-preview"
},
"commit": "bde4bb3dac2805590036bc8416474607914c8cd8",
"commit": "b538b995a2c241debc7419e09f5d187c2572ec30",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/dns/resource-manager/Microsoft.Network/Dns",
"emitterVersion": "0.63.2",
"httpClientPythonVersion": "^0.34.1"
"emitterVersion": "0.63.5",
"httpClientPythonVersion": "^0.36.0"
}
91 changes: 37 additions & 54 deletions sdk/network/azure-mgmt-dns/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1451,12 +1451,12 @@ namespace azure.mgmt.dns.types

class azure.mgmt.dns.types.ARecord(TypedDict, total=False):
key "ipv4Address": str
ipv4_address: str
ipv4Address: str


class azure.mgmt.dns.types.AaaaRecord(TypedDict, total=False):
key "ipv6Address": str
ipv6_address: str
ipv6Address: str


class azure.mgmt.dns.types.CaaRecord(TypedDict, total=False):
Expand All @@ -1477,15 +1477,15 @@ namespace azure.mgmt.dns.types
key "digestAlgorithmType": int
key "digestValue": str
key "record": str
digest_algorithm_type: int
digest_value: str
digestAlgorithmType: int
digestValue: str
record: str


class azure.mgmt.dns.types.Digest(TypedDict, total=False):
key "algorithmType": int
key "value": str
algorithm_type: int
algorithmType: int
value: str


Expand All @@ -1496,7 +1496,6 @@ namespace azure.mgmt.dns.types

class azure.mgmt.dns.types.DnsResourceReferenceRequestProperties(TypedDict, total=False):
targetResources: list[SubResource]
target_resources: list[SubResource]


class azure.mgmt.dns.types.DsRecord(TypedDict, total=False):
Expand All @@ -1505,7 +1504,7 @@ namespace azure.mgmt.dns.types
key "keyTag": int
algorithm: int
digest: Digest
key_tag: int
keyTag: int


class azure.mgmt.dns.types.MxRecord(TypedDict, total=False):
Expand Down Expand Up @@ -1542,7 +1541,7 @@ namespace azure.mgmt.dns.types
key "type": str
id: str
name: str
system_data: SystemData
systemData: SystemData
type: str


Expand All @@ -1562,7 +1561,7 @@ namespace azure.mgmt.dns.types
id: str
name: str
properties: RecordSetProperties
system_data: SystemData
systemData: SystemData
type: str


Expand All @@ -1576,34 +1575,23 @@ namespace azure.mgmt.dns.types
key "trafficManagementProfile": ForwardRef('SubResource', module='types')
AAAARecords: list[AaaaRecord]
ARecords: list[ARecord]
CNAMERecord: CnameRecord
DSRecords: list[DsRecord]
MXRecords: list[MxRecord]
NAPTRRecords: list[NaptrRecord]
NSRecords: list[NsRecord]
PTRRecords: list[PtrRecord]
SOARecord: SoaRecord
SRVRecords: list[SrvRecord]
TLSARecords: list[TlsaRecord]
TTL: int
TXTRecords: list[TxtRecord]
a_records: list[ARecord]
aaaa_records: list[AaaaRecord]
caaRecords: list[CaaRecord]
caa_records: list[CaaRecord]
cname_record: CnameRecord
ds_records: list[DsRecord]
fqdn: str
metadata: dict[str, str]
mx_records: list[MxRecord]
naptr_records: list[NaptrRecord]
ns_records: list[NsRecord]
provisioning_state: str
ptr_records: list[PtrRecord]
soa_record: SoaRecord
srv_records: list[SrvRecord]
target_resource: SubResource
tlsa_records: list[TlsaRecord]
traffic_management_profile: SubResource
ttl: int
txt_records: list[TxtRecord]
provisioningState: str
targetResource: SubResource
trafficManagementProfile: SubResource


class azure.mgmt.dns.types.Resource(TypedDict, total=False):
Expand All @@ -1613,7 +1601,7 @@ namespace azure.mgmt.dns.types
key "type": str
id: str
name: str
system_data: SystemData
systemData: SystemData
type: str


Expand All @@ -1624,12 +1612,11 @@ namespace azure.mgmt.dns.types
key "publicKey": str
key "securityAlgorithmType": int
delegationSignerInfo: list[DelegationSignerInfo]
delegation_signer_info: list[DelegationSignerInfo]
flags: int
key_tag: int
keyTag: int
protocol: int
public_key: str
security_algorithm_type: int
publicKey: str
securityAlgorithmType: int


class azure.mgmt.dns.types.SoaRecord(TypedDict, total=False):
Expand All @@ -1641,12 +1628,12 @@ namespace azure.mgmt.dns.types
key "retryTime": int
key "serialNumber": int
email: str
expire_time: int
expireTime: int
host: str
minimum_ttl: int
refresh_time: int
retry_time: int
serial_number: int
minimumTTL: int
refreshTime: int
retryTime: int
serialNumber: int


class azure.mgmt.dns.types.SrvRecord(TypedDict, total=False):
Expand All @@ -1672,21 +1659,21 @@ namespace azure.mgmt.dns.types
key "lastModifiedAt": str
key "lastModifiedBy": str
key "lastModifiedByType": Union[str, CreatedByType]
created_at: str
created_by: str
created_by_type: Union[str, CreatedByType]
last_modified_at: str
last_modified_by: str
last_modified_by_type: Union[str, CreatedByType]
createdAt: str
createdBy: str
createdByType: Union[str, CreatedByType]
lastModifiedAt: str
lastModifiedBy: str
lastModifiedByType: Union[str, CreatedByType]


class azure.mgmt.dns.types.TlsaRecord(TypedDict, total=False):
key "certAssociationData": str
key "matchingType": int
key "selector": int
key "usage": int
cert_association_data: str
matching_type: int
certAssociationData: str
matchingType: int
selector: int
usage: int

Expand All @@ -1700,7 +1687,7 @@ namespace azure.mgmt.dns.types
id: str
location: str
name: str
system_data: SystemData
systemData: SystemData
tags: dict[str, str]
type: str

Expand All @@ -1722,7 +1709,7 @@ namespace azure.mgmt.dns.types
location: str
name: str
properties: ZoneProperties
system_data: SystemData
systemData: SystemData
tags: dict[str, str]
type: str

Expand All @@ -1732,18 +1719,14 @@ namespace azure.mgmt.dns.types
key "maxNumberOfRecordsPerRecordSet": int
key "numberOfRecordSets": int
key "zoneType": Union[str, ZoneType]
max_number_of_record_sets: int
max_number_of_records_per_record_set: int
maxNumberOfRecordSets: int
maxNumberOfRecordsPerRecordSet: int
nameServers: list[str]
name_servers: list[str]
number_of_record_sets: int
numberOfRecordSets: int
registrationVirtualNetworks: list[SubResource]
registration_virtual_networks: list[SubResource]
resolutionVirtualNetworks: list[SubResource]
resolution_virtual_networks: list[SubResource]
signingKeys: list[SigningKey]
signing_keys: list[SigningKey]
zone_type: Union[str, ZoneType]
zoneType: Union[str, ZoneType]


class azure.mgmt.dns.types.ZoneUpdate(TypedDict, total=False):
Expand Down
7 changes: 4 additions & 3 deletions sdk/network/azure-mgmt-dns/api.metadata.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
apiMdSha256: 13a38055c00241e9e948490877ba7fb73630b87d21557f6d227717eaf0c7f684
parserVersion: 0.3.28
pythonVersion: 3.13.14
apiMdSha256: a11dc7024f7ba533d11217396b9b9ad962eb580d84e5f84e4736a25f7068cc7a
packageVersion: 10.0.0b2
parserVersion: 0.3.31
pythonVersion: 3.13.15
2 changes: 1 addition & 1 deletion sdk/network/azure-mgmt-dns/apiview-properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@
"azure.mgmt.dns.operations.DnsResourceReferenceOperations.get_by_target_resources": "Microsoft.Network.DnsResourceReferenceOperationGroup.getByTargetResources",
"azure.mgmt.dns.aio.operations.DnsResourceReferenceOperations.get_by_target_resources": "Microsoft.Network.DnsResourceReferenceOperationGroup.getByTargetResources"
},
"CrossLanguageVersion": "1a63458febd7"
"CrossLanguageVersion": "73bd356a32b2"
}
2 changes: 1 addition & 1 deletion sdk/network/azure-mgmt-dns/azure/mgmt/dns/_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from azure.core.credentials import TokenCredential


class DnsManagementClient:
class DnsManagementClient: # pylint: disable=docstring-keyword-should-match-keyword-only
"""The DNS Management Client.

:ivar dnssec_configs: DnssecConfigsOperations operations
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=line-too-long,useless-suppression
# coding=utf-8
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
Expand All @@ -18,7 +19,7 @@
from azure.core.credentials import TokenCredential


class DnsManagementClientConfiguration: # pylint: disable=too-many-instance-attributes
class DnsManagementClientConfiguration: # pylint: disable=too-many-instance-attributes,docstring-keyword-should-match-keyword-only
"""Configuration for DnsManagementClient.

Note that all parameters used to create this instance are saved as instance
Expand Down
1 change: 0 additions & 1 deletion sdk/network/azure-mgmt-dns/azure/mgmt/dns/_patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize
"""


__all__: list[str] = [] # Add all objects you want publicly available to users at this package level


Expand Down
Loading
Loading