Skip to content

Commit adf9205

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
feat(generation): update request builders and models
Update generated files with build 206096
1 parent 0a65eeb commit adf9205

File tree

306 files changed

+830
-805
lines changed

Some content is hidden

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

306 files changed

+830
-805
lines changed

src/Generated/Applications/Item/FederatedIdentityCredentials/FederatedIdentityCredentialsRequestBuilder.php

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

5454
/**
55-
* Get a list of the federatedIdentityCredential objects and their properties.
55+
* Get a list of the federatedIdentityCredential objects and their properties assigned to an application.
5656
* @param FederatedIdentityCredentialsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5757
* @return Promise<FederatedIdentityCredentialCollectionResponse|null>
5858
* @throws Exception
59-
* @link https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-1.0 Find more info here
59+
* @link https://learn.microsoft.com/graph/api/federatedidentitycredential-list?view=graph-rest-1.0 Find more info here
6060
*/
6161
public function get(?FederatedIdentityCredentialsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise {
6262
$requestInfo = $this->toGetRequestInformation($requestConfiguration);
@@ -72,7 +72,7 @@ public function get(?FederatedIdentityCredentialsRequestBuilderGetRequestConfigu
7272
* @param FederatedIdentityCredentialsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7373
* @return Promise<FederatedIdentityCredential|null>
7474
* @throws Exception
75-
* @link https://learn.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-1.0 Find more info here
75+
* @link https://learn.microsoft.com/graph/api/federatedidentitycredential-post?view=graph-rest-1.0 Find more info here
7676
*/
7777
public function post(FederatedIdentityCredential $body, ?FederatedIdentityCredentialsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise {
7878
$requestInfo = $this->toPostRequestInformation($body, $requestConfiguration);
@@ -83,7 +83,7 @@ public function post(FederatedIdentityCredential $body, ?FederatedIdentityCreden
8383
}
8484

8585
/**
86-
* Get a list of the federatedIdentityCredential objects and their properties.
86+
* Get a list of the federatedIdentityCredential objects and their properties assigned to an application.
8787
* @param FederatedIdentityCredentialsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8888
* @return RequestInformation
8989
*/

src/Generated/Applications/Item/FederatedIdentityCredentials/FederatedIdentityCredentialsRequestBuilderGetQueryParameters.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 a list of the federatedIdentityCredential objects and their properties.
8+
* Get a list of the federatedIdentityCredential objects and their properties assigned to an application.
99
*/
1010
class FederatedIdentityCredentialsRequestBuilderGetQueryParameters
1111
{

src/Generated/Applications/Item/FederatedIdentityCredentials/Item/FederatedIdentityCredentialItemRequestBuilder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function delete(?FederatedIdentityCredentialItemRequestBuilderDeleteReque
4646
}
4747

4848
/**
49-
* Read the properties and relationships of a federatedIdentityCredential object.
49+
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
5050
* @param FederatedIdentityCredentialItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5151
* @return Promise<FederatedIdentityCredential|null>
5252
* @throws Exception
@@ -95,7 +95,7 @@ public function toDeleteRequestInformation(?FederatedIdentityCredentialItemReque
9595
}
9696

9797
/**
98-
* Read the properties and relationships of a federatedIdentityCredential object.
98+
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
9999
* @param FederatedIdentityCredentialItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
100100
* @return RequestInformation
101101
*/

src/Generated/Applications/Item/FederatedIdentityCredentials/Item/FederatedIdentityCredentialItemRequestBuilderGetQueryParameters.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-
* Read the properties and relationships of a federatedIdentityCredential object.
8+
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
99
*/
1010
class FederatedIdentityCredentialItemRequestBuilderGetQueryParameters
1111
{

src/Generated/Applications/Item/FederatedIdentityCredentialsWithName/FederatedIdentityCredentialsWithNameRequestBuilder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function delete(?FederatedIdentityCredentialsWithNameRequestBuilderDelete
4949
}
5050

5151
/**
52-
* Read the properties and relationships of a federatedIdentityCredential object.
52+
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
5353
* @param FederatedIdentityCredentialsWithNameRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5454
* @return Promise<FederatedIdentityCredential|null>
5555
* @throws Exception
@@ -98,7 +98,7 @@ public function toDeleteRequestInformation(?FederatedIdentityCredentialsWithName
9898
}
9999

100100
/**
101-
* Read the properties and relationships of a federatedIdentityCredential object.
101+
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
102102
* @param FederatedIdentityCredentialsWithNameRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
103103
* @return RequestInformation
104104
*/

src/Generated/Applications/Item/FederatedIdentityCredentialsWithName/FederatedIdentityCredentialsWithNameRequestBuilderGetQueryParameters.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-
* Read the properties and relationships of a federatedIdentityCredential object.
8+
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
99
*/
1010
class FederatedIdentityCredentialsWithNameRequestBuilderGetQueryParameters
1111
{

src/Generated/Models/AccessReviewHistoryDefinition.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function getCreatedDateTime(): ?DateTime {
5151
}
5252

5353
/**
54-
* Gets the decisions property value. Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. Possible values are: approve, deny, dontKnow, notReviewed, and notNotified.
54+
* Gets the decisions property value. Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. The possible values are: approve, deny, dontKnow, notReviewed, and notNotified.
5555
* @return array<AccessReviewHistoryDecisionFilter>|null
5656
*/
5757
public function getDecisions(): ?array {
@@ -207,7 +207,7 @@ public function setCreatedDateTime(?DateTime $value): void {
207207
}
208208

209209
/**
210-
* Sets the decisions property value. Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. Possible values are: approve, deny, dontKnow, notReviewed, and notNotified.
210+
* Sets the decisions property value. Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. The possible values are: approve, deny, dontKnow, notReviewed, and notNotified.
211211
* @param array<AccessReviewHistoryDecisionFilter>|null $value Value to set for the decisions property.
212212
*/
213213
public function setDecisions(?array $value): void {

src/Generated/Models/AccountTargetContent.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function getOdataType(): ?string {
8888
}
8989

9090
/**
91-
* Gets the type property value. The type of account target content. Possible values are: unknown, includeAll, addressBook, unknownFutureValue.
91+
* Gets the type property value. The type of account target content. The possible values are: unknown, includeAll, addressBook, unknownFutureValue.
9292
* @return AccountTargetContentType|null
9393
*/
9494
public function getType(): ?AccountTargetContentType {
@@ -134,7 +134,7 @@ public function setOdataType(?string $value): void {
134134
}
135135

136136
/**
137-
* Sets the type property value. The type of account target content. Possible values are: unknown, includeAll, addressBook, unknownFutureValue.
137+
* Sets the type property value. The type of account target content. The possible values are: unknown, includeAll, addressBook, unknownFutureValue.
138138
* @param AccountTargetContentType|null $value Value to set for the type property.
139139
*/
140140
public function setType(?AccountTargetContentType $value): void {

src/Generated/Models/AgreementAcceptance.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public function getRecordedDateTime(): ?DateTime {
145145
}
146146

147147
/**
148-
* Gets the state property value. The state of the agreement acceptance. Possible values are: accepted, declined. Supports $filter (eq).
148+
* Gets the state property value. The state of the agreement acceptance. The possible values are: accepted, declined. Supports $filter (eq).
149149
* @return AgreementAcceptanceState|null
150150
*/
151151
public function getState(): ?AgreementAcceptanceState {
@@ -290,7 +290,7 @@ public function setRecordedDateTime(?DateTime $value): void {
290290
}
291291

292292
/**
293-
* Sets the state property value. The state of the agreement acceptance. Possible values are: accepted, declined. Supports $filter (eq).
293+
* Sets the state property value. The state of the agreement acceptance. The possible values are: accepted, declined. Supports $filter (eq).
294294
* @param AgreementAcceptanceState|null $value Value to set for the state property.
295295
*/
296296
public function setState(?AgreementAcceptanceState $value): void {

src/Generated/Models/Alert.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public function getEventDateTime(): ?DateTime {
203203
}
204204

205205
/**
206-
* Gets the feedback property value. Analyst feedback on the alert. Possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update.
206+
* Gets the feedback property value. Analyst feedback on the alert. The possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update.
207207
* @return AlertFeedback|null
208208
*/
209209
public function getFeedback(): ?AlertFeedback {
@@ -789,7 +789,7 @@ public function setEventDateTime(?DateTime $value): void {
789789
}
790790

791791
/**
792-
* Sets the feedback property value. Analyst feedback on the alert. Possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update.
792+
* Sets the feedback property value. Analyst feedback on the alert. The possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update.
793793
* @param AlertFeedback|null $value Value to set for the feedback property.
794794
*/
795795
public function setFeedback(?AlertFeedback $value): void {

0 commit comments

Comments
 (0)