Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions schemas/v1.0-Bleu.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -7287,13 +7287,15 @@
<EntityType Name="agentIdentity" BaseType="graph.servicePrincipal" OpenType="true">
<Property Name="agentIdentityBlueprintId" Type="Edm.String" Nullable="false" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="managerApplications" Type="Collection(Edm.Guid)" Nullable="false" />
<NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
</EntityType>
<EntityType Name="agentIdentityBlueprint" BaseType="graph.application" OpenType="true">
<NavigationProperty Name="inheritablePermissions" Type="Collection(graph.inheritablePermission)" ContainsTarget="true" />
<NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
</EntityType>
<EntityType Name="agentIdentityBlueprintPrincipal" BaseType="graph.servicePrincipal" OpenType="true">
<Property Name="managerApplications" Type="Collection(Edm.Guid)" Nullable="false" />
<NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
</EntityType>
<EntityType Name="agentUser" BaseType="graph.user" OpenType="true" />
Expand Down Expand Up @@ -15296,6 +15298,32 @@
<Annotations Target="microsoft.graph.agentIdentity/agentIdentityBlueprintId">
<Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.agentIdentity/managerApplications">
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
<Record>
<PropertyValue Property="Insertable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
<Record>
<PropertyValue Property="Updatable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.agentIdentityBlueprintPrincipal/managerApplications">
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
<Record>
<PropertyValue Property="Insertable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
<Record>
<PropertyValue Property="Updatable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.agreement">
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
<Record>
Expand Down
28 changes: 28 additions & 0 deletions schemas/v1.0-Delos.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -5621,13 +5621,15 @@
<EntityType Name="agentIdentity" BaseType="graph.servicePrincipal" OpenType="true">
<Property Name="agentIdentityBlueprintId" Type="Edm.String" Nullable="false" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="managerApplications" Type="Collection(Edm.Guid)" Nullable="false" />
<NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
</EntityType>
<EntityType Name="agentIdentityBlueprint" BaseType="graph.application" OpenType="true">
<NavigationProperty Name="inheritablePermissions" Type="Collection(graph.inheritablePermission)" ContainsTarget="true" />
<NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
</EntityType>
<EntityType Name="agentIdentityBlueprintPrincipal" BaseType="graph.servicePrincipal" OpenType="true">
<Property Name="managerApplications" Type="Collection(Edm.Guid)" Nullable="false" />
<NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
</EntityType>
<EntityType Name="agentUser" BaseType="graph.user" OpenType="true" />
Expand Down Expand Up @@ -12495,6 +12497,32 @@
<Annotations Target="microsoft.graph.agentIdentity/agentIdentityBlueprintId">
<Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.agentIdentity/managerApplications">
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
<Record>
<PropertyValue Property="Insertable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
<Record>
<PropertyValue Property="Updatable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.agentIdentityBlueprintPrincipal/managerApplications">
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
<Record>
<PropertyValue Property="Insertable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
<Record>
<PropertyValue Property="Updatable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.allDevicesAssignmentTarget">
<Annotation Term="Org.OData.Core.V1.Description" String="Represents an assignment to all managed devices in the tenant." />
</Annotations>
Expand Down
28 changes: 28 additions & 0 deletions schemas/v1.0-Fairfax.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -9502,13 +9502,15 @@
<EntityType Name="agentIdentity" BaseType="graph.servicePrincipal" OpenType="true">
<Property Name="agentIdentityBlueprintId" Type="Edm.String" Nullable="false" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="managerApplications" Type="Collection(Edm.Guid)" Nullable="false" />
<NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
</EntityType>
<EntityType Name="agentIdentityBlueprint" BaseType="graph.application" OpenType="true">
<NavigationProperty Name="inheritablePermissions" Type="Collection(graph.inheritablePermission)" ContainsTarget="true" />
<NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
</EntityType>
<EntityType Name="agentIdentityBlueprintPrincipal" BaseType="graph.servicePrincipal" OpenType="true">
<Property Name="managerApplications" Type="Collection(Edm.Guid)" Nullable="false" />
<NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
</EntityType>
<EntityType Name="agentUser" BaseType="graph.user" OpenType="true" />
Expand Down Expand Up @@ -22516,6 +22518,32 @@
<Annotations Target="microsoft.graph.agentIdentity/agentIdentityBlueprintId">
<Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.agentIdentity/managerApplications">
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
<Record>
<PropertyValue Property="Insertable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
<Record>
<PropertyValue Property="Updatable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.agentIdentityBlueprintPrincipal/managerApplications">
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
<Record>
<PropertyValue Property="Insertable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
<Record>
<PropertyValue Property="Updatable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.agreement">
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
<Record>
Expand Down
28 changes: 28 additions & 0 deletions schemas/v1.0-GovSG.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -626,13 +626,15 @@
<EntityType Name="agentIdentity" BaseType="graph.servicePrincipal" OpenType="true">
<Property Name="agentIdentityBlueprintId" Type="Edm.String" Nullable="false" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="managerApplications" Type="Collection(Edm.Guid)" Nullable="false" />
<NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
</EntityType>
<EntityType Name="agentIdentityBlueprint" BaseType="graph.application" OpenType="true">
<NavigationProperty Name="inheritablePermissions" Type="Collection(graph.inheritablePermission)" ContainsTarget="true" />
<NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
</EntityType>
<EntityType Name="agentIdentityBlueprintPrincipal" BaseType="graph.servicePrincipal" OpenType="true">
<Property Name="managerApplications" Type="Collection(Edm.Guid)" Nullable="false" />
<NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
</EntityType>
<EntityType Name="agentUser" BaseType="graph.user" OpenType="true" />
Expand Down Expand Up @@ -1860,6 +1862,32 @@
<Annotations Target="microsoft.graph.agentIdentity/agentIdentityBlueprintId">
<Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.agentIdentity/managerApplications">
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
<Record>
<PropertyValue Property="Insertable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
<Record>
<PropertyValue Property="Updatable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.agentIdentityBlueprintPrincipal/managerApplications">
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
<Record>
<PropertyValue Property="Insertable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
<Record>
<PropertyValue Property="Updatable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.application">
<Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
<Record>
Expand Down
28 changes: 28 additions & 0 deletions schemas/v1.0-Mooncake.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -6574,13 +6574,15 @@
<EntityType Name="agentIdentity" BaseType="graph.servicePrincipal" OpenType="true">
<Property Name="agentIdentityBlueprintId" Type="Edm.String" Nullable="false" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="managerApplications" Type="Collection(Edm.Guid)" Nullable="false" />
<NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
</EntityType>
<EntityType Name="agentIdentityBlueprint" BaseType="graph.application" OpenType="true">
<NavigationProperty Name="inheritablePermissions" Type="Collection(graph.inheritablePermission)" ContainsTarget="true" />
<NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
</EntityType>
<EntityType Name="agentIdentityBlueprintPrincipal" BaseType="graph.servicePrincipal" OpenType="true">
<Property Name="managerApplications" Type="Collection(Edm.Guid)" Nullable="false" />
<NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
</EntityType>
<EntityType Name="agentUser" BaseType="graph.user" OpenType="true" />
Expand Down Expand Up @@ -14469,6 +14471,32 @@
<Annotations Target="microsoft.graph.agentIdentity/agentIdentityBlueprintId">
<Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.agentIdentity/managerApplications">
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
<Record>
<PropertyValue Property="Insertable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
<Record>
<PropertyValue Property="Updatable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.agentIdentityBlueprintPrincipal/managerApplications">
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
<Record>
<PropertyValue Property="Insertable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
<Record>
<PropertyValue Property="Updatable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.agreement">
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
<Record>
Expand Down
12 changes: 12 additions & 0 deletions schemas/v1.0-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -19281,6 +19281,9 @@
<Property Name="notificationUrl" Type="Edm.String" Nullable="false" />
<Property Name="notificationUrlAppId" Type="Edm.String" />
<Property Name="resource" Type="Edm.String" Nullable="false" />
<Property Name="vapidPublicKey" Type="Edm.String" />
<Property Name="webPushEncryptionP256dhPublicKey" Type="Edm.String" />
<Property Name="webPushEncryptionSecret" Type="Edm.String" />
</EntityType>
<EntityType Name="swapShiftsChangeRequest" BaseType="graph.offerShiftRequest">
<Property Name="recipientShiftId" Type="Edm.String" />
Expand Down Expand Up @@ -27423,6 +27426,10 @@
<Parameter Name="bindingParameter" Type="Collection(graph.managedAppRegistration)" />
<ReturnType Type="Collection(Edm.String)" Unicode="false" />
</Function>
<Function Name="getVapidPublicKey" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(graph.subscription)" />
<ReturnType Type="Edm.String" Unicode="false" />
</Function>
<Function Name="getVirtualAppointmentJoinWebUrl" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.onlineMeeting" />
<ReturnType Type="Edm.String" Unicode="false" />
Expand Down Expand Up @@ -44588,6 +44595,11 @@
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" />
</Annotations>
<Annotations Target="microsoft.graph.subscription/webPushEncryptionSecret">
<Annotation Term="Org.OData.Core.V1.Permissions">
<EnumMember>Org.OData.Core.V1.Permission/Write</EnumMember>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.synchronization">
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
<Record>
Expand Down
28 changes: 28 additions & 0 deletions schemas/v1.0-USNat.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -5601,6 +5601,7 @@
<EntityType Name="agentIdentity" BaseType="graph.servicePrincipal" OpenType="true">
<Property Name="agentIdentityBlueprintId" Type="Edm.String" Nullable="false" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="managerApplications" Type="Collection(Edm.Guid)" Nullable="false" />
<NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
</EntityType>
<EntityType Name="agentIdentityBlueprint" BaseType="graph.application" OpenType="true">
Expand All @@ -5609,6 +5610,7 @@
<NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
</EntityType>
<EntityType Name="agentIdentityBlueprintPrincipal" BaseType="graph.servicePrincipal" OpenType="true">
<Property Name="managerApplications" Type="Collection(Edm.Guid)" Nullable="false" />
<Property Name="signInAudience" Type="Edm.String" />
<NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
</EntityType>
Expand Down Expand Up @@ -14101,6 +14103,32 @@
<Annotations Target="microsoft.graph.agentIdentity/agentIdentityBlueprintId">
<Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.agentIdentity/managerApplications">
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
<Record>
<PropertyValue Property="Insertable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
<Record>
<PropertyValue Property="Updatable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.agentIdentityBlueprintPrincipal/managerApplications">
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
<Record>
<PropertyValue Property="Insertable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
<Record>
<PropertyValue Property="Updatable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.agreement">
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
<Record>
Expand Down
Loading
Loading