Skip to content

Commit a542cc9

Browse files
authored
fix dependencies (Azure#19513)
1 parent 97e5b6e commit a542cc9

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History
22

3+
## 1.0.0b2 (2021-06-28)
4+
5+
* Fix dependencies
6+
37
## 1.0.0b1 (2020-09-22)
48

59
* Initial Release

sdk/baremetalinfrastructure/azure-mgmt-baremetalinfrastructure/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Microsoft Azure SDK for Python
22

3-
This is the Microsoft Azure MyService Management Client Library.
3+
This is the Microsoft Azure Baremetalinfrastructure Management Client Library.
44
This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8.
55
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
66

77

88
# Usage
99

10-
For code examples, see [MyService Management](https://docs.microsoft.com/python/api/overview/azure/)
10+
For code examples, see [Baremetalinfrastructure Management](https://docs.microsoft.com/python/api/overview/azure/)
1111
on docs.microsoft.com.
1212

1313

sdk/baremetalinfrastructure/azure-mgmt-baremetalinfrastructure/azure/mgmt/baremetalinfrastructure/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "1.0.0b1"
9+
VERSION = "1.0.0b2"

sdk/baremetalinfrastructure/azure-mgmt-baremetalinfrastructure/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# Change the PACKAGE_NAME only to change folder and different name
1515
PACKAGE_NAME = "azure-mgmt-baremetalinfrastructure"
16-
PACKAGE_PPRINT_NAME = "MyService Management"
16+
PACKAGE_PPRINT_NAME = "Baremetalinfrastructure Management"
1717

1818
# a-b-c => a/b/c
1919
package_folder_path = PACKAGE_NAME.replace('-', '/')
@@ -80,7 +80,7 @@
8080
'azure.mgmt',
8181
]),
8282
install_requires=[
83-
'msrest>=0.5.0',
83+
'msrest>=0.6.21',
8484
'azure-common~=1.1',
8585
'azure-mgmt-core>=1.2.0,<2.0.0',
8686
],

shared_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ opentelemetry-sdk<2.0.0,>=1.0.0
307307
#override azure-mgmt-containerregistry msrest>=0.6.21
308308
#override azure-mgmt-storagepool msrest>=0.6.21
309309
#override azure-mgmt-storageimportexport msrest>=0.6.21
310+
#override azure-mgmt-baremetalinfrastructure msrest>=0.6.21
310311
#override azure-mgmt-cognitiveservices msrest>=0.6.21
311312
#override azure-mgmt-hdinsight msrest>=0.6.21
312313
#override azure-mgmt-batchai msrest>=0.6.21

0 commit comments

Comments
 (0)