Skip to content

Commit 54ee39a

Browse files
authored
Rename permissionsToIgnore to permissionsToExclude for GraphMinimalPe… (#1338)
* Rename permissionsToIgnore to permissionsToExclude for GraphMinimalPermissionsGuidancePlugin schema * Rename permissionsToIgnore to permissionsToExclude for all GraphMinimalPermissionsGuidancePlugin schemas
1 parent d497d00 commit 54ee39a

8 files changed

+32
-22
lines changed

schemas/v0.25.0/graphminimalpermissionsguidanceplugin.schema.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@
66
"$schema": {
77
"type": "string"
88
},
9-
"permissionsToIgnore": {
9+
"permissionsToExclude": {
1010
"type": "array",
1111
"items": {
1212
"type": "string"
13-
}
13+
},
14+
"description": "The scopes to ignore and not include in the report. Default: ['profile', 'openid', 'offline_access', 'email'].",
15+
"default": ["profile", "openid", "offline_access", "email"]
1416
}
1517
},
1618
"additionalProperties": false

schemas/v0.26.0/graphminimalpermissionsguidanceplugin.schema.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@
66
"$schema": {
77
"type": "string"
88
},
9-
"permissionsToIgnore": {
9+
"permissionsToExclude": {
1010
"type": "array",
1111
"items": {
1212
"type": "string"
13-
}
13+
},
14+
"description": "The scopes to ignore and not include in the report. Default: ['profile', 'openid', 'offline_access', 'email'].",
15+
"default": ["profile", "openid", "offline_access", "email"]
1416
}
1517
},
1618
"additionalProperties": false

schemas/v0.27.0/graphminimalpermissionsguidanceplugin.schema.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@
77
"type": "string",
88
"description": "Reference to the JSON schema definition."
99
},
10-
"permissionsToIgnore": {
10+
"permissionsToExclude": {
1111
"type": "array",
12-
"description": "The scopes to ignore and not include in the report. Default: ['profile', 'openid', 'offline_access', 'email'].",
1312
"items": {
1413
"type": "string"
15-
}
14+
},
15+
"description": "The scopes to ignore and not include in the report. Default: ['profile', 'openid', 'offline_access', 'email'].",
16+
"default": ["profile", "openid", "offline_access", "email"]
1617
}
1718
},
1819
"additionalProperties": false

schemas/v0.28.0/graphminimalpermissionsguidanceplugin.schema.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@
77
"type": "string",
88
"description": "Reference to the JSON schema definition."
99
},
10-
"permissionsToIgnore": {
10+
"permissionsToExclude": {
1111
"type": "array",
12-
"description": "The scopes to ignore and not include in the report. Default: ['profile', 'openid', 'offline_access', 'email'].",
1312
"items": {
1413
"type": "string"
15-
}
14+
},
15+
"description": "The scopes to ignore and not include in the report. Default: ['profile', 'openid', 'offline_access', 'email'].",
16+
"default": ["profile", "openid", "offline_access", "email"]
1617
}
1718
},
1819
"additionalProperties": false

schemas/v0.29.0/graphminimalpermissionsguidanceplugin.schema.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@
77
"type": "string",
88
"description": "Reference to the JSON schema definition."
99
},
10-
"permissionsToIgnore": {
10+
"permissionsToExclude": {
1111
"type": "array",
12-
"description": "The scopes to ignore and not include in the report. Default: ['profile', 'openid', 'offline_access', 'email'].",
1312
"items": {
1413
"type": "string"
15-
}
14+
},
15+
"description": "The scopes to ignore and not include in the report. Default: ['profile', 'openid', 'offline_access', 'email'].",
16+
"default": ["profile", "openid", "offline_access", "email"]
1617
}
1718
},
1819
"additionalProperties": false

schemas/v0.29.1/graphminimalpermissionsguidanceplugin.schema.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@
77
"type": "string",
88
"description": "Reference to the JSON schema definition."
99
},
10-
"permissionsToIgnore": {
10+
"permissionsToExclude": {
1111
"type": "array",
12-
"description": "The scopes to ignore and not include in the report. Default: ['profile', 'openid', 'offline_access', 'email'].",
1312
"items": {
1413
"type": "string"
15-
}
14+
},
15+
"description": "The scopes to ignore and not include in the report. Default: ['profile', 'openid', 'offline_access', 'email'].",
16+
"default": ["profile", "openid", "offline_access", "email"]
1617
}
1718
},
1819
"additionalProperties": false

schemas/v0.29.2/graphminimalpermissionsguidanceplugin.schema.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@
77
"type": "string",
88
"description": "Reference to the JSON schema definition."
99
},
10-
"permissionsToIgnore": {
10+
"permissionsToExclude": {
1111
"type": "array",
12-
"description": "The scopes to ignore and not include in the report. Default: ['profile', 'openid', 'offline_access', 'email'].",
1312
"items": {
1413
"type": "string"
15-
}
14+
},
15+
"description": "The scopes to ignore and not include in the report. Default: ['profile', 'openid', 'offline_access', 'email'].",
16+
"default": ["profile", "openid", "offline_access", "email"]
1617
}
1718
},
1819
"additionalProperties": false

schemas/v1.0.0/graphminimalpermissionsguidanceplugin.schema.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@
77
"type": "string",
88
"description": "Reference to the JSON schema definition."
99
},
10-
"permissionsToIgnore": {
10+
"permissionsToExclude": {
1111
"type": "array",
12-
"description": "The scopes to ignore and not include in the report. Default: ['profile', 'openid', 'offline_access', 'email'].",
1312
"items": {
1413
"type": "string"
15-
}
14+
},
15+
"description": "The scopes to ignore and not include in the report. Default: ['profile', 'openid', 'offline_access', 'email'].",
16+
"default": ["profile", "openid", "offline_access", "email"]
1617
}
1718
},
1819
"additionalProperties": false

0 commit comments

Comments
 (0)