Skip to content

Commit 95d310f

Browse files
microsoft-graph-devx-bot[bot]dependabot[bot]MIchaelMainerMicrosoft Graph DevX Tooling
authored
Generated beta models and request builders (#1061)
* build(deps): bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps): bump actions/setup-dotnet from 4.3.1 to 5.0.0 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.3.1 to 5.0.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4.3.1...v5.0.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps): bump github/codeql-action from 3 to 4 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * feat(generation): update request builders and models Update generated files with build 202235 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael Mainer <[email protected]> Co-authored-by: Microsoft Graph DevX Tooling <[email protected]>
1 parent fde00c3 commit 95d310f

File tree

519 files changed

+61973
-3897
lines changed

Some content is hidden

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

519 files changed

+61973
-3897
lines changed

.github/workflows/release-please-gha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
release:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323

2424
- name: Generate GitHub App token
2525
id: app-token

.github/workflows/validatePullRequest.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
solutionName: Microsoft.Graph.Beta.sln
2020
projectName: src/Microsoft.Graph/Microsoft.Graph.Beta.csproj
2121
steps:
22-
- uses: actions/checkout@v4.2.2
22+
- uses: actions/checkout@v5
2323
- name: Setup .NET
24-
uses: actions/setup-dotnet@v4.3.1
24+
uses: actions/setup-dotnet@v5.0.0
2525
with:
2626
dotnet-version: 8.x
2727
- name: Restore dependencies
@@ -49,14 +49,14 @@ jobs:
4949
language: [ 'csharp' ]
5050
steps:
5151
- name: Checkout repository
52-
uses: actions/checkout@v4.2.2
52+
uses: actions/checkout@v5
5353
- name: Initialize CodeQL
54-
uses: github/codeql-action/init@v3
54+
uses: github/codeql-action/init@v4
5555
with:
5656
languages: ${{ matrix.language }}
5757
- name: Restore dependencies
5858
run: dotnet restore ${{ env.solutionName }}
5959
- name: Build for netstandard2.0
6060
run: dotnet build ${{ env.projectName }} -f netstandard2.0 --no-restore -c Release --no-incremental
6161
- name: Perform CodeQL Analysis
62-
uses: github/codeql-action/analyze@v3
62+
uses: github/codeql-action/analyze@v4

src/Microsoft.Graph/Generated/BaseGraphServiceClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ public partial class BaseGraphServiceClient : BaseRequestBuilder
525525
{
526526
get => new global::Microsoft.Graph.Beta.PermissionGrants.PermissionGrantsRequestBuilder(PathParameters, RequestAdapter);
527527
}
528-
/// <summary>The places property</summary>
528+
/// <summary>Provides operations to manage the collection of place entities.</summary>
529529
public global::Microsoft.Graph.Beta.Places.PlacesRequestBuilder Places
530530
{
531531
get => new global::Microsoft.Graph.Beta.Places.PlacesRequestBuilder(PathParameters, RequestAdapter);

src/Microsoft.Graph/Generated/DeviceManagement/AndroidManagedStoreAccountEnterpriseSettings/AndroidManagedStoreAccountEnterpriseSettingsRequestBuilder.cs

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@
44
using Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.ApproveApps;
55
using Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.CompleteSignup;
66
using Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.CreateGooglePlayWebToken;
7+
using Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.RequestEnterpriseUpgradeUrl;
78
using Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.RequestSignupUrl;
9+
using Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.RetrieveStoreLayout;
810
using Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.SetAndroidDeviceOwnerFullyManagedEnrollmentState;
11+
using Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.SetStoreLayout;
912
using Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.SyncApps;
1013
using Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.Unbind;
1114
using Microsoft.Graph.Beta.Models.ODataErrors;
@@ -46,16 +49,31 @@ public partial class AndroidManagedStoreAccountEnterpriseSettingsRequestBuilder
4649
{
4750
get => new global::Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.CreateGooglePlayWebToken.CreateGooglePlayWebTokenRequestBuilder(PathParameters, RequestAdapter);
4851
}
52+
/// <summary>Provides operations to call the requestEnterpriseUpgradeUrl method.</summary>
53+
public global::Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.RequestEnterpriseUpgradeUrl.RequestEnterpriseUpgradeUrlRequestBuilder RequestEnterpriseUpgradeUrl
54+
{
55+
get => new global::Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.RequestEnterpriseUpgradeUrl.RequestEnterpriseUpgradeUrlRequestBuilder(PathParameters, RequestAdapter);
56+
}
4957
/// <summary>Provides operations to call the requestSignupUrl method.</summary>
5058
public global::Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.RequestSignupUrl.RequestSignupUrlRequestBuilder RequestSignupUrl
5159
{
5260
get => new global::Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.RequestSignupUrl.RequestSignupUrlRequestBuilder(PathParameters, RequestAdapter);
5361
}
62+
/// <summary>Provides operations to call the retrieveStoreLayout method.</summary>
63+
public global::Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.RetrieveStoreLayout.RetrieveStoreLayoutRequestBuilder RetrieveStoreLayout
64+
{
65+
get => new global::Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.RetrieveStoreLayout.RetrieveStoreLayoutRequestBuilder(PathParameters, RequestAdapter);
66+
}
5467
/// <summary>Provides operations to call the setAndroidDeviceOwnerFullyManagedEnrollmentState method.</summary>
5568
public global::Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.SetAndroidDeviceOwnerFullyManagedEnrollmentState.SetAndroidDeviceOwnerFullyManagedEnrollmentStateRequestBuilder SetAndroidDeviceOwnerFullyManagedEnrollmentState
5669
{
5770
get => new global::Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.SetAndroidDeviceOwnerFullyManagedEnrollmentState.SetAndroidDeviceOwnerFullyManagedEnrollmentStateRequestBuilder(PathParameters, RequestAdapter);
5871
}
72+
/// <summary>Provides operations to call the setStoreLayout method.</summary>
73+
public global::Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.SetStoreLayout.SetStoreLayoutRequestBuilder SetStoreLayout
74+
{
75+
get => new global::Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.SetStoreLayout.SetStoreLayoutRequestBuilder(PathParameters, RequestAdapter);
76+
}
5977
/// <summary>Provides operations to call the syncApps method.</summary>
6078
public global::Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.SyncApps.SyncAppsRequestBuilder SyncApps
6179
{
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
// <auto-generated/>
2+
#pragma warning disable CS0618
3+
using Microsoft.Kiota.Abstractions.Extensions;
4+
using Microsoft.Kiota.Abstractions.Serialization;
5+
using Microsoft.Kiota.Abstractions.Store;
6+
using System.Collections.Generic;
7+
using System.IO;
8+
using System;
9+
namespace Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.RequestEnterpriseUpgradeUrl
10+
{
11+
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
12+
#pragma warning disable CS1591
13+
public partial class RequestEnterpriseUpgradeUrlPostResponse : IAdditionalDataHolder, IBackedModel, IParsable
14+
#pragma warning restore CS1591
15+
{
16+
/// <summary>Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.</summary>
17+
public IDictionary<string, object> AdditionalData
18+
{
19+
get { return BackingStore.Get<IDictionary<string, object>>("AdditionalData") ?? new Dictionary<string, object>(); }
20+
set { BackingStore.Set("AdditionalData", value); }
21+
}
22+
/// <summary>Stores model information.</summary>
23+
public IBackingStore BackingStore { get; private set; }
24+
/// <summary>The value property</summary>
25+
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
26+
#nullable enable
27+
public string? Value
28+
{
29+
get { return BackingStore?.Get<string?>("value"); }
30+
set { BackingStore?.Set("value", value); }
31+
}
32+
#nullable restore
33+
#else
34+
public string Value
35+
{
36+
get { return BackingStore?.Get<string>("value"); }
37+
set { BackingStore?.Set("value", value); }
38+
}
39+
#endif
40+
/// <summary>
41+
/// Instantiates a new <see cref="global::Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.RequestEnterpriseUpgradeUrl.RequestEnterpriseUpgradeUrlPostResponse"/> and sets the default values.
42+
/// </summary>
43+
public RequestEnterpriseUpgradeUrlPostResponse()
44+
{
45+
BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore();
46+
AdditionalData = new Dictionary<string, object>();
47+
}
48+
/// <summary>
49+
/// Creates a new instance of the appropriate class based on discriminator value
50+
/// </summary>
51+
/// <returns>A <see cref="global::Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.RequestEnterpriseUpgradeUrl.RequestEnterpriseUpgradeUrlPostResponse"/></returns>
52+
/// <param name="parseNode">The parse node to use to read the discriminator value and create the object</param>
53+
public static global::Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.RequestEnterpriseUpgradeUrl.RequestEnterpriseUpgradeUrlPostResponse CreateFromDiscriminatorValue(IParseNode parseNode)
54+
{
55+
if(ReferenceEquals(parseNode, null)) throw new ArgumentNullException(nameof(parseNode));
56+
return new global::Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.RequestEnterpriseUpgradeUrl.RequestEnterpriseUpgradeUrlPostResponse();
57+
}
58+
/// <summary>
59+
/// The deserialization information for the current model
60+
/// </summary>
61+
/// <returns>A IDictionary&lt;string, Action&lt;IParseNode&gt;&gt;</returns>
62+
public virtual IDictionary<string, Action<IParseNode>> GetFieldDeserializers()
63+
{
64+
return new Dictionary<string, Action<IParseNode>>
65+
{
66+
{ "value", n => { Value = n.GetStringValue(); } },
67+
};
68+
}
69+
/// <summary>
70+
/// Serializes information the current object
71+
/// </summary>
72+
/// <param name="writer">Serialization writer to use to serialize this model</param>
73+
public virtual void Serialize(ISerializationWriter writer)
74+
{
75+
if(ReferenceEquals(writer, null)) throw new ArgumentNullException(nameof(writer));
76+
writer.WriteStringValue("value", Value);
77+
writer.WriteAdditionalData(AdditionalData);
78+
}
79+
}
80+
}
81+
#pragma warning restore CS0618
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
// <auto-generated/>
2+
#pragma warning disable CS0618
3+
using Microsoft.Graph.Beta.Models.ODataErrors;
4+
using Microsoft.Kiota.Abstractions.Extensions;
5+
using Microsoft.Kiota.Abstractions.Serialization;
6+
using Microsoft.Kiota.Abstractions;
7+
using System.Collections.Generic;
8+
using System.IO;
9+
using System.Threading.Tasks;
10+
using System.Threading;
11+
using System;
12+
namespace Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.RequestEnterpriseUpgradeUrl
13+
{
14+
/// <summary>
15+
/// Provides operations to call the requestEnterpriseUpgradeUrl method.
16+
/// </summary>
17+
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
18+
public partial class RequestEnterpriseUpgradeUrlRequestBuilder : BaseRequestBuilder
19+
{
20+
/// <summary>
21+
/// Instantiates a new <see cref="global::Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.RequestEnterpriseUpgradeUrl.RequestEnterpriseUpgradeUrlRequestBuilder"/> and sets the default values.
22+
/// </summary>
23+
/// <param name="pathParameters">Path parameters for the request</param>
24+
/// <param name="requestAdapter">The request adapter to use to execute the requests.</param>
25+
public RequestEnterpriseUpgradeUrlRequestBuilder(Dictionary<string, object> pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/deviceManagement/androidManagedStoreAccountEnterpriseSettings/requestEnterpriseUpgradeUrl", pathParameters)
26+
{
27+
}
28+
/// <summary>
29+
/// Instantiates a new <see cref="global::Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.RequestEnterpriseUpgradeUrl.RequestEnterpriseUpgradeUrlRequestBuilder"/> and sets the default values.
30+
/// </summary>
31+
/// <param name="rawUrl">The raw URL to use for the request builder.</param>
32+
/// <param name="requestAdapter">The request adapter to use to execute the requests.</param>
33+
public RequestEnterpriseUpgradeUrlRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/deviceManagement/androidManagedStoreAccountEnterpriseSettings/requestEnterpriseUpgradeUrl", rawUrl)
34+
{
35+
}
36+
/// <summary>
37+
/// Invoke action requestEnterpriseUpgradeUrl
38+
/// </summary>
39+
/// <returns>A <see cref="global::Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.RequestEnterpriseUpgradeUrl.RequestEnterpriseUpgradeUrlPostResponse"/></returns>
40+
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
41+
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
42+
/// <exception cref="global::Microsoft.Graph.Beta.Models.ODataErrors.ODataError">When receiving a 4XX or 5XX status code</exception>
43+
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
44+
#nullable enable
45+
public async Task<global::Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.RequestEnterpriseUpgradeUrl.RequestEnterpriseUpgradeUrlPostResponse?> PostAsRequestEnterpriseUpgradeUrlPostResponseAsync(Action<RequestConfiguration<DefaultQueryParameters>>? requestConfiguration = default, CancellationToken cancellationToken = default)
46+
{
47+
#nullable restore
48+
#else
49+
public async Task<global::Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.RequestEnterpriseUpgradeUrl.RequestEnterpriseUpgradeUrlPostResponse> PostAsRequestEnterpriseUpgradeUrlPostResponseAsync(Action<RequestConfiguration<DefaultQueryParameters>> requestConfiguration = default, CancellationToken cancellationToken = default)
50+
{
51+
#endif
52+
var requestInfo = ToPostRequestInformation(requestConfiguration);
53+
var errorMapping = new Dictionary<string, ParsableFactory<IParsable>>
54+
{
55+
{ "XXX", global::Microsoft.Graph.Beta.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue },
56+
};
57+
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.RequestEnterpriseUpgradeUrl.RequestEnterpriseUpgradeUrlPostResponse>(requestInfo, global::Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.RequestEnterpriseUpgradeUrl.RequestEnterpriseUpgradeUrlPostResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
58+
}
59+
/// <summary>
60+
/// Invoke action requestEnterpriseUpgradeUrl
61+
/// </summary>
62+
/// <returns>A <see cref="global::Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.RequestEnterpriseUpgradeUrl.RequestEnterpriseUpgradeUrlResponse"/></returns>
63+
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
64+
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
65+
/// <exception cref="global::Microsoft.Graph.Beta.Models.ODataErrors.ODataError">When receiving a 4XX or 5XX status code</exception>
66+
[Obsolete("This method is obsolete. Use PostAsRequestEnterpriseUpgradeUrlPostResponseAsync instead.")]
67+
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
68+
#nullable enable
69+
public async Task<global::Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.RequestEnterpriseUpgradeUrl.RequestEnterpriseUpgradeUrlResponse?> PostAsync(Action<RequestConfiguration<DefaultQueryParameters>>? requestConfiguration = default, CancellationToken cancellationToken = default)
70+
{
71+
#nullable restore
72+
#else
73+
public async Task<global::Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.RequestEnterpriseUpgradeUrl.RequestEnterpriseUpgradeUrlResponse> PostAsync(Action<RequestConfiguration<DefaultQueryParameters>> requestConfiguration = default, CancellationToken cancellationToken = default)
74+
{
75+
#endif
76+
var requestInfo = ToPostRequestInformation(requestConfiguration);
77+
var errorMapping = new Dictionary<string, ParsableFactory<IParsable>>
78+
{
79+
{ "XXX", global::Microsoft.Graph.Beta.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue },
80+
};
81+
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.RequestEnterpriseUpgradeUrl.RequestEnterpriseUpgradeUrlResponse>(requestInfo, global::Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.RequestEnterpriseUpgradeUrl.RequestEnterpriseUpgradeUrlResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
82+
}
83+
/// <summary>
84+
/// Invoke action requestEnterpriseUpgradeUrl
85+
/// </summary>
86+
/// <returns>A <see cref="RequestInformation"/></returns>
87+
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
88+
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
89+
#nullable enable
90+
public RequestInformation ToPostRequestInformation(Action<RequestConfiguration<DefaultQueryParameters>>? requestConfiguration = default)
91+
{
92+
#nullable restore
93+
#else
94+
public RequestInformation ToPostRequestInformation(Action<RequestConfiguration<DefaultQueryParameters>> requestConfiguration = default)
95+
{
96+
#endif
97+
var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters);
98+
requestInfo.Configure(requestConfiguration);
99+
requestInfo.Headers.TryAdd("Accept", "application/json");
100+
return requestInfo;
101+
}
102+
/// <summary>
103+
/// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
104+
/// </summary>
105+
/// <returns>A <see cref="global::Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.RequestEnterpriseUpgradeUrl.RequestEnterpriseUpgradeUrlRequestBuilder"/></returns>
106+
/// <param name="rawUrl">The raw URL to use for the request builder.</param>
107+
public global::Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.RequestEnterpriseUpgradeUrl.RequestEnterpriseUpgradeUrlRequestBuilder WithUrl(string rawUrl)
108+
{
109+
return new global::Microsoft.Graph.Beta.DeviceManagement.AndroidManagedStoreAccountEnterpriseSettings.RequestEnterpriseUpgradeUrl.RequestEnterpriseUpgradeUrlRequestBuilder(rawUrl, RequestAdapter);
110+
}
111+
/// <summary>
112+
/// Configuration for the request such as headers, query parameters, and middleware options.
113+
/// </summary>
114+
[Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")]
115+
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
116+
public partial class RequestEnterpriseUpgradeUrlRequestBuilderPostRequestConfiguration : RequestConfiguration<DefaultQueryParameters>
117+
{
118+
}
119+
}
120+
}
121+
#pragma warning restore CS0618

0 commit comments

Comments
 (0)