Skip to content

Commit

Permalink
Generated from ca129eb
Browse files Browse the repository at this point in the history
  • Loading branch information
SwaggerToSDK Automation committed Nov 2, 2016
1 parent 126c0ea commit d0c4a19
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 34 deletions.
8 changes: 4 additions & 4 deletions azure-mgmt-dns/azure/mgmt/dns/dns_management_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ class DnsManagementClientConfiguration(AzureConfiguration):
:type credentials: :mod:`A msrestazure Credentials
object<msrestazure.azure_active_directory>`
:param subscription_id: Gets subscription credentials which uniquely
identify Microsoft Azure subscription. The subscription ID forms part of
the URI for every service call.
identify the Microsoft Azure subscription. The subscription ID forms
part of the URI for every service call.
:type subscription_id: str
:param api_version: Client Api Version.
:type api_version: str
Expand Down Expand Up @@ -90,8 +90,8 @@ class DnsManagementClient(object):
:type credentials: :mod:`A msrestazure Credentials
object<msrestazure.azure_active_directory>`
:param subscription_id: Gets subscription credentials which uniquely
identify Microsoft Azure subscription. The subscription ID forms part of
the URI for every service call.
identify the Microsoft Azure subscription. The subscription ID forms
part of the URI for every service call.
:type subscription_id: str
:param api_version: Client Api Version.
:type api_version: str
Expand Down
22 changes: 11 additions & 11 deletions azure-mgmt-dns/azure/mgmt/dns/models/record_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class RecordSet(Model):
"""Describes a DNS RecordSet (a set of DNS records with the same name and
"""Describes a DNS Recordset (a set of DNS records with the same name and
type).
:param id: Gets or sets the ID of the resource.
Expand All @@ -22,37 +22,37 @@ class RecordSet(Model):
:type name: str
:param type: Gets or sets the type of the resource.
:type type: str
:param etag: Gets or sets the ETag of the RecordSet.
:param etag: Gets or sets the ETag of the Recordset.
:type etag: str
:param metadata: Gets or sets the metadata attached to the resource.
:type metadata: dict
:param ttl: Gets or sets the TTL of the records in the RecordSet.
:param ttl: Gets or sets the TTL of the records in the Recordset.
:type ttl: long
:param arecords: Gets or sets the list of A records in the RecordSet.
:param arecords: Gets or sets the list of A records in the Recordset.
:type arecords: list of :class:`ARecord <azure.mgmt.dns.models.ARecord>`
:param aaaa_records: Gets or sets the list of AAAA records in the
RecordSet.
Recordset.
:type aaaa_records: list of :class:`AaaaRecord
<azure.mgmt.dns.models.AaaaRecord>`
:param mx_records: Gets or sets the list of MX records in the RecordSet.
:param mx_records: Gets or sets the list of MX records in the Recordset.
:type mx_records: list of :class:`MxRecord
<azure.mgmt.dns.models.MxRecord>`
:param ns_records: Gets or sets the list of NS records in the RecordSet.
:type ns_records: list of :class:`NsRecord
<azure.mgmt.dns.models.NsRecord>`
:param ptr_records: Gets or sets the list of PTR records in the RecordSet.
:param ptr_records: Gets or sets the list of PTR records in the Recordset.
:type ptr_records: list of :class:`PtrRecord
<azure.mgmt.dns.models.PtrRecord>`
:param srv_records: Gets or sets the list of SRV records in the RecordSet.
:param srv_records: Gets or sets the list of SRV records in the Recordset.
:type srv_records: list of :class:`SrvRecord
<azure.mgmt.dns.models.SrvRecord>`
:param txt_records: Gets or sets the list of TXT records in the RecordSet.
:param txt_records: Gets or sets the list of TXT records in the Recordset.
:type txt_records: list of :class:`TxtRecord
<azure.mgmt.dns.models.TxtRecord>`
:param cname_record: Gets or sets the CNAME record in the RecordSet.
:param cname_record: Gets or sets the CNAME record in the Recordset.
:type cname_record: :class:`CnameRecord
<azure.mgmt.dns.models.CnameRecord>`
:param soa_record: Gets or sets the SOA record in the RecordSet.
:param soa_record: Gets or sets the SOA record in the Recordset.
:type soa_record: :class:`SoaRecord <azure.mgmt.dns.models.SoaRecord>`
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@


class RecordSetUpdateParameters(Model):
"""Parameters supplied to update a RecordSet.
"""Parameters supplied to update a Recordset.
:param record_set: Gets or sets information about the RecordSet being
:param record_set: Gets or sets information about the Recordset being
updated.
:type record_set: :class:`RecordSet <azure.mgmt.dns.models.RecordSet>`
"""
Expand Down
6 changes: 3 additions & 3 deletions azure-mgmt-dns/azure/mgmt/dns/models/zone.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ class Zone(Resource):
received from a Get operation.
:type etag: str
:param max_number_of_record_sets: Gets or sets the maximum number of
record sets that can be created in this zone.
recordsets that can be created in this zone.
:type max_number_of_record_sets: long
:param number_of_record_sets: Gets or sets the current number of record
sets in this zone.
:param number_of_record_sets: Gets or sets the current number of
recordsets in this zone.
:type number_of_record_sets: long
:ivar name_servers: Gets the name servers populated for this zone. This
is a read-only property and any attempt to set this value will be
Expand Down
2 changes: 1 addition & 1 deletion azure-mgmt-dns/azure/mgmt/dns/models/zone_delete_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ZoneDeleteResult(Model):
"""The response to a Zone Delete operation.
:param azure_async_operation: Users can perform a Get on
Azure-AsyncOperation to get the status of their delete Zone operations
Azure-AsyncOperation to get the status of their delete Zone operations.
:type azure_async_operation: str
:param status: Possible values include: 'InProgress', 'Succeeded',
'Failed'
Expand Down
24 changes: 12 additions & 12 deletions azure-mgmt-dns/azure/mgmt/dns/operations/record_sets_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ def __init__(self, client, config, serializer, deserializer):

def update(
self, resource_group_name, zone_name, relative_record_set_name, record_type, parameters, if_match=None, if_none_match=None, custom_headers=None, raw=False, **operation_config):
"""Updates a RecordSet within a DNS zone.
"""Updates a Recordset within a DNS zone.
:param resource_group_name: The name of the resource group.
:type resource_group_name: str
:param zone_name: The name of the zone without a terminating dot.
:type zone_name: str
:param relative_record_set_name: The name of the RecordSet, relative
:param relative_record_set_name: The name of the Recordset, relative
to the name of the zone.
:type relative_record_set_name: str
:param record_type: The type of DNS record. Possible values include:
Expand Down Expand Up @@ -120,13 +120,13 @@ def update(

def create_or_update(
self, resource_group_name, zone_name, relative_record_set_name, record_type, parameters, if_match=None, if_none_match=None, custom_headers=None, raw=False, **operation_config):
"""Creates or Updates a RecordSet within a DNS zone.
"""Creates or updates a Recordset within a DNS zone.
:param resource_group_name: The name of the resource group.
:type resource_group_name: str
:param zone_name: The name of the zone without a terminating dot.
:type zone_name: str
:param relative_record_set_name: The name of the RecordSet, relative
:param relative_record_set_name: The name of the Recordset, relative
to the name of the zone.
:type relative_record_set_name: str
:param record_type: The type of DNS record. Possible values include:
Expand Down Expand Up @@ -208,13 +208,13 @@ def create_or_update(

def delete(
self, resource_group_name, zone_name, relative_record_set_name, record_type, if_match=None, if_none_match=None, custom_headers=None, raw=False, **operation_config):
"""Removes a RecordSet from a DNS zone.
"""Removes a Recordset from a DNS zone.
:param resource_group_name: The name of the resource group.
:type resource_group_name: str
:param zone_name: The name of the zone without a terminating dot.
:type zone_name: str
:param relative_record_set_name: The name of the RecordSet, relative
:param relative_record_set_name: The name of the Recordset, relative
to the name of the zone.
:type relative_record_set_name: str
:param record_type: The type of DNS record. Possible values include:
Expand Down Expand Up @@ -283,13 +283,13 @@ def delete(

def get(
self, resource_group_name, zone_name, relative_record_set_name, record_type, custom_headers=None, raw=False, **operation_config):
"""Gets a RecordSet.
"""Gets a Recordset.
:param resource_group_name: The name of the resource group.
:type resource_group_name: str
:param zone_name: The name of the zone without a terminating dot.
:type zone_name: str
:param relative_record_set_name: The name of the RecordSet, relative
:param relative_record_set_name: The name of the Recordset, relative
to the name of the zone.
:type relative_record_set_name: str
:param record_type: The type of DNS record. Possible values include:
Expand Down Expand Up @@ -353,13 +353,13 @@ def get(

def list_by_type(
self, resource_group_name, zone_name, record_type, top=None, custom_headers=None, raw=False, **operation_config):
"""Lists the RecordSets of a specified type in a DNS zone.
"""Lists the Recordsets of a specified type in a DNS zone.
:param resource_group_name: The name of the resource group that
contains the zone.
:type resource_group_name: str
:param zone_name: The name of the zone from which to enumerate
RecordsSets.
Recordsets.
:type zone_name: str
:param record_type: The type of record sets to enumerate. Possible
values include: 'A', 'AAAA', 'CNAME', 'MX', 'NS', 'PTR', 'SOA',
Expand Down Expand Up @@ -434,13 +434,13 @@ def internal_paging(next_link=None, raw=False):

def list_by_dns_zone(
self, resource_group_name, zone_name, top=None, custom_headers=None, raw=False, **operation_config):
"""Lists all RecordSets in a DNS zone.
"""Lists all Recordsets in a DNS zone.
:param resource_group_name: The name of the resource group that
contains the zone.
:type resource_group_name: str
:param zone_name: The name of the zone from which to enumerate
RecordSets.
Recordsets.
:type zone_name: str
:param top: Query parameters. If not specified returns the default
number of zones.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(self, client, config, serializer, deserializer):

def create_or_update(
self, resource_group_name, zone_name, parameters, if_match=None, if_none_match=None, custom_headers=None, raw=False, **operation_config):
"""Creates or Updates a DNS zone within a resource group.
"""Creates or updates a DNS zone within a resource group.
:param resource_group_name: The name of the resource group.
:type resource_group_name: str
Expand Down

0 comments on commit d0c4a19

Please sign in to comment.