Skip to content

Commit 6f8fc1a

Browse files
committed
Merge branch 'master' of https://github.com/Azure/azure-sdk-for-python into device-update
* 'master' of https://github.com/Azure/azure-sdk-for-python: [device update] allow device update pylint failures (Azure#17034) fix build (Azure#17029)
2 parents e3ffa53 + 5d5bbe5 commit 6f8fc1a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

eng/.docsettings.yml

+1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ known_content_issues:
136136
- ['sdk/tables/azure-data-nspkg/README.md', 'nspkg and common']
137137
- ['sdk/cosmos/README.md', 'nspkg and common']
138138
- ['sdk/communication/azure-communication-nspkg/README.md', 'nspkg and common']
139+
- ['sdk/iothub/azure-iot-nspkg/README.md', 'nspkg and common']
139140
# HISTORY.rst
140141
- ['sdk/core/azure/HISTORY.rst','nspkg and common']
141142
- ['sdk/digitaltwins/azure-digitaltwins-nspkg/README.md', 'nspkg and common']

eng/tox/allowed_pylint_failures.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@
5050
"azure-synapse-nspkg",
5151
"azure-ai-anomalydetector",
5252
"azure-security-attestation",
53-
"azure-iot-deviceupdate"
53+
"azure-iot-deviceupdate",
5454
]

0 commit comments

Comments
 (0)