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
Copy file name to clipboardExpand all lines: sdk/baremetalinfrastructure/azure-mgmt-baremetalinfrastructure/README.md
+43-10Lines changed: 43 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,21 +8,54 @@ For a more complete view of Azure libraries, see the [azure sdk python release](
8
8
9
9
_Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_
10
10
11
-
#Usage
11
+
## Getting started
12
12
13
+
### Prerequisites
13
14
14
-
To learn how to use this package, see the [quickstart guide](https://aka.ms/azsdk/python/mgmt)
15
-
16
-
For docs and references, see [Python SDK References](https://docs.microsoft.com/python/api/overview/azure/)
17
-
Code samples for this package can be found at [Bare Metal Infrastructure Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com.
18
-
Additional code samples for different Azure services are available at [Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)
-[Search Bare Metal Infrastructure Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com
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
+5-14Lines changed: 5 additions & 14 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