azure-assign
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -1,2 +0,2 @@ | ||
#!/bin/env node | ||
#!/usr/bin/env node | ||
@@ -3,0 +3,0 @@ var path = require('path'), |
# azure-assign change log | ||
## Version 0.0.5 | ||
- Changed the azure-graphapi dependency from 0.0.5 to 0.0.7. | ||
- Changed the async dependency from 0.9.0 to 1.3.0. | ||
- Changed /bin/env to /usr/bin/env in azure-assign.js. | ||
## Version 0.0.4 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "azure-assign", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Assign application roles to security groups for Azure Active Directory applications", | ||
@@ -26,5 +26,5 @@ "main": "azure-assign.js", | ||
"dependencies": { | ||
"async": "^0.9.0", | ||
"azure-graphapi": "0.0.5" | ||
"async": "^1.3.0", | ||
"azure-graphapi": "0.0.7" | ||
} | ||
} |
@@ -5,3 +5,3 @@ # azure-assign | ||
Latest Version: **0.0.3** | ||
v0.0.5 | ||
@@ -63,3 +63,3 @@ ## Scenario | ||
The credentials are the client ID and the secret application key for an Azure AD application that has been configured for directory reading and writing. (In this example, they are complely made-up values.) Note that is is quite likely that the application specified in the credentials and the application being configured are the same, as they are in this example. | ||
The credentials are the client ID and the secret application key for an Azure AD application that has been configured for directory reading and writing. (In this example, they are complely made-up values.) Note that it is quite likely that the application specified in the credentials and the application being configured are the same, as they are in this example. | ||
@@ -66,0 +66,0 @@ The last block is an array of one or more applications. Each is identified by its client ID and contains an array of assignments that describe which groups are assigned to what roles *for that application*. The roles are specified using the `value` property in the `appRoles` section of the application's manifest.json file. |
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
21210
+ Addedasync@1.5.2(transitive)
+ Addedazure-graphapi@0.0.7(transitive)
+ Addedstrformat@0.0.5(transitive)
- Removedasync@0.9.2(transitive)
- Removedazure-graphapi@0.0.5(transitive)
- Removedstrformat@0.0.3(transitive)
Updatedasync@^1.3.0
Updatedazure-graphapi@0.0.7