Skip to content

Commit 7920b52

Browse files
author
SDKAuto
committed
CodeGen from PR 32741 in Azure/azure-rest-api-specs
Merge 59699e9c7a7febd7e16a01e59e948b4241d812cf into 69339d9098a3110738a872aa0326246670f0b3f1
1 parent f1a476d commit 7920b52

File tree

10 files changed

+234
-121
lines changed

10 files changed

+234
-121
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"commit": "07da438f8dc690946b39511467744ed889434de5",
2+
"commit": "3350b3c1fe16b906adc33891c41ef8ace067c3dd",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
44
"typespec_src": "specification/databasewatcher/DatabaseWatcher.Management",
5-
"@azure-tools/typespec-python": "0.38.2"
5+
"@azure-tools/typespec-python": "0.38.4"
66
}

sdk/databasewatcher/azure-mgmt-databasewatcher/azure/mgmt/databasewatcher/_serialization.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# pylint: disable=too-many-lines
1+
# pylint: disable=line-too-long,useless-suppression,too-many-lines
22
# --------------------------------------------------------------------------
33
#
44
# Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1361,7 +1361,7 @@ def xml_key_extractor(attr, attr_desc, data): # pylint: disable=unused-argument
13611361
# Iter and wrapped, should have found one node only (the wrap one)
13621362
if len(children) != 1:
13631363
raise DeserializationError(
1364-
"Tried to deserialize an array not wrapped, and found several nodes '{}'. Maybe you should declare this array as wrapped?".format( # pylint: disable=line-too-long
1364+
"Tried to deserialize an array not wrapped, and found several nodes '{}'. Maybe you should declare this array as wrapped?".format(
13651365
xml_name
13661366
)
13671367
)

sdk/databasewatcher/azure-mgmt-databasewatcher/azure/mgmt/databasewatcher/models/_models.py

Lines changed: 201 additions & 93 deletions
Large diffs are not rendered by default.

sdk/databasewatcher/azure-mgmt-databasewatcher/azure/mgmt/databasewatcher/operations/_operations.py

Lines changed: 23 additions & 23 deletions
Large diffs are not rendered by default.

sdk/databasewatcher/azure-mgmt-databasewatcher/generated_samples/alert_rule_resources_create_or_update_maximum_set_gen.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# pylint: disable=line-too-long,useless-suppression
12
# coding=utf-8
23
# --------------------------------------------------------------------------
34
# Copyright (c) Microsoft Corporation. All rights reserved.

sdk/databasewatcher/azure-mgmt-databasewatcher/generated_samples/shared_private_link_resources_create_maximum_set_gen.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# pylint: disable=line-too-long,useless-suppression
12
# coding=utf-8
23
# --------------------------------------------------------------------------
34
# Copyright (c) Microsoft Corporation. All rights reserved.

sdk/databasewatcher/azure-mgmt-databasewatcher/generated_samples/targets_create_or_update_maximum_set_gen.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# pylint: disable=line-too-long,useless-suppression
12
# coding=utf-8
23
# --------------------------------------------------------------------------
34
# Copyright (c) Microsoft Corporation. All rights reserved.

sdk/databasewatcher/azure-mgmt-databasewatcher/generated_samples/watchers_create_or_update_maximum_set_gen.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# pylint: disable=line-too-long,useless-suppression
12
# coding=utf-8
23
# --------------------------------------------------------------------------
34
# Copyright (c) Microsoft Corporation. All rights reserved.

sdk/databasewatcher/azure-mgmt-databasewatcher/generated_samples/watchers_update_maximum_set_gen.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# pylint: disable=line-too-long,useless-suppression
12
# coding=utf-8
23
# --------------------------------------------------------------------------
34
# Copyright (c) Microsoft Corporation. All rights reserved.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
directory: specification/databasewatcher/DatabaseWatcher.Management
2-
commit: 07da438f8dc690946b39511467744ed889434de5
2+
commit: 3350b3c1fe16b906adc33891c41ef8ace067c3dd
33
repo: Azure/azure-rest-api-specs
44
additionalDirectories:

0 commit comments

Comments
 (0)