Skip to content

Commit 16c33b5

Browse files
Merge pull request #1075 from microsoftgraph/kiota/beta/pipelinebuild/206096
Generated beta models and request builders
2 parents a09a236 + cfd6e62 commit 16c33b5

File tree

451 files changed

+1878
-912
lines changed

Some content is hidden

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

451 files changed

+1878
-912
lines changed

src/Microsoft.Graph/Generated/Applications/Item/FederatedIdentityCredentials/FederatedIdentityCredentialsRequestBuilder.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ public FederatedIdentityCredentialsRequestBuilder(string rawUrl, IRequestAdapter
5454
{
5555
}
5656
/// <summary>
57-
/// Get a list of the federatedIdentityCredential objects and their properties.
58-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-beta" />
57+
/// Get a list of the federatedIdentityCredential objects and their properties assigned to an application or an agentIdentityBlueprint.
58+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/federatedidentitycredential-list?view=graph-rest-beta" />
5959
/// </summary>
6060
/// <returns>A <see cref="global::Microsoft.Graph.Beta.Models.FederatedIdentityCredentialCollectionResponse"/></returns>
6161
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -78,8 +78,8 @@ public FederatedIdentityCredentialsRequestBuilder(string rawUrl, IRequestAdapter
7878
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Beta.Models.FederatedIdentityCredentialCollectionResponse>(requestInfo, global::Microsoft.Graph.Beta.Models.FederatedIdentityCredentialCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
7979
}
8080
/// <summary>
81-
/// Create a new federatedIdentityCredential object for an agentIdentityBlueprint. By configuring a trust relationship between your Microsoft Entra agent identity blueprint registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an agentIdentityBlueprint.
82-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/agentidentityblueprint-post-federatedidentitycredentials?view=graph-rest-beta" />
81+
/// Create a new federatedIdentityCredential object for an application or an agentIdentityBlueprint. By configuring a trust relationship between your Microsoft Entra application registration or agent identity blueprint and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application or agent identity blueprint.
82+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/federatedidentitycredential-post?view=graph-rest-beta" />
8383
/// </summary>
8484
/// <returns>A <see cref="global::Microsoft.Graph.Beta.Models.FederatedIdentityCredential"/></returns>
8585
/// <param name="body">The request body</param>
@@ -104,7 +104,7 @@ public FederatedIdentityCredentialsRequestBuilder(string rawUrl, IRequestAdapter
104104
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Beta.Models.FederatedIdentityCredential>(requestInfo, global::Microsoft.Graph.Beta.Models.FederatedIdentityCredential.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
105105
}
106106
/// <summary>
107-
/// Get a list of the federatedIdentityCredential objects and their properties.
107+
/// Get a list of the federatedIdentityCredential objects and their properties assigned to an application or an agentIdentityBlueprint.
108108
/// </summary>
109109
/// <returns>A <see cref="RequestInformation"/></returns>
110110
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -123,7 +123,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<gl
123123
return requestInfo;
124124
}
125125
/// <summary>
126-
/// Create a new federatedIdentityCredential object for an agentIdentityBlueprint. By configuring a trust relationship between your Microsoft Entra agent identity blueprint registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an agentIdentityBlueprint.
126+
/// Create a new federatedIdentityCredential object for an application or an agentIdentityBlueprint. By configuring a trust relationship between your Microsoft Entra application registration or agent identity blueprint and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application or agent identity blueprint.
127127
/// </summary>
128128
/// <returns>A <see cref="RequestInformation"/></returns>
129129
/// <param name="body">The request body</param>
@@ -154,7 +154,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Beta.
154154
return new global::Microsoft.Graph.Beta.Applications.Item.FederatedIdentityCredentials.FederatedIdentityCredentialsRequestBuilder(rawUrl, RequestAdapter);
155155
}
156156
/// <summary>
157-
/// Get a list of the federatedIdentityCredential objects and their properties.
157+
/// Get a list of the federatedIdentityCredential objects and their properties assigned to an application or an agentIdentityBlueprint.
158158
/// </summary>
159159
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
160160
public partial class FederatedIdentityCredentialsRequestBuilderGetQueryParameters

src/Microsoft.Graph/Generated/Applications/Item/FederatedIdentityCredentials/Item/FederatedIdentityCredentialItemRequestBuilder.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public FederatedIdentityCredentialItemRequestBuilder(string rawUrl, IRequestAdap
3535
{
3636
}
3737
/// <summary>
38-
/// Deletes a federatedIdentityCredential object from an application.
38+
/// Delete a federatedIdentityCredential object from an application or an agentIdentityBlueprint.
3939
/// Find more info here <see href="https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-beta" />
4040
/// </summary>
4141
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -58,7 +58,7 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
5858
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
5959
}
6060
/// <summary>
61-
/// Read the properties and relationships of a federatedIdentityCredential object.
61+
/// Read the properties and relationships of a federatedIdentityCredential object assigned to an application or an agentIdentityBlueprint.
6262
/// Find more info here <see href="https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-beta" />
6363
/// </summary>
6464
/// <returns>A <see cref="global::Microsoft.Graph.Beta.Models.FederatedIdentityCredential"/></returns>
@@ -82,7 +82,7 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
8282
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Beta.Models.FederatedIdentityCredential>(requestInfo, global::Microsoft.Graph.Beta.Models.FederatedIdentityCredential.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
8383
}
8484
/// <summary>
85-
/// Create a new federatedIdentityCredential object for an application if it doesn&apos;t exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.
85+
/// Create a new federatedIdentityCredential object for an application or an agentIdentityBlueprint if it doesn&apos;t exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration or agentIdentityBlueprint and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application or agentIdentityBlueprint.
8686
/// Find more info here <see href="https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-beta" />
8787
/// </summary>
8888
/// <returns>A <see cref="global::Microsoft.Graph.Beta.Models.FederatedIdentityCredential"/></returns>
@@ -108,7 +108,7 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
108108
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Beta.Models.FederatedIdentityCredential>(requestInfo, global::Microsoft.Graph.Beta.Models.FederatedIdentityCredential.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
109109
}
110110
/// <summary>
111-
/// Deletes a federatedIdentityCredential object from an application.
111+
/// Delete a federatedIdentityCredential object from an application or an agentIdentityBlueprint.
112112
/// </summary>
113113
/// <returns>A <see cref="RequestInformation"/></returns>
114114
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -127,7 +127,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
127127
return requestInfo;
128128
}
129129
/// <summary>
130-
/// Read the properties and relationships of a federatedIdentityCredential object.
130+
/// Read the properties and relationships of a federatedIdentityCredential object assigned to an application or an agentIdentityBlueprint.
131131
/// </summary>
132132
/// <returns>A <see cref="RequestInformation"/></returns>
133133
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -146,7 +146,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<gl
146146
return requestInfo;
147147
}
148148
/// <summary>
149-
/// Create a new federatedIdentityCredential object for an application if it doesn&apos;t exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.
149+
/// Create a new federatedIdentityCredential object for an application or an agentIdentityBlueprint if it doesn&apos;t exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration or agentIdentityBlueprint and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application or agentIdentityBlueprint.
150150
/// </summary>
151151
/// <returns>A <see cref="RequestInformation"/></returns>
152152
/// <param name="body">The request body</param>
@@ -185,7 +185,7 @@ public partial class FederatedIdentityCredentialItemRequestBuilderDeleteRequestC
185185
{
186186
}
187187
/// <summary>
188-
/// Read the properties and relationships of a federatedIdentityCredential object.
188+
/// Read the properties and relationships of a federatedIdentityCredential object assigned to an application or an agentIdentityBlueprint.
189189
/// </summary>
190190
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
191191
public partial class FederatedIdentityCredentialItemRequestBuilderGetQueryParameters

src/Microsoft.Graph/Generated/Applications/Item/FederatedIdentityCredentialsWithName/FederatedIdentityCredentialsWithNameRequestBuilder.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public FederatedIdentityCredentialsWithNameRequestBuilder(string rawUrl, IReques
3737
{
3838
}
3939
/// <summary>
40-
/// Deletes a federatedIdentityCredential object from an application.
40+
/// Delete a federatedIdentityCredential object from an application or an agentIdentityBlueprint.
4141
/// Find more info here <see href="https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-beta" />
4242
/// </summary>
4343
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -60,7 +60,7 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
6060
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
6161
}
6262
/// <summary>
63-
/// Read the properties and relationships of a federatedIdentityCredential object.
63+
/// Read the properties and relationships of a federatedIdentityCredential object assigned to an application or an agentIdentityBlueprint.
6464
/// Find more info here <see href="https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-beta" />
6565
/// </summary>
6666
/// <returns>A <see cref="global::Microsoft.Graph.Beta.Models.FederatedIdentityCredential"/></returns>
@@ -84,7 +84,7 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
8484
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Beta.Models.FederatedIdentityCredential>(requestInfo, global::Microsoft.Graph.Beta.Models.FederatedIdentityCredential.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
8585
}
8686
/// <summary>
87-
/// Create a new federatedIdentityCredential object for an application if it doesn&apos;t exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.
87+
/// Create a new federatedIdentityCredential object for an application or an agentIdentityBlueprint if it doesn&apos;t exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration or agentIdentityBlueprint and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application or agentIdentityBlueprint.
8888
/// Find more info here <see href="https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-beta" />
8989
/// </summary>
9090
/// <returns>A <see cref="global::Microsoft.Graph.Beta.Models.FederatedIdentityCredential"/></returns>
@@ -110,7 +110,7 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
110110
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Beta.Models.FederatedIdentityCredential>(requestInfo, global::Microsoft.Graph.Beta.Models.FederatedIdentityCredential.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
111111
}
112112
/// <summary>
113-
/// Deletes a federatedIdentityCredential object from an application.
113+
/// Delete a federatedIdentityCredential object from an application or an agentIdentityBlueprint.
114114
/// </summary>
115115
/// <returns>A <see cref="RequestInformation"/></returns>
116116
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -129,7 +129,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
129129
return requestInfo;
130130
}
131131
/// <summary>
132-
/// Read the properties and relationships of a federatedIdentityCredential object.
132+
/// Read the properties and relationships of a federatedIdentityCredential object assigned to an application or an agentIdentityBlueprint.
133133
/// </summary>
134134
/// <returns>A <see cref="RequestInformation"/></returns>
135135
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -148,7 +148,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<gl
148148
return requestInfo;
149149
}
150150
/// <summary>
151-
/// Create a new federatedIdentityCredential object for an application if it doesn&apos;t exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.
151+
/// Create a new federatedIdentityCredential object for an application or an agentIdentityBlueprint if it doesn&apos;t exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration or agentIdentityBlueprint and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application or agentIdentityBlueprint.
152152
/// </summary>
153153
/// <returns>A <see cref="RequestInformation"/></returns>
154154
/// <param name="body">The request body</param>
@@ -187,7 +187,7 @@ public partial class FederatedIdentityCredentialsWithNameRequestBuilderDeleteReq
187187
{
188188
}
189189
/// <summary>
190-
/// Read the properties and relationships of a federatedIdentityCredential object.
190+
/// Read the properties and relationships of a federatedIdentityCredential object assigned to an application or an agentIdentityBlueprint.
191191
/// </summary>
192192
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
193193
public partial class FederatedIdentityCredentialsWithNameRequestBuilderGetQueryParameters

0 commit comments

Comments
 (0)