mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
fix(Microsoft Entra ID Node): Change Micosoft typo with Microsoft (#14452)
This commit is contained in:
@@ -20,9 +20,9 @@ export class MicrosoftEntra implements INodeType {
|
|||||||
group: ['transform'],
|
group: ['transform'],
|
||||||
version: 1,
|
version: 1,
|
||||||
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
||||||
description: 'Interact with Micosoft Entra ID API',
|
description: 'Interact with Microsoft Entra ID API',
|
||||||
defaults: {
|
defaults: {
|
||||||
name: 'Micosoft Entra ID',
|
name: 'Microsoft Entra ID',
|
||||||
},
|
},
|
||||||
usableAsTool: true,
|
usableAsTool: true,
|
||||||
inputs: [NodeConnectionTypes.Main],
|
inputs: [NodeConnectionTypes.Main],
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
typeVersion: 1,
|
typeVersion: 1,
|
||||||
position: [220, 0],
|
position: [220, 0],
|
||||||
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
||||||
name: 'Micosoft Entra ID',
|
name: 'Microsoft Entra ID',
|
||||||
credentials: {
|
credentials: {
|
||||||
microsoftEntraOAuth2Api: {
|
microsoftEntraOAuth2Api: {
|
||||||
id: 'Hot2KwSMSoSmMVqd',
|
id: 'Hot2KwSMSoSmMVqd',
|
||||||
@@ -61,7 +61,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
main: [
|
main: [
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
node: 'Micosoft Entra ID',
|
node: 'Microsoft Entra ID',
|
||||||
type: NodeConnectionTypes.Main,
|
type: NodeConnectionTypes.Main,
|
||||||
index: 0,
|
index: 0,
|
||||||
},
|
},
|
||||||
@@ -73,7 +73,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
nodeData: {
|
nodeData: {
|
||||||
'Micosoft Entra ID': [microsoftEntraNodeResponse.createGroup],
|
'Microsoft Entra ID': [microsoftEntraNodeResponse.createGroup],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
nock: {
|
nock: {
|
||||||
@@ -138,7 +138,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
typeVersion: 1,
|
typeVersion: 1,
|
||||||
position: [220, 0],
|
position: [220, 0],
|
||||||
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
||||||
name: 'Micosoft Entra ID',
|
name: 'Microsoft Entra ID',
|
||||||
credentials: {
|
credentials: {
|
||||||
microsoftEntraOAuth2Api: {
|
microsoftEntraOAuth2Api: {
|
||||||
id: 'Hot2KwSMSoSmMVqd',
|
id: 'Hot2KwSMSoSmMVqd',
|
||||||
@@ -152,7 +152,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
main: [
|
main: [
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
node: 'Micosoft Entra ID',
|
node: 'Microsoft Entra ID',
|
||||||
type: NodeConnectionTypes.Main,
|
type: NodeConnectionTypes.Main,
|
||||||
index: 0,
|
index: 0,
|
||||||
},
|
},
|
||||||
@@ -164,7 +164,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
nodeData: {
|
nodeData: {
|
||||||
'Micosoft Entra ID': [microsoftEntraNodeResponse.deleteGroup],
|
'Microsoft Entra ID': [microsoftEntraNodeResponse.deleteGroup],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
nock: {
|
nock: {
|
||||||
@@ -208,7 +208,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
typeVersion: 1,
|
typeVersion: 1,
|
||||||
position: [220, 0],
|
position: [220, 0],
|
||||||
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
||||||
name: 'Micosoft Entra ID',
|
name: 'Microsoft Entra ID',
|
||||||
credentials: {
|
credentials: {
|
||||||
microsoftEntraOAuth2Api: {
|
microsoftEntraOAuth2Api: {
|
||||||
id: 'Hot2KwSMSoSmMVqd',
|
id: 'Hot2KwSMSoSmMVqd',
|
||||||
@@ -222,7 +222,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
main: [
|
main: [
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
node: 'Micosoft Entra ID',
|
node: 'Microsoft Entra ID',
|
||||||
type: NodeConnectionTypes.Main,
|
type: NodeConnectionTypes.Main,
|
||||||
index: 0,
|
index: 0,
|
||||||
},
|
},
|
||||||
@@ -234,7 +234,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
nodeData: {
|
nodeData: {
|
||||||
'Micosoft Entra ID': [microsoftEntraNodeResponse.getGroup],
|
'Microsoft Entra ID': [microsoftEntraNodeResponse.getGroup],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
nock: {
|
nock: {
|
||||||
@@ -324,7 +324,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
typeVersion: 1,
|
typeVersion: 1,
|
||||||
position: [220, 0],
|
position: [220, 0],
|
||||||
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
||||||
name: 'Micosoft Entra ID',
|
name: 'Microsoft Entra ID',
|
||||||
credentials: {
|
credentials: {
|
||||||
microsoftEntraOAuth2Api: {
|
microsoftEntraOAuth2Api: {
|
||||||
id: 'Hot2KwSMSoSmMVqd',
|
id: 'Hot2KwSMSoSmMVqd',
|
||||||
@@ -338,7 +338,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
main: [
|
main: [
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
node: 'Micosoft Entra ID',
|
node: 'Microsoft Entra ID',
|
||||||
type: NodeConnectionTypes.Main,
|
type: NodeConnectionTypes.Main,
|
||||||
index: 0,
|
index: 0,
|
||||||
},
|
},
|
||||||
@@ -350,7 +350,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
nodeData: {
|
nodeData: {
|
||||||
'Micosoft Entra ID': [microsoftEntraNodeResponse.getGroupWithProperties],
|
'Microsoft Entra ID': [microsoftEntraNodeResponse.getGroupWithProperties],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
nock: {
|
nock: {
|
||||||
@@ -391,7 +391,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
typeVersion: 1,
|
typeVersion: 1,
|
||||||
position: [220, 0],
|
position: [220, 0],
|
||||||
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
||||||
name: 'Micosoft Entra ID',
|
name: 'Microsoft Entra ID',
|
||||||
credentials: {
|
credentials: {
|
||||||
microsoftEntraOAuth2Api: {
|
microsoftEntraOAuth2Api: {
|
||||||
id: 'Hot2KwSMSoSmMVqd',
|
id: 'Hot2KwSMSoSmMVqd',
|
||||||
@@ -405,7 +405,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
main: [
|
main: [
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
node: 'Micosoft Entra ID',
|
node: 'Microsoft Entra ID',
|
||||||
type: NodeConnectionTypes.Main,
|
type: NodeConnectionTypes.Main,
|
||||||
index: 0,
|
index: 0,
|
||||||
},
|
},
|
||||||
@@ -417,7 +417,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
nodeData: {
|
nodeData: {
|
||||||
'Micosoft Entra ID': [new Array(102).fill(microsoftEntraNodeResponse.getGroup[0])],
|
'Microsoft Entra ID': [new Array(102).fill(microsoftEntraNodeResponse.getGroup[0])],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
nock: {
|
nock: {
|
||||||
@@ -472,7 +472,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
typeVersion: 1,
|
typeVersion: 1,
|
||||||
position: [220, 0],
|
position: [220, 0],
|
||||||
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
||||||
name: 'Micosoft Entra ID',
|
name: 'Microsoft Entra ID',
|
||||||
credentials: {
|
credentials: {
|
||||||
microsoftEntraOAuth2Api: {
|
microsoftEntraOAuth2Api: {
|
||||||
id: 'Hot2KwSMSoSmMVqd',
|
id: 'Hot2KwSMSoSmMVqd',
|
||||||
@@ -486,7 +486,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
main: [
|
main: [
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
node: 'Micosoft Entra ID',
|
node: 'Microsoft Entra ID',
|
||||||
type: NodeConnectionTypes.Main,
|
type: NodeConnectionTypes.Main,
|
||||||
index: 0,
|
index: 0,
|
||||||
},
|
},
|
||||||
@@ -498,7 +498,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
nodeData: {
|
nodeData: {
|
||||||
'Micosoft Entra ID': [new Array(10).fill(microsoftEntraNodeResponse.getGroup[0])],
|
'Microsoft Entra ID': [new Array(10).fill(microsoftEntraNodeResponse.getGroup[0])],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
nock: {
|
nock: {
|
||||||
@@ -580,7 +580,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
typeVersion: 1,
|
typeVersion: 1,
|
||||||
position: [220, 0],
|
position: [220, 0],
|
||||||
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
||||||
name: 'Micosoft Entra ID',
|
name: 'Microsoft Entra ID',
|
||||||
credentials: {
|
credentials: {
|
||||||
microsoftEntraOAuth2Api: {
|
microsoftEntraOAuth2Api: {
|
||||||
id: 'Hot2KwSMSoSmMVqd',
|
id: 'Hot2KwSMSoSmMVqd',
|
||||||
@@ -594,7 +594,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
main: [
|
main: [
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
node: 'Micosoft Entra ID',
|
node: 'Microsoft Entra ID',
|
||||||
type: NodeConnectionTypes.Main,
|
type: NodeConnectionTypes.Main,
|
||||||
index: 0,
|
index: 0,
|
||||||
},
|
},
|
||||||
@@ -606,7 +606,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
nodeData: {
|
nodeData: {
|
||||||
'Micosoft Entra ID': [
|
'Microsoft Entra ID': [
|
||||||
new Array(102).fill(microsoftEntraNodeResponse.getGroupWithProperties[0]),
|
new Array(102).fill(microsoftEntraNodeResponse.getGroupWithProperties[0]),
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -678,7 +678,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
typeVersion: 1,
|
typeVersion: 1,
|
||||||
position: [220, 0],
|
position: [220, 0],
|
||||||
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
||||||
name: 'Micosoft Entra ID',
|
name: 'Microsoft Entra ID',
|
||||||
credentials: {
|
credentials: {
|
||||||
microsoftEntraOAuth2Api: {
|
microsoftEntraOAuth2Api: {
|
||||||
id: 'Hot2KwSMSoSmMVqd',
|
id: 'Hot2KwSMSoSmMVqd',
|
||||||
@@ -692,7 +692,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
main: [
|
main: [
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
node: 'Micosoft Entra ID',
|
node: 'Microsoft Entra ID',
|
||||||
type: NodeConnectionTypes.Main,
|
type: NodeConnectionTypes.Main,
|
||||||
index: 0,
|
index: 0,
|
||||||
},
|
},
|
||||||
@@ -704,7 +704,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
nodeData: {
|
nodeData: {
|
||||||
'Micosoft Entra ID': [microsoftEntraNodeResponse.updateGroup],
|
'Microsoft Entra ID': [microsoftEntraNodeResponse.updateGroup],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
nock: {
|
nock: {
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
typeVersion: 1,
|
typeVersion: 1,
|
||||||
position: [220, 0],
|
position: [220, 0],
|
||||||
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
||||||
name: 'Micosoft Entra ID',
|
name: 'Microsoft Entra ID',
|
||||||
credentials: {
|
credentials: {
|
||||||
microsoftEntraOAuth2Api: {
|
microsoftEntraOAuth2Api: {
|
||||||
id: 'Hot2KwSMSoSmMVqd',
|
id: 'Hot2KwSMSoSmMVqd',
|
||||||
@@ -64,7 +64,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
main: [
|
main: [
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
node: 'Micosoft Entra ID',
|
node: 'Microsoft Entra ID',
|
||||||
type: NodeConnectionTypes.Main,
|
type: NodeConnectionTypes.Main,
|
||||||
index: 0,
|
index: 0,
|
||||||
},
|
},
|
||||||
@@ -76,7 +76,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
nodeData: {
|
nodeData: {
|
||||||
'Micosoft Entra ID': [microsoftEntraNodeResponse.getGroup],
|
'Microsoft Entra ID': [microsoftEntraNodeResponse.getGroup],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
nock: {
|
nock: {
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
typeVersion: 1,
|
typeVersion: 1,
|
||||||
position: [220, 0],
|
position: [220, 0],
|
||||||
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
||||||
name: 'Micosoft Entra ID',
|
name: 'Microsoft Entra ID',
|
||||||
credentials: {
|
credentials: {
|
||||||
microsoftEntraOAuth2Api: {
|
microsoftEntraOAuth2Api: {
|
||||||
id: 'Hot2KwSMSoSmMVqd',
|
id: 'Hot2KwSMSoSmMVqd',
|
||||||
@@ -56,7 +56,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
main: [
|
main: [
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
node: 'Micosoft Entra ID',
|
node: 'Microsoft Entra ID',
|
||||||
type: NodeConnectionTypes.Main,
|
type: NodeConnectionTypes.Main,
|
||||||
index: 0,
|
index: 0,
|
||||||
},
|
},
|
||||||
@@ -68,7 +68,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
nodeData: {
|
nodeData: {
|
||||||
'Micosoft Entra ID': [microsoftEntraNodeResponse.addUserToGroup],
|
'Microsoft Entra ID': [microsoftEntraNodeResponse.addUserToGroup],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
nock: {
|
nock: {
|
||||||
@@ -156,7 +156,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
typeVersion: 1,
|
typeVersion: 1,
|
||||||
position: [220, 0],
|
position: [220, 0],
|
||||||
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
||||||
name: 'Micosoft Entra ID',
|
name: 'Microsoft Entra ID',
|
||||||
credentials: {
|
credentials: {
|
||||||
microsoftEntraOAuth2Api: {
|
microsoftEntraOAuth2Api: {
|
||||||
id: 'Hot2KwSMSoSmMVqd',
|
id: 'Hot2KwSMSoSmMVqd',
|
||||||
@@ -170,7 +170,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
main: [
|
main: [
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
node: 'Micosoft Entra ID',
|
node: 'Microsoft Entra ID',
|
||||||
type: NodeConnectionTypes.Main,
|
type: NodeConnectionTypes.Main,
|
||||||
index: 0,
|
index: 0,
|
||||||
},
|
},
|
||||||
@@ -182,7 +182,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
nodeData: {
|
nodeData: {
|
||||||
'Micosoft Entra ID': [microsoftEntraNodeResponse.createUser],
|
'Microsoft Entra ID': [microsoftEntraNodeResponse.createUser],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
nock: {
|
nock: {
|
||||||
@@ -292,7 +292,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
typeVersion: 1,
|
typeVersion: 1,
|
||||||
position: [220, 0],
|
position: [220, 0],
|
||||||
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
||||||
name: 'Micosoft Entra ID',
|
name: 'Microsoft Entra ID',
|
||||||
credentials: {
|
credentials: {
|
||||||
microsoftEntraOAuth2Api: {
|
microsoftEntraOAuth2Api: {
|
||||||
id: 'Hot2KwSMSoSmMVqd',
|
id: 'Hot2KwSMSoSmMVqd',
|
||||||
@@ -306,7 +306,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
main: [
|
main: [
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
node: 'Micosoft Entra ID',
|
node: 'Microsoft Entra ID',
|
||||||
type: NodeConnectionTypes.Main,
|
type: NodeConnectionTypes.Main,
|
||||||
index: 0,
|
index: 0,
|
||||||
},
|
},
|
||||||
@@ -318,7 +318,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
nodeData: {
|
nodeData: {
|
||||||
'Micosoft Entra ID': [microsoftEntraNodeResponse.deleteUser],
|
'Microsoft Entra ID': [microsoftEntraNodeResponse.deleteUser],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
nock: {
|
nock: {
|
||||||
@@ -362,7 +362,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
typeVersion: 1,
|
typeVersion: 1,
|
||||||
position: [220, 0],
|
position: [220, 0],
|
||||||
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
||||||
name: 'Micosoft Entra ID',
|
name: 'Microsoft Entra ID',
|
||||||
credentials: {
|
credentials: {
|
||||||
microsoftEntraOAuth2Api: {
|
microsoftEntraOAuth2Api: {
|
||||||
id: 'Hot2KwSMSoSmMVqd',
|
id: 'Hot2KwSMSoSmMVqd',
|
||||||
@@ -376,7 +376,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
main: [
|
main: [
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
node: 'Micosoft Entra ID',
|
node: 'Microsoft Entra ID',
|
||||||
type: NodeConnectionTypes.Main,
|
type: NodeConnectionTypes.Main,
|
||||||
index: 0,
|
index: 0,
|
||||||
},
|
},
|
||||||
@@ -388,7 +388,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
nodeData: {
|
nodeData: {
|
||||||
'Micosoft Entra ID': [microsoftEntraNodeResponse.getUser],
|
'Microsoft Entra ID': [microsoftEntraNodeResponse.getUser],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
nock: {
|
nock: {
|
||||||
@@ -509,7 +509,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
typeVersion: 1,
|
typeVersion: 1,
|
||||||
position: [220, 0],
|
position: [220, 0],
|
||||||
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
||||||
name: 'Micosoft Entra ID',
|
name: 'Microsoft Entra ID',
|
||||||
credentials: {
|
credentials: {
|
||||||
microsoftEntraOAuth2Api: {
|
microsoftEntraOAuth2Api: {
|
||||||
id: 'Hot2KwSMSoSmMVqd',
|
id: 'Hot2KwSMSoSmMVqd',
|
||||||
@@ -523,7 +523,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
main: [
|
main: [
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
node: 'Micosoft Entra ID',
|
node: 'Microsoft Entra ID',
|
||||||
type: NodeConnectionTypes.Main,
|
type: NodeConnectionTypes.Main,
|
||||||
index: 0,
|
index: 0,
|
||||||
},
|
},
|
||||||
@@ -535,7 +535,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
nodeData: {
|
nodeData: {
|
||||||
'Micosoft Entra ID': [
|
'Microsoft Entra ID': [
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
json: {
|
json: {
|
||||||
@@ -589,7 +589,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
typeVersion: 1,
|
typeVersion: 1,
|
||||||
position: [220, 0],
|
position: [220, 0],
|
||||||
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
||||||
name: 'Micosoft Entra ID',
|
name: 'Microsoft Entra ID',
|
||||||
credentials: {
|
credentials: {
|
||||||
microsoftEntraOAuth2Api: {
|
microsoftEntraOAuth2Api: {
|
||||||
id: 'Hot2KwSMSoSmMVqd',
|
id: 'Hot2KwSMSoSmMVqd',
|
||||||
@@ -603,7 +603,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
main: [
|
main: [
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
node: 'Micosoft Entra ID',
|
node: 'Microsoft Entra ID',
|
||||||
type: NodeConnectionTypes.Main,
|
type: NodeConnectionTypes.Main,
|
||||||
index: 0,
|
index: 0,
|
||||||
},
|
},
|
||||||
@@ -615,7 +615,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
nodeData: {
|
nodeData: {
|
||||||
'Micosoft Entra ID': [new Array(102).fill(microsoftEntraNodeResponse.getUser[0])],
|
'Microsoft Entra ID': [new Array(102).fill(microsoftEntraNodeResponse.getUser[0])],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
nock: {
|
nock: {
|
||||||
@@ -670,7 +670,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
typeVersion: 1,
|
typeVersion: 1,
|
||||||
position: [220, 0],
|
position: [220, 0],
|
||||||
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
||||||
name: 'Micosoft Entra ID',
|
name: 'Microsoft Entra ID',
|
||||||
credentials: {
|
credentials: {
|
||||||
microsoftEntraOAuth2Api: {
|
microsoftEntraOAuth2Api: {
|
||||||
id: 'Hot2KwSMSoSmMVqd',
|
id: 'Hot2KwSMSoSmMVqd',
|
||||||
@@ -684,7 +684,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
main: [
|
main: [
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
node: 'Micosoft Entra ID',
|
node: 'Microsoft Entra ID',
|
||||||
type: NodeConnectionTypes.Main,
|
type: NodeConnectionTypes.Main,
|
||||||
index: 0,
|
index: 0,
|
||||||
},
|
},
|
||||||
@@ -696,7 +696,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
nodeData: {
|
nodeData: {
|
||||||
'Micosoft Entra ID': [new Array(10).fill(microsoftEntraNodeResponse.getUser[0])],
|
'Microsoft Entra ID': [new Array(10).fill(microsoftEntraNodeResponse.getUser[0])],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
nock: {
|
nock: {
|
||||||
@@ -809,7 +809,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
typeVersion: 1,
|
typeVersion: 1,
|
||||||
position: [220, 0],
|
position: [220, 0],
|
||||||
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
||||||
name: 'Micosoft Entra ID',
|
name: 'Microsoft Entra ID',
|
||||||
credentials: {
|
credentials: {
|
||||||
microsoftEntraOAuth2Api: {
|
microsoftEntraOAuth2Api: {
|
||||||
id: 'Hot2KwSMSoSmMVqd',
|
id: 'Hot2KwSMSoSmMVqd',
|
||||||
@@ -823,7 +823,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
main: [
|
main: [
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
node: 'Micosoft Entra ID',
|
node: 'Microsoft Entra ID',
|
||||||
type: NodeConnectionTypes.Main,
|
type: NodeConnectionTypes.Main,
|
||||||
index: 0,
|
index: 0,
|
||||||
},
|
},
|
||||||
@@ -835,7 +835,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
nodeData: {
|
nodeData: {
|
||||||
'Micosoft Entra ID': [
|
'Microsoft Entra ID': [
|
||||||
new Array(102).fill({
|
new Array(102).fill({
|
||||||
json: {
|
json: {
|
||||||
'@odata.context': 'https://graph.microsoft.com/v1.0/$metadata#users(id)/$entity',
|
'@odata.context': 'https://graph.microsoft.com/v1.0/$metadata#users(id)/$entity',
|
||||||
@@ -910,7 +910,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
typeVersion: 1,
|
typeVersion: 1,
|
||||||
position: [220, 0],
|
position: [220, 0],
|
||||||
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
||||||
name: 'Micosoft Entra ID',
|
name: 'Microsoft Entra ID',
|
||||||
credentials: {
|
credentials: {
|
||||||
microsoftEntraOAuth2Api: {
|
microsoftEntraOAuth2Api: {
|
||||||
id: 'Hot2KwSMSoSmMVqd',
|
id: 'Hot2KwSMSoSmMVqd',
|
||||||
@@ -924,7 +924,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
main: [
|
main: [
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
node: 'Micosoft Entra ID',
|
node: 'Microsoft Entra ID',
|
||||||
type: NodeConnectionTypes.Main,
|
type: NodeConnectionTypes.Main,
|
||||||
index: 0,
|
index: 0,
|
||||||
},
|
},
|
||||||
@@ -936,7 +936,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
nodeData: {
|
nodeData: {
|
||||||
'Micosoft Entra ID': [microsoftEntraNodeResponse.removeUserFromGroup],
|
'Microsoft Entra ID': [microsoftEntraNodeResponse.removeUserFromGroup],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
nock: {
|
nock: {
|
||||||
@@ -1027,7 +1027,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
typeVersion: 1,
|
typeVersion: 1,
|
||||||
position: [220, 0],
|
position: [220, 0],
|
||||||
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
||||||
name: 'Micosoft Entra ID',
|
name: 'Microsoft Entra ID',
|
||||||
credentials: {
|
credentials: {
|
||||||
microsoftEntraOAuth2Api: {
|
microsoftEntraOAuth2Api: {
|
||||||
id: 'Hot2KwSMSoSmMVqd',
|
id: 'Hot2KwSMSoSmMVqd',
|
||||||
@@ -1041,7 +1041,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
main: [
|
main: [
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
node: 'Micosoft Entra ID',
|
node: 'Microsoft Entra ID',
|
||||||
type: NodeConnectionTypes.Main,
|
type: NodeConnectionTypes.Main,
|
||||||
index: 0,
|
index: 0,
|
||||||
},
|
},
|
||||||
@@ -1053,7 +1053,7 @@ describe('Microsoft Entra Node', () => {
|
|||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
nodeData: {
|
nodeData: {
|
||||||
'Micosoft Entra ID': [microsoftEntraNodeResponse.updateUser],
|
'Microsoft Entra ID': [microsoftEntraNodeResponse.updateUser],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
nock: {
|
nock: {
|
||||||
|
|||||||
Reference in New Issue
Block a user