|
1 |
| -# pylint: disable=too-many-lines |
| 1 | +# pylint: disable=line-too-long,useless-suppression,too-many-lines |
2 | 2 | # coding=utf-8
|
3 | 3 | # --------------------------------------------------------------------------
|
4 | 4 | # Copyright (c) Microsoft Corporation. All rights reserved.
|
@@ -171,7 +171,7 @@ async def create_or_update(
|
171 | 171 | Existing entity is matched using its unique guid if
|
172 | 172 | supplied or by its unique attributes eg: qualifiedName.
|
173 | 173 | Map and array of
|
174 |
| - collections are not well supported. E.g., array<array\\ :code:`<int>`>, array<map<string, |
| 174 | + collections are not well supported. E.g., array<array<int>>, array<map<string, |
175 | 175 | int>>.
|
176 | 176 | For each contact type, the maximum number of contacts is 20.
|
177 | 177 |
|
@@ -208,7 +208,7 @@ async def create_or_update(
|
208 | 208 | Existing entity is matched using its unique guid if
|
209 | 209 | supplied or by its unique attributes eg: qualifiedName.
|
210 | 210 | Map and array of
|
211 |
| - collections are not well supported. E.g., array<array\\ :code:`<int>`>, array<map<string, |
| 211 | + collections are not well supported. E.g., array<array<int>>, array<map<string, |
212 | 212 | int>>.
|
213 | 213 | For each contact type, the maximum number of contacts is 20.
|
214 | 214 |
|
@@ -245,7 +245,7 @@ async def create_or_update(
|
245 | 245 | Existing entity is matched using its unique guid if
|
246 | 246 | supplied or by its unique attributes eg: qualifiedName.
|
247 | 247 | Map and array of
|
248 |
| - collections are not well supported. E.g., array<array\\ :code:`<int>`>, array<map<string, |
| 248 | + collections are not well supported. E.g., array<array<int>>, array<map<string, |
249 | 249 | int>>.
|
250 | 250 | For each contact type, the maximum number of contacts is 20.
|
251 | 251 |
|
@@ -281,7 +281,7 @@ async def create_or_update(
|
281 | 281 | Existing entity is matched using its unique guid if
|
282 | 282 | supplied or by its unique attributes eg: qualifiedName.
|
283 | 283 | Map and array of
|
284 |
| - collections are not well supported. E.g., array<array\\ :code:`<int>`>, array<map<string, |
| 284 | + collections are not well supported. E.g., array<array<int>>, array<map<string, |
285 | 285 | int>>.
|
286 | 286 | For each contact type, the maximum number of contacts is 20.
|
287 | 287 |
|
@@ -454,7 +454,7 @@ async def batch_create_or_update(
|
454 | 454 | Existing entity is matched using its unique
|
455 | 455 | guid if supplied or by its unique attributes eg: qualifiedName.
|
456 | 456 | Map and array
|
457 |
| - of collections are not well supported. E.g., array<array\\ :code:`<int>`>, |
| 457 | + of collections are not well supported. E.g., array<array<int>>, |
458 | 458 | array<map<string, int>>.
|
459 | 459 | For each contact type, the maximum number of contacts
|
460 | 460 | is 20.
|
@@ -492,7 +492,7 @@ async def batch_create_or_update(
|
492 | 492 | Existing entity is matched using its unique
|
493 | 493 | guid if supplied or by its unique attributes eg: qualifiedName.
|
494 | 494 | Map and array
|
495 |
| - of collections are not well supported. E.g., array<array\\ :code:`<int>`>, |
| 495 | + of collections are not well supported. E.g., array<array<int>>, |
496 | 496 | array<map<string, int>>.
|
497 | 497 | For each contact type, the maximum number of contacts
|
498 | 498 | is 20.
|
@@ -530,7 +530,7 @@ async def batch_create_or_update(
|
530 | 530 | Existing entity is matched using its unique
|
531 | 531 | guid if supplied or by its unique attributes eg: qualifiedName.
|
532 | 532 | Map and array
|
533 |
| - of collections are not well supported. E.g., array<array\\ :code:`<int>`>, |
| 533 | + of collections are not well supported. E.g., array<array<int>>, |
534 | 534 | array<map<string, int>>.
|
535 | 535 | For each contact type, the maximum number of contacts
|
536 | 536 | is 20.
|
@@ -567,7 +567,7 @@ async def batch_create_or_update(
|
567 | 567 | Existing entity is matched using its unique
|
568 | 568 | guid if supplied or by its unique attributes eg: qualifiedName.
|
569 | 569 | Map and array
|
570 |
| - of collections are not well supported. E.g., array<array\\ :code:`<int>`>, |
| 570 | + of collections are not well supported. E.g., array<array<int>>, |
571 | 571 | array<map<string, int>>.
|
572 | 572 | For each contact type, the maximum number of contacts
|
573 | 573 | is 20.
|
@@ -1427,7 +1427,7 @@ async def get_by_unique_attribute(
|
1427 | 1427 | In
|
1428 | 1428 | addition to the typeName path parameter, attribute key-value pair(s) can be
|
1429 | 1429 | provided in the following format:
|
1430 |
| - attr:\\\\ :code:`<attrName>`=\\ :code:`<attrValue>`. |
| 1430 | + attr:\\<attrName>=<attrValue>. |
1431 | 1431 |
|
1432 | 1432 | NOTE: The
|
1433 | 1433 | attrName and attrValue should be unique across entities, eg.
|
@@ -1524,7 +1524,7 @@ async def update_by_unique_attribute(
|
1524 | 1524 | typeName path parameter, attribute key-value pair(s) can be provided in the
|
1525 | 1525 | following format:
|
1526 | 1526 |
|
1527 |
| - attr:\\ :code:`<attrName>`=\\ :code:`<attrValue>`. |
| 1527 | + attr:<attrName>=<attrValue>. |
1528 | 1528 | NOTE: The attrName and
|
1529 | 1529 | attrValue should be unique across entities, eg. qualifiedName.
|
1530 | 1530 |
|
@@ -1567,7 +1567,7 @@ async def update_by_unique_attribute(
|
1567 | 1567 | typeName path parameter, attribute key-value pair(s) can be provided in the
|
1568 | 1568 | following format:
|
1569 | 1569 |
|
1570 |
| - attr:\\ :code:`<attrName>`=\\ :code:`<attrValue>`. |
| 1570 | + attr:<attrName>=<attrValue>. |
1571 | 1571 | NOTE: The attrName and
|
1572 | 1572 | attrValue should be unique across entities, eg. qualifiedName.
|
1573 | 1573 |
|
@@ -1610,7 +1610,7 @@ async def update_by_unique_attribute(
|
1610 | 1610 | typeName path parameter, attribute key-value pair(s) can be provided in the
|
1611 | 1611 | following format:
|
1612 | 1612 |
|
1613 |
| - attr:\\ :code:`<attrName>`=\\ :code:`<attrValue>`. |
| 1613 | + attr:<attrName>=<attrValue>. |
1614 | 1614 | NOTE: The attrName and
|
1615 | 1615 | attrValue should be unique across entities, eg. qualifiedName.
|
1616 | 1616 |
|
@@ -1652,7 +1652,7 @@ async def update_by_unique_attribute(
|
1652 | 1652 | typeName path parameter, attribute key-value pair(s) can be provided in the
|
1653 | 1653 | following format:
|
1654 | 1654 |
|
1655 |
| - attr:\\ :code:`<attrName>`=\\ :code:`<attrValue>`. |
| 1655 | + attr:<attrName>=<attrValue>. |
1656 | 1656 | NOTE: The attrName and
|
1657 | 1657 | attrValue should be unique across entities, eg. qualifiedName.
|
1658 | 1658 |
|
@@ -1743,7 +1743,7 @@ async def delete_by_unique_attribute(
|
1743 | 1743 | In addition to
|
1744 | 1744 | the typeName path parameter, attribute key-value pair(s) can be provided in the
|
1745 | 1745 | following format:
|
1746 |
| - attr:\\\\ :code:`<attrName>`=\\\\ :code:`<attrValue>`. |
| 1746 | + attr:\\<attrName>=\\<attrValue>. |
1747 | 1747 | NOTE: The attrName and
|
1748 | 1748 | attrValue should be unique across entities, eg. qualifiedName.
|
1749 | 1749 |
|
@@ -2266,9 +2266,7 @@ async def batch_get_by_unique_attributes(
|
2266 | 2266 | provided in the following
|
2267 | 2267 | format
|
2268 | 2268 |
|
2269 |
| - typeName=\\\\ :code:`<typeName>`&attr_1:\\\\ :code:`<attrName>`=\\\\ |
2270 |
| - :code:`<attrValue>`&attr_2:\\\\ :code:`<attrName>`=\\\\ :code:`<attrValue>`&attr_3:\\\\ |
2271 |
| - :code:`<attrName>`=\\\\ :code:`<attrValue>` |
| 2269 | + typeName=\\<typeName>&attr_1:\\<attrName>=\\<attrValue>&attr_2:\\<attrName>=\\<attrValue>&attr_3:\\<attrName>=\\<attrValue> |
2272 | 2270 |
|
2273 | 2271 | NOTE:
|
2274 | 2272 | The attrName should be an unique attribute for the given entity-type.
|
@@ -3341,8 +3339,7 @@ async def remove_labels_by_unique_attribute(
|
3341 | 3339 | in labels set are non-existing labels, they will be ignored, only existing
|
3342 | 3340 | labels will be removed. In addition to the typeName path parameter, attribute
|
3343 | 3341 | key-value pair(s) can be provided in the following format:
|
3344 |
| - attr:\\ :code:`<attrName>`=\\ :code:`<attrValue>`. NOTE: The attrName and attrValue should be |
3345 |
| - unique |
| 3342 | + attr:<attrName>=<attrValue>. NOTE: The attrName and attrValue should be unique |
3346 | 3343 | across entities, eg. qualifiedName. The REST request would look something like
|
3347 | 3344 | this: DELETE
|
3348 | 3345 | /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue.
|
@@ -3382,8 +3379,7 @@ async def remove_labels_by_unique_attribute(
|
3382 | 3379 | in labels set are non-existing labels, they will be ignored, only existing
|
3383 | 3380 | labels will be removed. In addition to the typeName path parameter, attribute
|
3384 | 3381 | key-value pair(s) can be provided in the following format:
|
3385 |
| - attr:\\ :code:`<attrName>`=\\ :code:`<attrValue>`. NOTE: The attrName and attrValue should be |
3386 |
| - unique |
| 3382 | + attr:<attrName>=<attrValue>. NOTE: The attrName and attrValue should be unique |
3387 | 3383 | across entities, eg. qualifiedName. The REST request would look something like
|
3388 | 3384 | this: DELETE
|
3389 | 3385 | /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue.
|
@@ -3422,8 +3418,7 @@ async def remove_labels_by_unique_attribute(
|
3422 | 3418 | in labels set are non-existing labels, they will be ignored, only existing
|
3423 | 3419 | labels will be removed. In addition to the typeName path parameter, attribute
|
3424 | 3420 | key-value pair(s) can be provided in the following format:
|
3425 |
| - attr:\\ :code:`<attrName>`=\\ :code:`<attrValue>`. NOTE: The attrName and attrValue should be |
3426 |
| - unique |
| 3421 | + attr:<attrName>=<attrValue>. NOTE: The attrName and attrValue should be unique |
3427 | 3422 | across entities, eg. qualifiedName. The REST request would look something like
|
3428 | 3423 | this: DELETE
|
3429 | 3424 | /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue.
|
@@ -3510,7 +3505,7 @@ async def set_labels_by_unique_attribute(
|
3510 | 3505 |
|
3511 | 3506 | In addition to the
|
3512 | 3507 | typeName path parameter, attribute key-value pair(s) can be provided in the
|
3513 |
| - following format: attr:\\ :code:`<attrName>`=\\ :code:`<attrValue>`. |
| 3508 | + following format: attr:<attrName>=<attrValue>. |
3514 | 3509 |
|
3515 | 3510 | NOTE: The attrName and
|
3516 | 3511 | attrValue should be unique across entities, eg. qualifiedName.
|
@@ -3552,7 +3547,7 @@ async def set_labels_by_unique_attribute(
|
3552 | 3547 |
|
3553 | 3548 | In addition to the
|
3554 | 3549 | typeName path parameter, attribute key-value pair(s) can be provided in the
|
3555 |
| - following format: attr:\\ :code:`<attrName>`=\\ :code:`<attrValue>`. |
| 3550 | + following format: attr:<attrName>=<attrValue>. |
3556 | 3551 |
|
3557 | 3552 | NOTE: The attrName and
|
3558 | 3553 | attrValue should be unique across entities, eg. qualifiedName.
|
@@ -3593,7 +3588,7 @@ async def set_labels_by_unique_attribute(
|
3593 | 3588 |
|
3594 | 3589 | In addition to the
|
3595 | 3590 | typeName path parameter, attribute key-value pair(s) can be provided in the
|
3596 |
| - following format: attr:\\ :code:`<attrName>`=\\ :code:`<attrValue>`. |
| 3591 | + following format: attr:<attrName>=<attrValue>. |
3597 | 3592 |
|
3598 | 3593 | NOTE: The attrName and
|
3599 | 3594 | attrValue should be unique across entities, eg. qualifiedName.
|
@@ -3684,7 +3679,7 @@ async def add_labels_by_unique_attribute(
|
3684 | 3679 |
|
3685 | 3680 | In addition to
|
3686 | 3681 | the typeName path parameter, attribute key-value pair(s) can be provided in the
|
3687 |
| - following format: attr:\\ :code:`<attrName>`=\\ :code:`<attrValue>`. |
| 3682 | + following format: attr:<attrName>=<attrValue>. |
3688 | 3683 |
|
3689 | 3684 | NOTE: The attrName and
|
3690 | 3685 | attrValue should be unique across entities, eg. qualifiedName.
|
@@ -3726,7 +3721,7 @@ async def add_labels_by_unique_attribute(
|
3726 | 3721 |
|
3727 | 3722 | In addition to
|
3728 | 3723 | the typeName path parameter, attribute key-value pair(s) can be provided in the
|
3729 |
| - following format: attr:\\ :code:`<attrName>`=\\ :code:`<attrValue>`. |
| 3724 | + following format: attr:<attrName>=<attrValue>. |
3730 | 3725 |
|
3731 | 3726 | NOTE: The attrName and
|
3732 | 3727 | attrValue should be unique across entities, eg. qualifiedName.
|
@@ -3767,7 +3762,7 @@ async def add_labels_by_unique_attribute(
|
3767 | 3762 |
|
3768 | 3763 | In addition to
|
3769 | 3764 | the typeName path parameter, attribute key-value pair(s) can be provided in the
|
3770 |
| - following format: attr:\\ :code:`<attrName>`=\\ :code:`<attrValue>`. |
| 3765 | + following format: attr:<attrName>=<attrValue>. |
3771 | 3766 |
|
3772 | 3767 | NOTE: The attrName and
|
3773 | 3768 | attrValue should be unique across entities, eg. qualifiedName.
|
|
0 commit comments