Skip to content

Commit 97e87ab

Browse files
Update generated files with build 2863246 (#690)
1 parent ed02655 commit 97e87ab

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/Microsoft.Graph/Microsoft.Graph.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>Microsoft Graph Client Library allows you to call Office 365, Azure AD and other Microsoft services through a single unified developer experience.</Description>
4-
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
4+
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
55
<AssemblyTitle>Microsoft Graph V1.0 Service Client Library</AssemblyTitle>
66
<Authors>Microsoft</Authors>
77
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
@@ -19,7 +19,7 @@
1919
<DelaySign>false</DelaySign>
2020
<AssemblyOriginatorKeyFile>35MSSharedLib1024.snk</AssemblyOriginatorKeyFile>
2121
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
22-
<VersionPrefix>3.4.0</VersionPrefix>
22+
<VersionPrefix>3.5.0</VersionPrefix>
2323
<!-- VersionPrefix minor version should not be set when the change comes from the generator. It will be updated automatically. -->
2424
<!-- VersionPrefix minor version must be manually set when making manual changes to code. -->
2525
<!-- VersionPrefix major and patch versions must be manually set. -->
@@ -47,4 +47,4 @@
4747
</PackagePath>
4848
</None>
4949
</ItemGroup>
50-
</Project>
50+
</Project>

src/Microsoft.Graph/Models/Generated/PolicyBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace Microsoft.Graph
1919
/// The type Policy Base.
2020
/// </summary>
2121
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
22-
public partial class PolicyBase : Entity
22+
public partial class PolicyBase : DirectoryObject
2323
{
2424

2525
///<summary>

src/Microsoft.Graph/Requests/Generated/IPolicyBaseRequestBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace Microsoft.Graph
1616
/// <summary>
1717
/// The interface IPolicyBaseRequestBuilder.
1818
/// </summary>
19-
public partial interface IPolicyBaseRequestBuilder : IEntityRequestBuilder
19+
public partial interface IPolicyBaseRequestBuilder : IDirectoryObjectRequestBuilder
2020
{
2121
/// <summary>
2222
/// Builds the request.

src/Microsoft.Graph/Requests/Generated/PolicyBaseRequestBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace Microsoft.Graph
1616
/// <summary>
1717
/// The type PolicyBaseRequestBuilder.
1818
/// </summary>
19-
public partial class PolicyBaseRequestBuilder : EntityRequestBuilder, IPolicyBaseRequestBuilder
19+
public partial class PolicyBaseRequestBuilder : DirectoryObjectRequestBuilder, IPolicyBaseRequestBuilder
2020
{
2121

2222
/// <summary>

0 commit comments

Comments
 (0)