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

Generated models and request builders #1356

Merged
merged 2 commits into from
Oct 6, 2023
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.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ You can install the PHP SDK with Composer by editing your `composer.json` file:
{
"minimum-stability": "RC",
"require": {
"microsoft/microsoft-graph": "^2.0.0-RC25",
"microsoft/microsoft-graph": "^2.0.0-RC26",
}
}
```
OR
```
{
"require": {
"microsoft/microsoft-graph": "^2.0.0-RC25",
"microsoft/microsoft-graph": "^2.0.0-RC26",
"microsoft/microsoft-graph-core": "@RC"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap
}

/**
* Delete a browserSiteList object.
* Delete a browserSiteList object. This API is supported in the following national cloud deployments.
* @param BrowserSiteListItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return Promise
* @link https://learn.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-1.0 Find more info here
Expand All @@ -75,7 +75,7 @@ public function delete(?BrowserSiteListItemRequestBuilderDeleteRequestConfigurat
}

/**
* Get a browserSiteList that contains browserSite and browserSharedCookie resources.
* Get a browserSiteList that contains browserSite and browserSharedCookie resources. This API is supported in the following national cloud deployments.
* @param BrowserSiteListItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return Promise
* @link https://learn.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-1.0 Find more info here
Expand All @@ -94,7 +94,7 @@ public function get(?BrowserSiteListItemRequestBuilderGetRequestConfiguration $r
}

/**
* Update the properties of a browserSiteList object.
* Update the properties of a browserSiteList object. This API is supported in the following national cloud deployments.
* @param BrowserSiteList $body The request body
* @param BrowserSiteListItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return Promise
Expand All @@ -114,7 +114,7 @@ public function patch(BrowserSiteList $body, ?BrowserSiteListItemRequestBuilderP
}

/**
* Delete a browserSiteList object.
* Delete a browserSiteList object. This API is supported in the following national cloud deployments.
* @param BrowserSiteListItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return RequestInformation
*/
Expand All @@ -131,7 +131,7 @@ public function toDeleteRequestInformation(?BrowserSiteListItemRequestBuilderDel
}

/**
* Get a browserSiteList that contains browserSite and browserSharedCookie resources.
* Get a browserSiteList that contains browserSite and browserSharedCookie resources. This API is supported in the following national cloud deployments.
* @param BrowserSiteListItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return RequestInformation
*/
Expand All @@ -152,7 +152,7 @@ public function toGetRequestInformation(?BrowserSiteListItemRequestBuilderGetReq
}

/**
* Update the properties of a browserSiteList object.
* Update the properties of a browserSiteList object. This API is supported in the following national cloud deployments.
* @param BrowserSiteList $body The request body
* @param BrowserSiteListItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return RequestInformation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Microsoft\Kiota\Abstractions\QueryParameter;

/**
* Get a browserSiteList that contains browserSite and browserSharedCookie resources.
* Get a browserSiteList that contains browserSite and browserSharedCookie resources. This API is supported in the following national cloud deployments.
*/
class BrowserSiteListItemRequestBuilderGetQueryParameters
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap
}

/**
* Publish the specified browserSiteList for devices to download.
* Publish the specified browserSiteList for devices to download. This API is supported in the following national cloud deployments.
* @param PublishPostRequestBody $body The request body
* @param PublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return Promise
Expand All @@ -52,7 +52,7 @@ public function post(PublishPostRequestBody $body, ?PublishRequestBuilderPostReq
}

/**
* Publish the specified browserSiteList for devices to download.
* Publish the specified browserSiteList for devices to download. This API is supported in the following national cloud deployments.
* @param PublishPostRequestBody $body The request body
* @param PublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return RequestInformation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap
}

/**
* Delete a browserSharedCookie from a browserSiteList.
* Delete a browserSharedCookie from a browserSiteList. This API is supported in the following national cloud deployments.
* @param BrowserSharedCookieItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return Promise
* @link https://learn.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-1.0 Find more info here
Expand All @@ -51,7 +51,7 @@ public function delete(?BrowserSharedCookieItemRequestBuilderDeleteRequestConfig
}

/**
* Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode.
* Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode. This API is supported in the following national cloud deployments.
* @param BrowserSharedCookieItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return Promise
* @link https://learn.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-1.0 Find more info here
Expand All @@ -70,7 +70,7 @@ public function get(?BrowserSharedCookieItemRequestBuilderGetRequestConfiguratio
}

/**
* Update the properties of a browserSharedCookie object.
* Update the properties of a browserSharedCookie object. This API is supported in the following national cloud deployments.
* @param BrowserSharedCookie $body The request body
* @param BrowserSharedCookieItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return Promise
Expand All @@ -90,7 +90,7 @@ public function patch(BrowserSharedCookie $body, ?BrowserSharedCookieItemRequest
}

/**
* Delete a browserSharedCookie from a browserSiteList.
* Delete a browserSharedCookie from a browserSiteList. This API is supported in the following national cloud deployments.
* @param BrowserSharedCookieItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return RequestInformation
*/
Expand All @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?BrowserSharedCookieItemRequestBuilde
}

/**
* Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode.
* Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode. This API is supported in the following national cloud deployments.
* @param BrowserSharedCookieItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return RequestInformation
*/
Expand All @@ -128,7 +128,7 @@ public function toGetRequestInformation(?BrowserSharedCookieItemRequestBuilderGe
}

/**
* Update the properties of a browserSharedCookie object.
* Update the properties of a browserSharedCookie object. This API is supported in the following national cloud deployments.
* @param BrowserSharedCookie $body The request body
* @param BrowserSharedCookieItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return RequestInformation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Microsoft\Kiota\Abstractions\QueryParameter;

/**
* Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode.
* Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode. This API is supported in the following national cloud deployments.
*/
class BrowserSharedCookieItemRequestBuilderGetQueryParameters
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap
}

/**
* Get a list of the browserSharedCookie objects and their properties.
* Get a list of the browserSharedCookie objects and their properties. This API is supported in the following national cloud deployments.
* @param SharedCookiesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return Promise
* @link https://learn.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-1.0 Find more info here
Expand All @@ -72,7 +72,7 @@ public function get(?SharedCookiesRequestBuilderGetRequestConfiguration $request
}

/**
* Create a new browserSharedCookie object in a browserSiteList.
* Create a new browserSharedCookie object in a browserSiteList. This API is supported in the following national cloud deployments.
* @param BrowserSharedCookie $body The request body
* @param SharedCookiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return Promise
Expand All @@ -92,7 +92,7 @@ public function post(BrowserSharedCookie $body, ?SharedCookiesRequestBuilderPost
}

/**
* Get a list of the browserSharedCookie objects and their properties.
* Get a list of the browserSharedCookie objects and their properties. This API is supported in the following national cloud deployments.
* @param SharedCookiesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return RequestInformation
*/
Expand All @@ -113,7 +113,7 @@ public function toGetRequestInformation(?SharedCookiesRequestBuilderGetRequestCo
}

/**
* Create a new browserSharedCookie object in a browserSiteList.
* Create a new browserSharedCookie object in a browserSiteList. This API is supported in the following national cloud deployments.
* @param BrowserSharedCookie $body The request body
* @param SharedCookiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return RequestInformation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Microsoft\Kiota\Abstractions\QueryParameter;

/**
* Get a list of the browserSharedCookie objects and their properties.
* Get a list of the browserSharedCookie objects and their properties. This API is supported in the following national cloud deployments.
*/
class SharedCookiesRequestBuilderGetQueryParameters
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap
}

/**
* Delete a browserSite from a browserSiteList.
* Delete a browserSite from a browserSiteList. This API is supported in the following national cloud deployments.
* @param BrowserSiteItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return Promise
* @link https://learn.microsoft.com/graph/api/browsersitelist-delete-sites?view=graph-rest-1.0 Find more info here
Expand All @@ -51,7 +51,7 @@ public function delete(?BrowserSiteItemRequestBuilderDeleteRequestConfiguration
}

/**
* Get a browserSite that resides on a browserSiteList.
* Get a browserSite that resides on a browserSiteList. This API is supported in the following national cloud deployments.
* @param BrowserSiteItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return Promise
* @link https://learn.microsoft.com/graph/api/browsersite-get?view=graph-rest-1.0 Find more info here
Expand All @@ -70,7 +70,7 @@ public function get(?BrowserSiteItemRequestBuilderGetRequestConfiguration $reque
}

/**
* Update the properties of a browserSite object.
* Update the properties of a browserSite object. This API is supported in the following national cloud deployments.
* @param BrowserSite $body The request body
* @param BrowserSiteItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return Promise
Expand All @@ -90,7 +90,7 @@ public function patch(BrowserSite $body, ?BrowserSiteItemRequestBuilderPatchRequ
}

/**
* Delete a browserSite from a browserSiteList.
* Delete a browserSite from a browserSiteList. This API is supported in the following national cloud deployments.
* @param BrowserSiteItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return RequestInformation
*/
Expand All @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?BrowserSiteItemRequestBuilderDeleteR
}

/**
* Get a browserSite that resides on a browserSiteList.
* Get a browserSite that resides on a browserSiteList. This API is supported in the following national cloud deployments.
* @param BrowserSiteItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return RequestInformation
*/
Expand All @@ -128,7 +128,7 @@ public function toGetRequestInformation(?BrowserSiteItemRequestBuilderGetRequest
}

/**
* Update the properties of a browserSite object.
* Update the properties of a browserSite object. This API is supported in the following national cloud deployments.
* @param BrowserSite $body The request body
* @param BrowserSiteItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return RequestInformation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Microsoft\Kiota\Abstractions\QueryParameter;

/**
* Get a browserSite that resides on a browserSiteList.
* Get a browserSite that resides on a browserSiteList. This API is supported in the following national cloud deployments.
*/
class BrowserSiteItemRequestBuilderGetQueryParameters
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap
}

/**
* Get a list of the browserSite objects and their properties.
* Get a list of the browserSite objects and their properties. This API is supported in the following national cloud deployments.
* @param SitesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return Promise
* @link https://learn.microsoft.com/graph/api/browsersitelist-list-sites?view=graph-rest-1.0 Find more info here
Expand All @@ -72,7 +72,7 @@ public function get(?SitesRequestBuilderGetRequestConfiguration $requestConfigur
}

/**
* Create a new browserSite object in a browserSiteList.
* Create a new browserSite object in a browserSiteList. This API is supported in the following national cloud deployments.
* @param BrowserSite $body The request body
* @param SitesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return Promise
Expand All @@ -92,7 +92,7 @@ public function post(BrowserSite $body, ?SitesRequestBuilderPostRequestConfigura
}

/**
* Get a list of the browserSite objects and their properties.
* Get a list of the browserSite objects and their properties. This API is supported in the following national cloud deployments.
* @param SitesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return RequestInformation
*/
Expand All @@ -113,7 +113,7 @@ public function toGetRequestInformation(?SitesRequestBuilderGetRequestConfigurat
}

/**
* Create a new browserSite object in a browserSiteList.
* Create a new browserSite object in a browserSiteList. This API is supported in the following national cloud deployments.
* @param BrowserSite $body The request body
* @param SitesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return RequestInformation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Microsoft\Kiota\Abstractions\QueryParameter;

/**
* Get a list of the browserSite objects and their properties.
* Get a list of the browserSite objects and their properties. This API is supported in the following national cloud deployments.
*/
class SitesRequestBuilderGetQueryParameters
{
Expand Down
Loading