Skip to content

Commit a87e129

Browse files
Normalize enum names to lowercase in graphminimalpermissionsplugin schema (#1524)
Co-authored-by: Garry Trinder <garry@trinder365.co.uk>
1 parent 09cad38 commit a87e129

14 files changed

Lines changed: 40 additions & 40 deletions

schemas/v0.25.0/graphminimalpermissionsplugin.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"type": {
1010
"type": "string",
1111
"enum": [
12-
"Delegated",
13-
"Application"
12+
"delegated",
13+
"application"
1414
]
1515
}
1616
},

schemas/v0.26.0/graphminimalpermissionsplugin.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"type": {
1010
"type": "string",
1111
"enum": [
12-
"Delegated",
13-
"Application"
12+
"delegated",
13+
"application"
1414
]
1515
}
1616
},

schemas/v0.27.0/graphminimalpermissionsplugin.schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"type": {
1111
"type": "string",
1212
"enum": [
13-
"Delegated",
14-
"Application"
13+
"delegated",
14+
"application"
1515
],
16-
"description": "Determines which type of permission scopes to return. Can be 'Delegated' or 'Application'. Default: 'Delegated'."
16+
"description": "Determines which type of permission scopes to return. Can be 'delegated' or 'application'. Default: 'delegated'."
1717
}
1818
},
1919
"additionalProperties": false

schemas/v0.28.0/graphminimalpermissionsplugin.schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"type": {
1111
"type": "string",
1212
"enum": [
13-
"Delegated",
14-
"Application"
13+
"delegated",
14+
"application"
1515
],
16-
"description": "Determines which type of permission scopes to return. Can be 'Delegated' or 'Application'. Default: 'Delegated'."
16+
"description": "Determines which type of permission scopes to return. Can be 'delegated' or 'application'. Default: 'delegated'."
1717
}
1818
},
1919
"additionalProperties": false

schemas/v0.29.0/graphminimalpermissionsplugin.schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"type": {
1111
"type": "string",
1212
"enum": [
13-
"Delegated",
14-
"Application"
13+
"delegated",
14+
"application"
1515
],
16-
"description": "Determines which type of permission scopes to return. Can be 'Delegated' or 'Application'. Default: 'Delegated'."
16+
"description": "Determines which type of permission scopes to return. Can be 'delegated' or 'application'. Default: 'delegated'."
1717
}
1818
},
1919
"additionalProperties": false

schemas/v0.29.1/graphminimalpermissionsplugin.schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"type": {
1111
"type": "string",
1212
"enum": [
13-
"Delegated",
14-
"Application"
13+
"delegated",
14+
"application"
1515
],
16-
"description": "Determines which type of permission scopes to return. Can be 'Delegated' or 'Application'. Default: 'Delegated'."
16+
"description": "Determines which type of permission scopes to return. Can be 'delegated' or 'application'. Default: 'delegated'."
1717
}
1818
},
1919
"additionalProperties": false

schemas/v0.29.2/graphminimalpermissionsplugin.schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"type": {
1111
"type": "string",
1212
"enum": [
13-
"Delegated",
14-
"Application"
13+
"delegated",
14+
"application"
1515
],
16-
"description": "Determines which type of permission scopes to return. Can be 'Delegated' or 'Application'. Default: 'Delegated'."
16+
"description": "Determines which type of permission scopes to return. Can be 'delegated' or 'application'. Default: 'delegated'."
1717
}
1818
},
1919
"additionalProperties": false

schemas/v1.0.0/graphminimalpermissionsplugin.schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"type": {
1111
"type": "string",
1212
"enum": [
13-
"Delegated",
14-
"Application"
13+
"delegated",
14+
"application"
1515
],
16-
"description": "Determines which type of permission scopes to return. Can be 'Delegated' or 'Application'. Default: 'Delegated'."
16+
"description": "Determines which type of permission scopes to return. Can be 'delegated' or 'application'. Default: 'delegated'."
1717
}
1818
},
1919
"additionalProperties": false

schemas/v1.1.0/graphminimalpermissionsplugin.schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"type": {
1111
"type": "string",
1212
"enum": [
13-
"Delegated",
14-
"Application"
13+
"delegated",
14+
"application"
1515
],
16-
"description": "Determines which type of permission scopes to return. Can be 'Delegated' or 'Application'. Default: 'Delegated'."
16+
"description": "Determines which type of permission scopes to return. Can be 'delegated' or 'application'. Default: 'delegated'."
1717
}
1818
},
1919
"additionalProperties": false

schemas/v1.2.0/graphminimalpermissionsplugin.schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"type": {
1111
"type": "string",
1212
"enum": [
13-
"Delegated",
14-
"Application"
13+
"delegated",
14+
"application"
1515
],
16-
"description": "Determines which type of permission scopes to return. Can be 'Delegated' or 'Application'. Default: 'Delegated'."
16+
"description": "Determines which type of permission scopes to return. Can be 'delegated' or 'application'. Default: 'delegated'."
1717
}
1818
},
1919
"additionalProperties": false

0 commit comments

Comments
 (0)