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
5 changes: 3 additions & 2 deletions schemas/beta-Fairfax.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -9980,7 +9980,7 @@
<Property Name="state" Type="graph.appManagementRestrictionState" Nullable="false" />
</ComplexType>
<ComplexType Name="audiencesConfiguration">
<Property Name="azureAdMultipleOrgs" Type="graph.audienceRestriction" />
<Property Name="azureAdMultipleOrgs" Type="graph.azureAdMultipleOrgsAudienceRestriction" />
<Property Name="personalMicrosoftAccount" Type="graph.audienceRestriction" />
</ComplexType>
<ComplexType Name="audio">
Expand Down Expand Up @@ -10155,6 +10155,7 @@
<Property Name="isAdminConfigurable" Type="Edm.Boolean" />
<Property Name="localAdmins" Type="graph.localAdminSettings" />
</ComplexType>
<ComplexType Name="azureAdMultipleOrgsAudienceRestriction" BaseType="graph.audienceRestriction" />
<ComplexType Name="azureAdPopTokenAuthentication" BaseType="graph.customExtensionAuthenticationConfiguration" />
<ComplexType Name="azureADRegistrationPolicy">
<Property Name="allowedToRegister" Type="graph.deviceRegistrationMembership" />
Expand Down Expand Up @@ -26473,7 +26474,7 @@
<NavigationProperty Name="alerts" Type="Collection(graph.alert)" ContainsTarget="true" />
<NavigationProperty Name="alerts_v2" Type="Collection(microsoft.graph.security.alert)" ContainsTarget="true" />
<NavigationProperty Name="cases" Type="microsoft.graph.security.casesRoot" ContainsTarget="true" />
<NavigationProperty Name="dataSecurityAndGovernance" Type="graph.dataSecurityAndGovernance" ContainsTarget="true" />
<NavigationProperty Name="dataSecurityAndGovernance" Type="graph.tenantDataSecurityAndGovernance" ContainsTarget="true" />
<NavigationProperty Name="identities" Type="microsoft.graph.security.identityContainer" ContainsTarget="true" />
<NavigationProperty Name="incidents" Type="Collection(microsoft.graph.security.incident)" ContainsTarget="true" />
<NavigationProperty Name="labels" Type="microsoft.graph.security.labelsRoot" ContainsTarget="true" />
Expand Down
3 changes: 2 additions & 1 deletion schemas/beta-Mooncake.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -7668,7 +7668,7 @@
<Property Name="state" Type="graph.appManagementRestrictionState" Nullable="false" />
</ComplexType>
<ComplexType Name="audiencesConfiguration">
<Property Name="azureAdMultipleOrgs" Type="graph.audienceRestriction" />
<Property Name="azureAdMultipleOrgs" Type="graph.azureAdMultipleOrgsAudienceRestriction" />
<Property Name="personalMicrosoftAccount" Type="graph.audienceRestriction" />
</ComplexType>
<ComplexType Name="audio">
Expand Down Expand Up @@ -7858,6 +7858,7 @@
<Property Name="isAdminConfigurable" Type="Edm.Boolean" />
<Property Name="localAdmins" Type="graph.localAdminSettings" />
</ComplexType>
<ComplexType Name="azureAdMultipleOrgsAudienceRestriction" BaseType="graph.audienceRestriction" />
<ComplexType Name="azureAdPopTokenAuthentication" BaseType="graph.customExtensionAuthenticationConfiguration" />
<ComplexType Name="azureADRegistrationPolicy">
<Property Name="allowedToRegister" Type="graph.deviceRegistrationMembership" />
Expand Down
64 changes: 64 additions & 0 deletions schemas/beta-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -8375,6 +8375,8 @@
<Member Name="active" Value="3" />
<Member Name="unknownFutureValue" Value="4" />
<Member Name="dormant" Value="5" />
<Member Name="offboardRequested" Value="6" />
<Member Name="offboarded" Value="7" />
</EnumType>
<EnumType Name="protectionRuleStatus">
<Member Name="draft" Value="0" />
Expand Down Expand Up @@ -14616,6 +14618,9 @@
<ComplexType Name="copilotFile">
<Property Name="uri" Type="Edm.String" Nullable="false" />
</ComplexType>
<ComplexType Name="copilotPackageUpdateResponse">
<Property Name="id" Type="Edm.String" Nullable="false" />
</ComplexType>
<ComplexType Name="copilotSearchDataSourcesConfiguration">
<Property Name="oneDrive" Type="graph.oneDriveDataSourceConfiguration" Nullable="false" />
</ComplexType>
Expand Down Expand Up @@ -26739,6 +26744,7 @@
<Property Name="shortDescription" Type="Edm.String" />
<Property Name="supportedHosts" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="type" Type="graph.packageType" Nullable="false" />
<Property Name="zipFile" Type="Edm.Stream" />
</EntityType>
<EntityType Name="copilotPackageDetail" BaseType="graph.copilotPackage">
<Property Name="acquireUsersAndGroups" Type="Collection(graph.packageAccessEntity)" Nullable="false" />
Expand Down Expand Up @@ -29415,6 +29421,7 @@
<NavigationProperty Name="availableAccessPackages" Type="Collection(graph.availableAccessPackage)" ContainsTarget="true" />
<NavigationProperty Name="connectedOrganizations" Type="Collection(graph.connectedOrganization)" ContainsTarget="true" />
<NavigationProperty Name="controlConfigurations" Type="Collection(graph.controlConfiguration)" ContainsTarget="true" />
<NavigationProperty Name="externalOriginResourceConnectors" Type="Collection(graph.externalOriginResourceConnector)" ContainsTarget="true" />
<NavigationProperty Name="settings" Type="graph.entitlementManagementSettings" ContainsTarget="true" />
<NavigationProperty Name="subjects" Type="Collection(graph.accessPackageSubject)" ContainsTarget="true" />
</EntityType>
Expand Down Expand Up @@ -34840,6 +34847,7 @@
<Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="lastModifiedBy" Type="graph.identitySet" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="offboardRequestedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="protectionMode" Type="graph.BackupPolicyProtectionMode" />
<Property Name="protectionPolicyArtifactCount" Type="graph.protectionPolicyArtifactCount" />
<Property Name="retentionSettings" Type="Collection(graph.retentionSetting)" />
Expand Down Expand Up @@ -41806,6 +41814,9 @@
<Parameter Name="number2" Type="graph.Json" />
<ReturnType Type="graph.workbookFunctionResult" />
</Action>
<Action Name="block" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.copilotPackage" Nullable="false" />
</Action>
<Action Name="browse" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.browseSessionBase" />
<Parameter Name="browseLocationItemKey" Type="Edm.String" Unicode="false" />
Expand Down Expand Up @@ -46495,6 +46506,10 @@
<Action Name="reapplyFilters" IsBound="true">
<Parameter Name="bindparameter" Type="graph.workbookTable" />
</Action>
<Action Name="reassign" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.copilotPackage" Nullable="false" />
<Parameter Name="userId" Type="Edm.String" Nullable="false" Unicode="false" />
</Action>
<Action Name="reassign" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.educationSubmission" />
<ReturnType Type="graph.educationSubmission" />
Expand Down Expand Up @@ -48222,6 +48237,9 @@
<Action Name="unbind" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.androidManagedStoreAccountEnterpriseSettings" />
</Action>
<Action Name="unblock" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.copilotPackage" Nullable="false" />
</Action>
<Action Name="unblockManagedApps" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.user" />
</Action>
Expand Down Expand Up @@ -48302,6 +48320,11 @@
<Action Name="unsubscribeByMail" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.group" />
</Action>
<Action Name="update" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.copilotPackage" Nullable="false" />
<Parameter Name="zipFile" Type="Edm.Stream" Nullable="false" />
<ReturnType Type="graph.copilotPackageUpdateResponse" Nullable="false" />
</Action>
<Action Name="update" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.policySet" />
<Parameter Name="addedPolicySetItems" Type="Collection(graph.policySetItem)" />
Expand Down Expand Up @@ -63225,6 +63248,11 @@
<PropertyValue Property="Countable" Bool="true" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
<Record>
<PropertyValue Property="Deletable" Bool="true" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
<Record>
<PropertyValue Property="Filterable" Bool="true" />
Expand All @@ -63246,7 +63274,43 @@
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
<Record>
<PropertyValue Property="Insertable" Bool="true" />
<PropertyValue Property="RequiredProperties">
<Collection>
<PropertyPath>zipFile</PropertyPath>
</Collection>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SkipTokenSupported" Bool="true" />
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
<Record>
<PropertyValue Property="NonUpdatableNavigationProperties">
<Collection />
</PropertyValue>
<PropertyValue Property="NonUpdatableProperties">
<Collection>
<PropertyPath>elementDetails</PropertyPath>
<PropertyPath>id</PropertyPath>
<PropertyPath>lastModifiedDateTime</PropertyPath>
<PropertyPath>manifestVersion</PropertyPath>
<PropertyPath>publisher</PropertyPath>
<PropertyPath>type</PropertyPath>
<PropertyPath>version</PropertyPath>
<PropertyPath>zipFile</PropertyPath>
</Collection>
</PropertyValue>
<PropertyValue Property="RequiredProperties">
<Collection />
</PropertyValue>
<PropertyValue Property="Updatable" Bool="true" />
<PropertyValue Property="UpdatableNavigationProperties">
<Collection />
</PropertyValue>
</Record>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.copilotChatResponseOptions">
<Annotation Term="Org.OData.Core.V1.Description" String="Represents copilot response options parameter." />
Expand Down
3 changes: 2 additions & 1 deletion schemas/beta-USNat.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -2956,7 +2956,7 @@
<Property Name="state" Type="graph.appManagementRestrictionState" Nullable="false" />
</ComplexType>
<ComplexType Name="audiencesConfiguration">
<Property Name="azureAdMultipleOrgs" Type="graph.audienceRestriction" />
<Property Name="azureAdMultipleOrgs" Type="graph.azureAdMultipleOrgsAudienceRestriction" />
<Property Name="personalMicrosoftAccount" Type="graph.audienceRestriction" />
</ComplexType>
<ComplexType Name="audio">
Expand Down Expand Up @@ -3112,6 +3112,7 @@
<Property Name="isAdminConfigurable" Type="Edm.Boolean" />
<Property Name="localAdmins" Type="graph.localAdminSettings" />
</ComplexType>
<ComplexType Name="azureAdMultipleOrgsAudienceRestriction" BaseType="graph.audienceRestriction" />
<ComplexType Name="azureAdPopTokenAuthentication" BaseType="graph.customExtensionAuthenticationConfiguration" />
<ComplexType Name="azureADRegistrationPolicy">
<Property Name="allowedToRegister" Type="graph.deviceRegistrationMembership" />
Expand Down
3 changes: 2 additions & 1 deletion schemas/beta-USSec.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -2984,7 +2984,7 @@
<Property Name="state" Type="graph.appManagementRestrictionState" Nullable="false" />
</ComplexType>
<ComplexType Name="audiencesConfiguration">
<Property Name="azureAdMultipleOrgs" Type="graph.audienceRestriction" />
<Property Name="azureAdMultipleOrgs" Type="graph.azureAdMultipleOrgsAudienceRestriction" />
<Property Name="personalMicrosoftAccount" Type="graph.audienceRestriction" />
</ComplexType>
<ComplexType Name="audio">
Expand Down Expand Up @@ -3140,6 +3140,7 @@
<Property Name="isAdminConfigurable" Type="Edm.Boolean" />
<Property Name="localAdmins" Type="graph.localAdminSettings" />
</ComplexType>
<ComplexType Name="azureAdMultipleOrgsAudienceRestriction" BaseType="graph.audienceRestriction" />
<ComplexType Name="azureAdPopTokenAuthentication" BaseType="graph.customExtensionAuthenticationConfiguration" />
<ComplexType Name="azureADRegistrationPolicy">
<Property Name="allowedToRegister" Type="graph.deviceRegistrationMembership" />
Expand Down
12 changes: 11 additions & 1 deletion schemas/v1.0-Fairfax.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -6832,6 +6832,10 @@
<ComplexType Name="onTokenIssuanceStartReturnClaim">
<Property Name="claimIdInApiResponse" Type="Edm.String" />
</ComplexType>
<ComplexType Name="openIdConnectSetting">
<Property Name="clientId" Type="Edm.String" Nullable="false" />
<Property Name="discoveryUrl" Type="Edm.String" Nullable="false" />
</ComplexType>
<ComplexType Name="operatingSystemSpecifications">
<Property Name="operatingSystemPlatform" Type="Edm.String" Nullable="false" />
<Property Name="operatingSystemVersion" Type="Edm.String" Nullable="false" />
Expand Down Expand Up @@ -10921,6 +10925,12 @@
<Property Name="name" Type="Edm.String" Nullable="false" />
<Property Name="targetObjects" Type="Collection(Edm.String)" Nullable="false" />
</EntityType>
<EntityType Name="externalAuthenticationMethodConfiguration" BaseType="graph.authenticationMethodConfiguration">
<Property Name="appId" Type="Edm.String" Nullable="false" />
<Property Name="displayName" Type="Edm.String" Nullable="false" />
<Property Name="openIdConnectSetting" Type="graph.openIdConnectSetting" Nullable="false" />
<NavigationProperty Name="includeTargets" Type="Collection(graph.authenticationMethodTarget)" ContainsTarget="true" />
</EntityType>
<EntityType Name="externalDomainName" BaseType="graph.entity" />
<EntityType Name="featureRolloutPolicy" BaseType="graph.entity">
<Property Name="description" Type="Edm.String" />
Expand Down Expand Up @@ -12904,7 +12914,7 @@
<NavigationProperty Name="alerts" Type="Collection(graph.alert)" ContainsTarget="true" />
<NavigationProperty Name="alerts_v2" Type="Collection(microsoft.graph.security.alert)" ContainsTarget="true" />
<NavigationProperty Name="cases" Type="microsoft.graph.security.casesRoot" ContainsTarget="true" />
<NavigationProperty Name="dataSecurityAndGovernance" Type="graph.dataSecurityAndGovernance" ContainsTarget="true" />
<NavigationProperty Name="dataSecurityAndGovernance" Type="graph.tenantDataSecurityAndGovernance" ContainsTarget="true" />
<NavigationProperty Name="identities" Type="microsoft.graph.security.identityContainer" ContainsTarget="true" />
<NavigationProperty Name="incidents" Type="Collection(microsoft.graph.security.incident)" ContainsTarget="true" />
<NavigationProperty Name="labels" Type="microsoft.graph.security.labelsRoot" ContainsTarget="true" />
Expand Down
10 changes: 10 additions & 0 deletions schemas/v1.0-Mooncake.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -4767,6 +4767,10 @@
<Property Name="propertyCausingError" Type="Edm.String" />
<Property Name="value" Type="Edm.String" />
</ComplexType>
<ComplexType Name="openIdConnectSetting">
<Property Name="clientId" Type="Edm.String" Nullable="false" />
<Property Name="discoveryUrl" Type="Edm.String" Nullable="false" />
</ComplexType>
<ComplexType Name="operationError">
<Property Name="code" Type="Edm.String" />
<Property Name="message" Type="Edm.String" />
Expand Down Expand Up @@ -8067,6 +8071,12 @@
<Property Name="name" Type="Edm.String" Nullable="false" />
<Property Name="targetObjects" Type="Collection(Edm.String)" Nullable="false" />
</EntityType>
<EntityType Name="externalAuthenticationMethodConfiguration" BaseType="graph.authenticationMethodConfiguration">
<Property Name="appId" Type="Edm.String" Nullable="false" />
<Property Name="displayName" Type="Edm.String" Nullable="false" />
<Property Name="openIdConnectSetting" Type="graph.openIdConnectSetting" Nullable="false" />
<NavigationProperty Name="includeTargets" Type="Collection(graph.authenticationMethodTarget)" ContainsTarget="true" />
</EntityType>
<EntityType Name="externalDomainName" BaseType="graph.entity" />
<EntityType Name="federatedIdentityCredential" BaseType="graph.entity">
<Property Name="audiences" Type="Collection(Edm.String)" Nullable="false" />
Expand Down
Loading
Loading