We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 925a5d4 commit e9c6463Copy full SHA for e9c6463
.gitignore
@@ -157,4 +157,5 @@ cython_debug/
157
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
158
# and can be added to the global gitignore or merged into this file. For a more nuclear
159
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
160
-#.idea/
+.idea/
161
+*.json
Pipfile
@@ -0,0 +1,15 @@
1
+[[source]]
2
+url = "https://pypi.org/simple"
3
+verify_ssl = true
4
+name = "pypi"
5
+
6
+[packages]
7
+azure-identity = "=1.16.0"
8
+argparse = "=1.4.0"
9
+python-dotenv = "=1.0.1"
10
+azure-mgmt-authorization = "=4.0.0"
11
+azure-mgmt-resource = "=23.0.1"
12
13
14
+[requires]
15
+python_version = "3"
0 commit comments