You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CodeGen from PR 23901 in Azure/azure-rest-api-specs
[Hub Generated] Publish private branch 'vaibmishra/onboardStorageResource' (Azure#23901)
* onboarding storage resource
* addressing failures from automated checks
* onboarding as a new resource provider instead of resoruce type
* addressing the checks
* addressign check fails x2
* addressing check fails x3
* resource onboarding in the same rp
* checks fail x1
* prettier fix
* swagger model validation check
* fix the pattern change
* support put, list, patch, delete api calls
* address checks x1
* put and delete api with 2xx code
* addressing check and restructure abmsi
* fixing checks again
* checks againnnn
* fixing PAYG and adding 201 for put
* try to fix lintdiff check
* check fails
* missed this file
* fixing the error response
* fixing the error response for bmi
Copy file name to clipboardExpand all lines: sdk/baremetalinfrastructure/azure-mgmt-baremetalinfrastructure/azure/mgmt/baremetalinfrastructure/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
14
14
try:
15
15
from ._patchimport__all__as_patch_all
16
-
from ._patchimport*# type: ignore # pylint: disable=unused-wildcard-import
16
+
from ._patchimport*# pylint: disable=unused-wildcard-import
Copy file name to clipboardExpand all lines: sdk/baremetalinfrastructure/azure-mgmt-baremetalinfrastructure/azure/mgmt/baremetalinfrastructure/_bare_metal_infrastructure_client.py
Copy file name to clipboardExpand all lines: sdk/baremetalinfrastructure/azure-mgmt-baremetalinfrastructure/azure/mgmt/baremetalinfrastructure/_configuration.py
+3-12Lines changed: 3 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,6 @@
6
6
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
0 commit comments