Skip to content

Commit

Permalink
add dependency to azure-mixedreality-authentication library (#21757)
Browse files Browse the repository at this point in the history
* add dependency to azure-mixedreality-authentication library

* add azure-mixedreality-authorization to shared_requirements.txt
  • Loading branch information
rikogeln authored Nov 15, 2021
1 parent 6341dc0 commit 772f197
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
]),
install_requires=[
'azure-core<2.0.0,>=1.6.0',
'azure-mixedreality-authentication>=1.0.0b1',
'msrest>=0.5.0'
],
extras_require={
Expand Down
2 changes: 2 additions & 0 deletions shared_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ azure-mgmt-trafficmanager~=0.50.0
azure-mgmt-web~=0.35.0
azure-messaging-nspkg
azure-mixedreality-nspkg
azure-mixedreality-authentication
azure-nspkg
azure-keyvault-nspkg
azure-media-nspkg
Expand Down Expand Up @@ -350,6 +351,7 @@ opentelemetry-sdk<2.0.0,>=1.5.0,!=1.10a0
#override azure-mgmt-containerinstance msrest>=0.6.21
#override azure-mgmt-recoveryservicessiterecovery msrest>=0.6.21
#override azure-mixedreality-remoterendering azure-core<2.0.0,>=1.6.0
#override azure-mixedreality-remoterendering azure-mixedreality-authentication>=1.0.0b1
#override azure-mgmt-batch msrest>=0.6.21
#override azure-batch msrest>=0.6.21
#override azure-mgmt-servicebus msrest>=0.6.21
Expand Down

0 comments on commit 772f197

Please sign in to comment.