Skip to content

Commit e9c6463

Browse files
DEVOPS-60 azure rbac role assiignment init commit
1 parent 925a5d4 commit e9c6463

File tree

4 files changed

+480
-1
lines changed

4 files changed

+480
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,5 @@ cython_debug/
157157
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
158158
# and can be added to the global gitignore or merged into this file. For a more nuclear
159159
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
160-
#.idea/
160+
.idea/
161+
*.json

Pipfile

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)