Skip to content

Commit

Permalink
[AutoPR dns/resource-manager] typo: dns/Microsoft.Network (#3937) (#3976
Browse files Browse the repository at this point in the history
)

* Generated from 9079908ec2f2dd08703c5d27ef6ba180e5b213fc

typo: dns/Microsoft.Network

- Double word "this"
- temrinating -> terminating
- overwritting -> overwriting
- Trim trailing whitespace

* Packaging update of azure-mgmt-dns
  • Loading branch information
AutorestCI authored and lmazuel committed May 21, 2019
1 parent 28efc95 commit f3453f5
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 11 deletions.
3 changes: 3 additions & 0 deletions azure-mgmt-dns/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
include *.rst
include azure/__init__.py
include azure/mgmt/__init__.py

Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def update(
:type parameters: ~azure.mgmt.dns.v2016_04_01.models.RecordSet
:param if_match: The etag of the record set. Omit this value to always
overwrite the current record set. Specify the last-seen etag value to
prevent accidentally overwritting concurrent changes.
prevent accidentally overwriting concurrent changes.
:type if_match: str
:param dict custom_headers: headers that will be added to the request
:param bool raw: returns the direct response alongside the
Expand Down Expand Up @@ -147,7 +147,7 @@ def create_or_update(
:type parameters: ~azure.mgmt.dns.v2016_04_01.models.RecordSet
:param if_match: The etag of the record set. Omit this value to always
overwrite the current record set. Specify the last-seen etag value to
prevent accidentally overwritting any concurrent changes.
prevent accidentally overwriting any concurrent changes.
:type if_match: str
:param if_none_match: Set to '*' to allow a new record set to be
created, but to prevent updating an existing record set. Other values
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def create_or_update(
:type parameters: ~azure.mgmt.dns.v2016_04_01.models.Zone
:param if_match: The etag of the DNS zone. Omit this value to always
overwrite the current zone. Specify the last-seen etag value to
prevent accidentally overwritting any concurrent changes.
prevent accidentally overwriting any concurrent changes.
:type if_match: str
:param if_none_match: Set to '*' to allow a new DNS zone to be
created, but to prevent updating an existing zone. Other values will
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def update(
:type parameters: ~azure.mgmt.dns.v2018_03_01_preview.models.RecordSet
:param if_match: The etag of the record set. Omit this value to always
overwrite the current record set. Specify the last-seen etag value to
prevent accidentally overwritting concurrent changes.
prevent accidentally overwriting concurrent changes.
:type if_match: str
:param dict custom_headers: headers that will be added to the request
:param bool raw: returns the direct response alongside the
Expand Down Expand Up @@ -147,7 +147,7 @@ def create_or_update(
:type parameters: ~azure.mgmt.dns.v2018_03_01_preview.models.RecordSet
:param if_match: The etag of the record set. Omit this value to always
overwrite the current record set. Specify the last-seen etag value to
prevent accidentally overwritting any concurrent changes.
prevent accidentally overwriting any concurrent changes.
:type if_match: str
:param if_none_match: Set to '*' to allow a new record set to be
created, but to prevent updating an existing record set. Other values
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def create_or_update(
:type parameters: ~azure.mgmt.dns.v2018_03_01_preview.models.Zone
:param if_match: The etag of the DNS zone. Omit this value to always
overwrite the current zone. Specify the last-seen etag value to
prevent accidentally overwritting any concurrent changes.
prevent accidentally overwriting any concurrent changes.
:type if_match: str
:param if_none_match: Set to '*' to allow a new DNS zone to be
created, but to prevent updating an existing zone. Other values will
Expand Down Expand Up @@ -291,7 +291,7 @@ def update(
:type zone_name: str
:param if_match: The etag of the DNS zone. Omit this value to always
overwrite the current zone. Specify the last-seen etag value to
prevent accidentally overwritting any concurrent changes.
prevent accidentally overwriting any concurrent changes.
:type if_match: str
:param tags: Resource tags.
:type tags: dict[str, str]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def update(
:type parameters: ~azure.mgmt.dns.v2018_05_01.models.RecordSet
:param if_match: The etag of the record set. Omit this value to always
overwrite the current record set. Specify the last-seen etag value to
prevent accidentally overwritting concurrent changes.
prevent accidentally overwriting concurrent changes.
:type if_match: str
:param dict custom_headers: headers that will be added to the request
:param bool raw: returns the direct response alongside the
Expand Down Expand Up @@ -145,7 +145,7 @@ def create_or_update(
:type parameters: ~azure.mgmt.dns.v2018_05_01.models.RecordSet
:param if_match: The etag of the record set. Omit this value to always
overwrite the current record set. Specify the last-seen etag value to
prevent accidentally overwritting any concurrent changes.
prevent accidentally overwriting any concurrent changes.
:type if_match: str
:param if_none_match: Set to '*' to allow a new record set to be
created, but to prevent updating an existing record set. Other values
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def create_or_update(
:type parameters: ~azure.mgmt.dns.v2018_05_01.models.Zone
:param if_match: The etag of the DNS zone. Omit this value to always
overwrite the current zone. Specify the last-seen etag value to
prevent accidentally overwritting any concurrent changes.
prevent accidentally overwriting any concurrent changes.
:type if_match: str
:param if_none_match: Set to '*' to allow a new DNS zone to be
created, but to prevent updating an existing zone. Other values will
Expand Down Expand Up @@ -287,7 +287,7 @@ def update(
:type zone_name: str
:param if_match: The etag of the DNS zone. Omit this value to always
overwrite the current zone. Specify the last-seen etag value to
prevent accidentally overwritting any concurrent changes.
prevent accidentally overwriting any concurrent changes.
:type if_match: str
:param tags: Resource tags.
:type tags: dict[str, str]
Expand Down

0 comments on commit f3453f5

Please sign in to comment.