File tree 7 files changed +14
-11
lines changed
v2018_03_01_preview/operations
7 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 1
1
include *.rst
2
+ include azure/__init__.py
3
+ include azure/mgmt/__init__.py
4
+
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ def update(
59
59
:type parameters: ~azure.mgmt.dns.v2016_04_01.models.RecordSet
60
60
:param if_match: The etag of the record set. Omit this value to always
61
61
overwrite the current record set. Specify the last-seen etag value to
62
- prevent accidentally overwritting concurrent changes.
62
+ prevent accidentally overwriting concurrent changes.
63
63
:type if_match: str
64
64
:param dict custom_headers: headers that will be added to the request
65
65
:param bool raw: returns the direct response alongside the
@@ -147,7 +147,7 @@ def create_or_update(
147
147
:type parameters: ~azure.mgmt.dns.v2016_04_01.models.RecordSet
148
148
:param if_match: The etag of the record set. Omit this value to always
149
149
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.
151
151
:type if_match: str
152
152
:param if_none_match: Set to '*' to allow a new record set to be
153
153
created, but to prevent updating an existing record set. Other values
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ def create_or_update(
55
55
:type parameters: ~azure.mgmt.dns.v2016_04_01.models.Zone
56
56
:param if_match: The etag of the DNS zone. Omit this value to always
57
57
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.
59
59
:type if_match: str
60
60
:param if_none_match: Set to '*' to allow a new DNS zone to be
61
61
created, but to prevent updating an existing zone. Other values will
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ def update(
59
59
:type parameters: ~azure.mgmt.dns.v2018_03_01_preview.models.RecordSet
60
60
:param if_match: The etag of the record set. Omit this value to always
61
61
overwrite the current record set. Specify the last-seen etag value to
62
- prevent accidentally overwritting concurrent changes.
62
+ prevent accidentally overwriting concurrent changes.
63
63
:type if_match: str
64
64
:param dict custom_headers: headers that will be added to the request
65
65
:param bool raw: returns the direct response alongside the
@@ -147,7 +147,7 @@ def create_or_update(
147
147
:type parameters: ~azure.mgmt.dns.v2018_03_01_preview.models.RecordSet
148
148
:param if_match: The etag of the record set. Omit this value to always
149
149
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.
151
151
:type if_match: str
152
152
:param if_none_match: Set to '*' to allow a new record set to be
153
153
created, but to prevent updating an existing record set. Other values
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ def create_or_update(
55
55
:type parameters: ~azure.mgmt.dns.v2018_03_01_preview.models.Zone
56
56
:param if_match: The etag of the DNS zone. Omit this value to always
57
57
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.
59
59
:type if_match: str
60
60
:param if_none_match: Set to '*' to allow a new DNS zone to be
61
61
created, but to prevent updating an existing zone. Other values will
@@ -291,7 +291,7 @@ def update(
291
291
:type zone_name: str
292
292
:param if_match: The etag of the DNS zone. Omit this value to always
293
293
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.
295
295
:type if_match: str
296
296
:param tags: Resource tags.
297
297
:type tags: dict[str, str]
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ def update(
58
58
:type parameters: ~azure.mgmt.dns.v2018_05_01.models.RecordSet
59
59
:param if_match: The etag of the record set. Omit this value to always
60
60
overwrite the current record set. Specify the last-seen etag value to
61
- prevent accidentally overwritting concurrent changes.
61
+ prevent accidentally overwriting concurrent changes.
62
62
:type if_match: str
63
63
:param dict custom_headers: headers that will be added to the request
64
64
:param bool raw: returns the direct response alongside the
@@ -145,7 +145,7 @@ def create_or_update(
145
145
:type parameters: ~azure.mgmt.dns.v2018_05_01.models.RecordSet
146
146
:param if_match: The etag of the record set. Omit this value to always
147
147
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.
149
149
:type if_match: str
150
150
:param if_none_match: Set to '*' to allow a new record set to be
151
151
created, but to prevent updating an existing record set. Other values
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ def create_or_update(
54
54
:type parameters: ~azure.mgmt.dns.v2018_05_01.models.Zone
55
55
:param if_match: The etag of the DNS zone. Omit this value to always
56
56
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.
58
58
:type if_match: str
59
59
:param if_none_match: Set to '*' to allow a new DNS zone to be
60
60
created, but to prevent updating an existing zone. Other values will
@@ -287,7 +287,7 @@ def update(
287
287
:type zone_name: str
288
288
:param if_match: The etag of the DNS zone. Omit this value to always
289
289
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.
291
291
:type if_match: str
292
292
:param tags: Resource tags.
293
293
:type tags: dict[str, str]
You can’t perform that action at this time.
0 commit comments