Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data: Microsoft Graph - regenerating based on 95f61690f728d67738cbbd93c7474b8042c8ff57 #4452

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"httpMethod": "POST",
"options": [
{
"Type": "Data",
"type": "Data",
"odataFieldName": "Metadata",
"optional": true,
"required": false,
Expand All @@ -21,7 +21,7 @@
}
},
{
"Type": "RetryFunc",
"type": "RetryFunc",
"optional": true,
"required": false,
"field": "RetryFunc",
Expand All @@ -31,7 +31,7 @@
}
},
{
"Type": "Data",
"type": "Data",
"odataFieldName": "Skip",
"optional": true,
"required": false,
Expand All @@ -42,7 +42,7 @@
}
},
{
"Type": "Data",
"type": "Data",
"odataFieldName": "Top",
"optional": true,
"required": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"httpMethod": "POST",
"options": [
{
"Type": "Data",
"type": "Data",
"odataFieldName": "Metadata",
"optional": true,
"required": false,
Expand All @@ -21,7 +21,7 @@
}
},
{
"Type": "RetryFunc",
"type": "RetryFunc",
"optional": true,
"required": false,
"field": "RetryFunc",
Expand All @@ -31,7 +31,7 @@
}
},
{
"Type": "Data",
"type": "Data",
"odataFieldName": "Skip",
"optional": true,
"required": false,
Expand All @@ -42,7 +42,7 @@
}
},
{
"Type": "Data",
"type": "Data",
"odataFieldName": "Top",
"optional": true,
"required": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@
"contentType": "application/json; charset=utf-8",
"description": "Create administrativeUnit. Use this API to create a new administrativeUnit.",
"expectedStatusCodes": [
201
200,
201,
202,
204
],
"longRunning": false,
"httpMethod": "POST",
"options": [
{
"Type": "Data",
"type": "Data",
"odataFieldName": "Metadata",
"optional": true,
"required": false,
Expand All @@ -20,7 +23,7 @@
}
},
{
"Type": "RetryFunc",
"type": "RetryFunc",
"optional": true,
"required": false,
"field": "RetryFunc",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@
"contentType": "application/json; charset=utf-8",
"description": "Invoke action getUserOwnedObjects. Retrieve a list of recently deleted application and group objects owned by the specified user. This API returns up to 1,000 deleted objects owned by the user, sorted by ID, and doesn't support pagination.",
"expectedStatusCodes": [
200
200,
201,
202,
204
],
"longRunning": false,
"httpMethod": "POST",
"options": [
{
"Type": "Data",
"type": "Data",
"odataFieldName": "Metadata",
"optional": true,
"required": false,
Expand All @@ -20,7 +23,7 @@
}
},
{
"Type": "RetryFunc",
"type": "RetryFunc",
"optional": true,
"required": false,
"field": "RetryFunc",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@
"contentType": "application/json; charset=utf-8",
"description": "Invoke action validateProperties. Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: \n1. Validate the prefix and suffix naming policy\n2. Validate the custom banned words policy\n3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy.",
"expectedStatusCodes": [
200,
201,
202,
204
],
"longRunning": false,
"httpMethod": "POST",
"options": [
{
"Type": "Data",
"type": "Data",
"odataFieldName": "Metadata",
"optional": true,
"required": false,
Expand All @@ -20,7 +23,7 @@
}
},
{
"Type": "RetryFunc",
"type": "RetryFunc",
"optional": true,
"required": false,
"field": "RetryFunc",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
"contentType": "application/json; charset=utf-8",
"description": "Delete administrativeUnit. Delete an administrativeUnit.",
"expectedStatusCodes": [
200,
204
],
"longRunning": false,
"httpMethod": "DELETE",
"options": [
{
"Type": "Data",
"type": "Data",
"headerName": "If-Match",
"optional": true,
"required": false,
Expand All @@ -20,7 +21,7 @@
}
},
{
"Type": "Data",
"type": "Data",
"odataFieldName": "Metadata",
"optional": true,
"required": false,
Expand All @@ -31,7 +32,7 @@
}
},
{
"Type": "RetryFunc",
"type": "RetryFunc",
"optional": true,
"required": false,
"field": "RetryFunc",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"httpMethod": "GET",
"options": [
{
"Type": "Data",
"type": "Data",
"odataFieldName": "Expand",
"optional": true,
"required": false,
Expand All @@ -20,7 +20,7 @@
}
},
{
"Type": "Data",
"type": "Data",
"odataFieldName": "Metadata",
"optional": true,
"required": false,
Expand All @@ -31,7 +31,7 @@
}
},
{
"Type": "RetryFunc",
"type": "RetryFunc",
"optional": true,
"required": false,
"field": "RetryFunc",
Expand All @@ -41,7 +41,7 @@
}
},
{
"Type": "Data",
"type": "Data",
"odataFieldName": "Select",
"optional": true,
"required": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"httpMethod": "POST",
"options": [
{
"Type": "Data",
"type": "Data",
"odataFieldName": "Metadata",
"optional": true,
"required": false,
Expand All @@ -21,7 +21,7 @@
}
},
{
"Type": "RetryFunc",
"type": "RetryFunc",
"optional": true,
"required": false,
"field": "RetryFunc",
Expand All @@ -31,7 +31,7 @@
}
},
{
"Type": "Data",
"type": "Data",
"odataFieldName": "Skip",
"optional": true,
"required": false,
Expand All @@ -42,7 +42,7 @@
}
},
{
"Type": "Data",
"type": "Data",
"odataFieldName": "Top",
"optional": true,
"required": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"httpMethod": "POST",
"options": [
{
"Type": "Data",
"type": "Data",
"odataFieldName": "Metadata",
"optional": true,
"required": false,
Expand All @@ -21,7 +21,7 @@
}
},
{
"Type": "RetryFunc",
"type": "RetryFunc",
"optional": true,
"required": false,
"field": "RetryFunc",
Expand All @@ -31,7 +31,7 @@
}
},
{
"Type": "Data",
"type": "Data",
"odataFieldName": "Skip",
"optional": true,
"required": false,
Expand All @@ -42,7 +42,7 @@
}
},
{
"Type": "Data",
"type": "Data",
"odataFieldName": "Top",
"optional": true,
"required": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"httpMethod": "GET",
"options": [
{
"Type": "Data",
"type": "Data",
"odataFieldName": "ConsistencyLevel",
"optional": true,
"required": false,
Expand All @@ -20,7 +20,7 @@
}
},
{
"Type": "Data",
"type": "Data",
"odataFieldName": "Filter",
"optional": true,
"required": false,
Expand All @@ -31,7 +31,7 @@
}
},
{
"Type": "Data",
"type": "Data",
"odataFieldName": "Metadata",
"optional": true,
"required": false,
Expand All @@ -42,7 +42,7 @@
}
},
{
"Type": "RetryFunc",
"type": "RetryFunc",
"optional": true,
"required": false,
"field": "RetryFunc",
Expand All @@ -52,7 +52,7 @@
}
},
{
"Type": "Data",
"type": "Data",
"odataFieldName": "Search",
"optional": true,
"required": false,
Expand Down
Loading
Loading