Skip to content

Commit

Permalink
Merge pull request #1360 from microsoftgraph/kiota/v1.0/pipelinebuild…
Browse files Browse the repository at this point in the history
…/126471

Generated  models and request builders
  • Loading branch information
SilasKenneth authored Oct 12, 2023
2 parents 3f0cf84 + c95ede7 commit 4df189b
Show file tree
Hide file tree
Showing 6,027 changed files with 21,746 additions and 38,613 deletions.
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-RC26",
"microsoft/microsoft-graph": "^2.0.0-RC27",
}
}
```
OR
```
{
"require": {
"microsoft/microsoft-graph": "^2.0.0-RC26",
"microsoft/microsoft-graph": "^2.0.0-RC27",
"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. This API is supported in the following national cloud deployments.
* Delete a browserSiteList object. This API is available 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. This API is supported in the following national cloud deployments.
* Get a browserSiteList that contains browserSite and browserSharedCookie resources. This API is available 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. This API is supported in the following national cloud deployments.
* Update the properties of a browserSiteList object. This API is available 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. This API is supported in the following national cloud deployments.
* Delete a browserSiteList object. This API is available 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. This API is supported in the following national cloud deployments.
* Get a browserSiteList that contains browserSite and browserSharedCookie resources. This API is available 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. This API is supported in the following national cloud deployments.
* Update the properties of a browserSiteList object. This API is available 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. This API is supported in the following national cloud deployments.
* Get a browserSiteList that contains browserSite and browserSharedCookie resources. This API is available in the following national cloud deployments.
*/
class BrowserSiteListItemRequestBuilderGetQueryParameters
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Publi
}

/**
* Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
* Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
* @return array<string, mixed>|null
*/
public function getAdditionalData(): ?array {
Expand All @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array {
}

/**
* Gets the backingStore property value. Stores model information.
* Gets the BackingStore property value. Stores model information.
* @return BackingStore
*/
public function getBackingStore(): BackingStore {
Expand Down Expand Up @@ -123,16 +123,16 @@ public function serialize(SerializationWriter $writer): void {
}

/**
* Sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
* @param array<string,mixed> $value Value to set for the additionalData property.
* Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
* @param array<string,mixed> $value Value to set for the AdditionalData property.
*/
public function setAdditionalData(?array $value): void {
$this->getBackingStore()->set('additionalData', $value);
}

/**
* Sets the backingStore property value. Stores model information.
* @param BackingStore $value Value to set for the backingStore property.
* Sets the BackingStore property value. Stores model information.
* @param BackingStore $value Value to set for the BackingStore property.
*/
public function setBackingStore(BackingStore $value): void {
$this->backingStore = $value;
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. This API is supported in the following national cloud deployments.
* Publish the specified browserSiteList for devices to download. This API is available 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. This API is supported in the following national cloud deployments.
* Publish the specified browserSiteList for devices to download. This API is available 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. This API is supported in the following national cloud deployments.
* Delete a browserSharedCookie from a browserSiteList. This API is available 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. This API is supported in the following national cloud deployments.
* 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 available 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. This API is supported in the following national cloud deployments.
* Update the properties of a browserSharedCookie object. This API is available 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. This API is supported in the following national cloud deployments.
* Delete a browserSharedCookie from a browserSiteList. This API is available 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. This API is supported in the following national cloud deployments.
* 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 available 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. This API is supported in the following national cloud deployments.
* Update the properties of a browserSharedCookie object. This API is available 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. This API is supported in the following national cloud deployments.
* 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 available 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. This API is supported in the following national cloud deployments.
* Get a list of the browserSharedCookie objects and their properties. This API is available 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. This API is supported in the following national cloud deployments.
* Create a new browserSharedCookie object in a browserSiteList. This API is available 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. This API is supported in the following national cloud deployments.
* Get a list of the browserSharedCookie objects and their properties. This API is available 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. This API is supported in the following national cloud deployments.
* Create a new browserSharedCookie object in a browserSiteList. This API is available 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. This API is supported in the following national cloud deployments.
* Get a list of the browserSharedCookie objects and their properties. This API is available 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. This API is supported in the following national cloud deployments.
* Delete a browserSite from a browserSiteList. This API is available 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. This API is supported in the following national cloud deployments.
* Get a browserSite that resides on a browserSiteList. This API is available 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. This API is supported in the following national cloud deployments.
* Update the properties of a browserSite object. This API is available 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. This API is supported in the following national cloud deployments.
* Delete a browserSite from a browserSiteList. This API is available 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. This API is supported in the following national cloud deployments.
* Get a browserSite that resides on a browserSiteList. This API is available 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. This API is supported in the following national cloud deployments.
* Update the properties of a browserSite object. This API is available 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
Loading

0 comments on commit 4df189b

Please sign in to comment.