azure-assign
Advanced tools
Comparing version 0.0.1 to 0.0.2
# azure-assign change log | ||
## Version 0.0.2 | ||
- Update README.md file. | ||
## Version 0.0.1 | ||
- Initial commit. |
{ | ||
"name": "azure-assign", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Assign application roles to security groups for Azure Active Directory applications", | ||
@@ -5,0 +5,0 @@ "main": "azure-assign.js", |
@@ -64,3 +64,3 @@ # azure-assign | ||
Note that we use the group ID, and not the display name as this can be easily changed in the Azure portal. You can add as many applications as you like. They can each have their group and role assignments. The groups and roles need not be the same for each application. | ||
Note that we use the group ID, and not the display name as this can be easily changed in the Azure portal. You can add as many applications as you like. They can each have their own group and role assignments. The groups and roles need not be the same for each application. | ||
@@ -83,3 +83,3 @@ ## Execution | ||
var assignRoles = require('azure-assign'), | ||
assignments = require('./assighments'); | ||
assignments = require('./assignments'); | ||
@@ -107,2 +107,6 @@ assignRoles(assignments, function (err, modifications) { | ||
## Limitations | ||
The assignments file is not checked for correctness. If property names are not correct or missing, exceptions are thrown that may not point to the actual error in the assignments file. | ||
## License | ||
@@ -109,0 +113,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20781
122