Skip to content

Commit f3453f5

Browse files
AutorestCIlmazuel
authored andcommitted
[AutoPR dns/resource-manager] typo: dns/Microsoft.Network (#3937) (#3976)
* Generated from 9079908ec2f2dd08703c5d27ef6ba180e5b213fc typo: dns/Microsoft.Network - Double word "this" - temrinating -> terminating - overwritting -> overwriting - Trim trailing whitespace * Packaging update of azure-mgmt-dns
1 parent 28efc95 commit f3453f5

File tree

7 files changed

+14
-11
lines changed

7 files changed

+14
-11
lines changed

azure-mgmt-dns/MANIFEST.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
include *.rst
2+
include azure/__init__.py
3+
include azure/mgmt/__init__.py
4+

azure-mgmt-dns/azure/mgmt/dns/v2016_04_01/operations/record_sets_operations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def update(
5959
:type parameters: ~azure.mgmt.dns.v2016_04_01.models.RecordSet
6060
:param if_match: The etag of the record set. Omit this value to always
6161
overwrite the current record set. Specify the last-seen etag value to
62-
prevent accidentally overwritting concurrent changes.
62+
prevent accidentally overwriting concurrent changes.
6363
:type if_match: str
6464
:param dict custom_headers: headers that will be added to the request
6565
:param bool raw: returns the direct response alongside the
@@ -147,7 +147,7 @@ def create_or_update(
147147
:type parameters: ~azure.mgmt.dns.v2016_04_01.models.RecordSet
148148
:param if_match: The etag of the record set. Omit this value to always
149149
overwrite the current record set. Specify the last-seen etag value to
150-
prevent accidentally overwritting any concurrent changes.
150+
prevent accidentally overwriting any concurrent changes.
151151
:type if_match: str
152152
:param if_none_match: Set to '*' to allow a new record set to be
153153
created, but to prevent updating an existing record set. Other values

azure-mgmt-dns/azure/mgmt/dns/v2016_04_01/operations/zones_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def create_or_update(
5555
:type parameters: ~azure.mgmt.dns.v2016_04_01.models.Zone
5656
:param if_match: The etag of the DNS zone. Omit this value to always
5757
overwrite the current zone. Specify the last-seen etag value to
58-
prevent accidentally overwritting any concurrent changes.
58+
prevent accidentally overwriting any concurrent changes.
5959
:type if_match: str
6060
:param if_none_match: Set to '*' to allow a new DNS zone to be
6161
created, but to prevent updating an existing zone. Other values will

azure-mgmt-dns/azure/mgmt/dns/v2018_03_01_preview/operations/record_sets_operations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def update(
5959
:type parameters: ~azure.mgmt.dns.v2018_03_01_preview.models.RecordSet
6060
:param if_match: The etag of the record set. Omit this value to always
6161
overwrite the current record set. Specify the last-seen etag value to
62-
prevent accidentally overwritting concurrent changes.
62+
prevent accidentally overwriting concurrent changes.
6363
:type if_match: str
6464
:param dict custom_headers: headers that will be added to the request
6565
:param bool raw: returns the direct response alongside the
@@ -147,7 +147,7 @@ def create_or_update(
147147
:type parameters: ~azure.mgmt.dns.v2018_03_01_preview.models.RecordSet
148148
:param if_match: The etag of the record set. Omit this value to always
149149
overwrite the current record set. Specify the last-seen etag value to
150-
prevent accidentally overwritting any concurrent changes.
150+
prevent accidentally overwriting any concurrent changes.
151151
:type if_match: str
152152
:param if_none_match: Set to '*' to allow a new record set to be
153153
created, but to prevent updating an existing record set. Other values

azure-mgmt-dns/azure/mgmt/dns/v2018_03_01_preview/operations/zones_operations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def create_or_update(
5555
:type parameters: ~azure.mgmt.dns.v2018_03_01_preview.models.Zone
5656
:param if_match: The etag of the DNS zone. Omit this value to always
5757
overwrite the current zone. Specify the last-seen etag value to
58-
prevent accidentally overwritting any concurrent changes.
58+
prevent accidentally overwriting any concurrent changes.
5959
:type if_match: str
6060
:param if_none_match: Set to '*' to allow a new DNS zone to be
6161
created, but to prevent updating an existing zone. Other values will
@@ -291,7 +291,7 @@ def update(
291291
:type zone_name: str
292292
:param if_match: The etag of the DNS zone. Omit this value to always
293293
overwrite the current zone. Specify the last-seen etag value to
294-
prevent accidentally overwritting any concurrent changes.
294+
prevent accidentally overwriting any concurrent changes.
295295
:type if_match: str
296296
:param tags: Resource tags.
297297
:type tags: dict[str, str]

azure-mgmt-dns/azure/mgmt/dns/v2018_05_01/operations/record_sets_operations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def update(
5858
:type parameters: ~azure.mgmt.dns.v2018_05_01.models.RecordSet
5959
:param if_match: The etag of the record set. Omit this value to always
6060
overwrite the current record set. Specify the last-seen etag value to
61-
prevent accidentally overwritting concurrent changes.
61+
prevent accidentally overwriting concurrent changes.
6262
:type if_match: str
6363
:param dict custom_headers: headers that will be added to the request
6464
:param bool raw: returns the direct response alongside the
@@ -145,7 +145,7 @@ def create_or_update(
145145
:type parameters: ~azure.mgmt.dns.v2018_05_01.models.RecordSet
146146
:param if_match: The etag of the record set. Omit this value to always
147147
overwrite the current record set. Specify the last-seen etag value to
148-
prevent accidentally overwritting any concurrent changes.
148+
prevent accidentally overwriting any concurrent changes.
149149
:type if_match: str
150150
:param if_none_match: Set to '*' to allow a new record set to be
151151
created, but to prevent updating an existing record set. Other values

azure-mgmt-dns/azure/mgmt/dns/v2018_05_01/operations/zones_operations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def create_or_update(
5454
:type parameters: ~azure.mgmt.dns.v2018_05_01.models.Zone
5555
:param if_match: The etag of the DNS zone. Omit this value to always
5656
overwrite the current zone. Specify the last-seen etag value to
57-
prevent accidentally overwritting any concurrent changes.
57+
prevent accidentally overwriting any concurrent changes.
5858
:type if_match: str
5959
:param if_none_match: Set to '*' to allow a new DNS zone to be
6060
created, but to prevent updating an existing zone. Other values will
@@ -287,7 +287,7 @@ def update(
287287
:type zone_name: str
288288
:param if_match: The etag of the DNS zone. Omit this value to always
289289
overwrite the current zone. Specify the last-seen etag value to
290-
prevent accidentally overwritting any concurrent changes.
290+
prevent accidentally overwriting any concurrent changes.
291291
:type if_match: str
292292
:param tags: Resource tags.
293293
:type tags: dict[str, str]

0 commit comments

Comments
 (0)