-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug Fix for Issue: Patch Operation on a group is removing all the use…
…rs and groups #5
- Loading branch information
1 parent
230de1a
commit 0826ba8
Showing
3 changed files
with
11 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "nestedaaddb" | ||
version = "0.1.0" | ||
version = "0.1.4" | ||
description = "A package that allows to sync Nested AAD Group to DataBricks" | ||
readme = "README.md" | ||
authors = [{ name = "Abhishek Pratap Singh", email = "[email protected]" }] | ||
|
@@ -15,6 +15,6 @@ classifiers = [ | |
"Programming Language :: Python :: 3", | ||
] | ||
keywords = ['Databricks', 'SCIM', 'nested AAD'] | ||
dependencies = ['azure-core', 'azure-identity'] | ||
dependencies = ['azure-core', 'azure-identity','msgraph-core'] | ||
requires-python = ">=3.7" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
azure-identity | ||
msgraph-core |