Spaces:
Build error
Build error
Update requirements.txt
Browse files(https://pypi.python.org/pypi/azure-mgmt-compute) : Management of Virtual Machines, etc.
(https://pypi.python.org/pypi/azure-mgmt-storage) : Management of storage accounts.
(https://pypi.python.org/pypi/azure-mgmt-resource) : Generic package about Azure Resource Management (ARM)
(https://pypi.python.org/pypi/azure-keyvault-secrets) : Access to secrets in Key Vault
(https://pypi.python.org/pypi/azure-storage-blob) : Access to blobs in storage accounts
- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -1 +1,5 @@
|
|
1 |
-
azure
|
|
|
|
|
|
|
|
|
|
1 |
+
azure-mgmt-compute
|
2 |
+
azure-mgmt-storage
|
3 |
+
azure-mgmt-resource
|
4 |
+
azure-keyvault-secrets
|
5 |
+
azure-storage-blob
|