Skip to content

Commit b1d1f00

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
feat(generation): update request builders and models
Update generated files with build 234077
1 parent c5fbd10 commit b1d1f00

53 files changed

Lines changed: 162 additions & 156 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/Generated/Chats/Item/TargetedMessages/Item/TargetedChatMessageItemRequestBuilder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function delete(?TargetedChatMessageItemRequestBuilderDeleteRequestConfig
6161
}
6262

6363
/**
64-
* Get targetedMessages from chats
64+
* A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
6565
* @param TargetedChatMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
6666
* @return Promise<TargetedChatMessage|null>
6767
* @throws Exception
@@ -108,7 +108,7 @@ public function toDeleteRequestInformation(?TargetedChatMessageItemRequestBuilde
108108
}
109109

110110
/**
111-
* Get targetedMessages from chats
111+
* A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
112112
* @param TargetedChatMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
113113
* @return RequestInformation
114114
*/

src/Generated/Chats/Item/TargetedMessages/Item/TargetedChatMessageItemRequestBuilderGetQueryParameters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Microsoft\Kiota\Abstractions\QueryParameter;
66

77
/**
8-
* Get targetedMessages from chats
8+
* A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
99
*/
1010
class TargetedChatMessageItemRequestBuilderGetQueryParameters
1111
{

src/Generated/Chats/Item/TargetedMessages/TargetedMessagesRequestBuilder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap
5252
}
5353

5454
/**
55-
* Get targetedMessages from chats
55+
* A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
5656
* @param TargetedMessagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5757
* @return Promise<TargetedChatMessageCollectionResponse|null>
5858
* @throws Exception
@@ -81,7 +81,7 @@ public function post(TargetedChatMessage $body, ?TargetedMessagesRequestBuilderP
8181
}
8282

8383
/**
84-
* Get targetedMessages from chats
84+
* A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
8585
* @param TargetedMessagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8686
* @return RequestInformation
8787
*/

src/Generated/Chats/Item/TargetedMessages/TargetedMessagesRequestBuilderGetQueryParameters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Microsoft\Kiota\Abstractions\QueryParameter;
66

77
/**
8-
* Get targetedMessages from chats
8+
* A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
99
*/
1010
class TargetedMessagesRequestBuilderGetQueryParameters
1111
{

src/Generated/Directory/Recovery/Jobs/Item/RecoveryJobBaseItemRequestBuilder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function delete(?RecoveryJobBaseItemRequestBuilderDeleteRequestConfigurat
5353
}
5454

5555
/**
56-
* Get jobs from directory
56+
* Collection of all recovery jobs (both preview and recovery) for the tenant.
5757
* @param RecoveryJobBaseItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5858
* @return Promise<RecoveryJobBase|null>
5959
* @throws Exception
@@ -100,7 +100,7 @@ public function toDeleteRequestInformation(?RecoveryJobBaseItemRequestBuilderDel
100100
}
101101

102102
/**
103-
* Get jobs from directory
103+
* Collection of all recovery jobs (both preview and recovery) for the tenant.
104104
* @param RecoveryJobBaseItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
105105
* @return RequestInformation
106106
*/

src/Generated/Directory/Recovery/Jobs/Item/RecoveryJobBaseItemRequestBuilderGetQueryParameters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Microsoft\Kiota\Abstractions\QueryParameter;
66

77
/**
8-
* Get jobs from directory
8+
* Collection of all recovery jobs (both preview and recovery) for the tenant.
99
*/
1010
class RecoveryJobBaseItemRequestBuilderGetQueryParameters
1111
{

src/Generated/Directory/Recovery/Jobs/JobsRequestBuilder.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap
5252
}
5353

5454
/**
55-
* Get jobs from directory
55+
* Get a list of all recovery recoveryJobBase objects (both preview and recovery jobs) across all snapshots for the tenant.
5656
* @param JobsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5757
* @return Promise<RecoveryJobBaseCollectionResponse|null>
5858
* @throws Exception
59+
* @link https://learn.microsoft.com/graph/api/entrarecoveryservices-recovery-list-jobs?view=graph-rest-1.0 Find more info here
5960
*/
6061
public function get(?JobsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise {
6162
$requestInfo = $this->toGetRequestInformation($requestConfiguration);
@@ -81,7 +82,7 @@ public function post(RecoveryJobBase $body, ?JobsRequestBuilderPostRequestConfig
8182
}
8283

8384
/**
84-
* Get jobs from directory
85+
* Get a list of all recovery recoveryJobBase objects (both preview and recovery jobs) across all snapshots for the tenant.
8586
* @param JobsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8687
* @return RequestInformation
8788
*/

src/Generated/Directory/Recovery/Jobs/JobsRequestBuilderGetQueryParameters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Microsoft\Kiota\Abstractions\QueryParameter;
66

77
/**
8-
* Get jobs from directory
8+
* Get a list of all recovery recoveryJobBase objects (both preview and recovery jobs) across all snapshots for the tenant.
99
*/
1010
class JobsRequestBuilderGetQueryParameters
1111
{

src/Generated/Directory/Recovery/Snapshots/Item/RecoveryJobs/Item/RecoveryJobItemRequestBuilder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap
3131
}
3232

3333
/**
34-
* Get recoveryJobs from directory
34+
* Collection of recovery jobs created for this snapshot.
3535
* @param RecoveryJobItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3636
* @return Promise<RecoveryJob|null>
3737
* @throws Exception
@@ -45,7 +45,7 @@ public function get(?RecoveryJobItemRequestBuilderGetRequestConfiguration $reque
4545
}
4646

4747
/**
48-
* Get recoveryJobs from directory
48+
* Collection of recovery jobs created for this snapshot.
4949
* @param RecoveryJobItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5050
* @return RequestInformation
5151
*/

src/Generated/Directory/Recovery/Snapshots/Item/RecoveryJobs/Item/RecoveryJobItemRequestBuilderGetQueryParameters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Microsoft\Kiota\Abstractions\QueryParameter;
66

77
/**
8-
* Get recoveryJobs from directory
8+
* Collection of recovery jobs created for this snapshot.
99
*/
1010
class RecoveryJobItemRequestBuilderGetQueryParameters
1111
{

0 commit comments

Comments
 (0)