Skip to content

Commit

Permalink
Merge pull request #639 from microsoftgraph/schemas/metadata-publishi…
Browse files Browse the repository at this point in the history
…ng-2024-06-10

Schema sync 2024-06-10 from 1.3.412.0
  • Loading branch information
andrueastman authored Jun 10, 2024
2 parents dfc88dc + c76ab64 commit f5a7669
Show file tree
Hide file tree
Showing 5 changed files with 185 additions and 2 deletions.
69 changes: 68 additions & 1 deletion schemas/annotated-beta-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -854,6 +854,7 @@
<Member Name="required" Value="0" />
<Member Name="recommended" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
<Member Name="peerRecommended" Value="3" />
</EnumType>
<EnumType Name="associatedAssignmentPayloadType">
<Member Name="unknown" Value="0" />
Expand Down Expand Up @@ -17127,6 +17128,8 @@
<Property Name="backupServiceConsumer" Type="graph.backupServiceConsumer" />
<Property Name="disableReason" Type="graph.disableReason" />
<Property Name="gracePeriodDateTime" Type="Edm.DateTimeOffset" />
<Property Name="lastModifiedBy" Type="graph.identitySet" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="restoreAllowedTillDateTime" Type="Edm.DateTimeOffset" />
<Property Name="status" Type="graph.backupServiceStatus" />
</ComplexType>
Expand Down Expand Up @@ -35706,6 +35709,7 @@
</Action>
<Action Name="activate" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.serviceApp" />
<Parameter Name="effectiveDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<ReturnType Type="graph.serviceApp" />
</Action>
<Action Name="activate" IsBound="true">
Expand Down Expand Up @@ -67300,6 +67304,18 @@
<Annotations Target="microsoft.graph.industryData.aggregatedInboundStatistics/warnings">
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.industryData.apiDataConnector/baseUrl">
<Annotation Term="Org.OData.Core.V1.IsURL" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.industryData.azureDataLakeConnector/fileFormat">
<Annotation Term="Org.OData.Core.V1.ComputedDefaultValue" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.industryData.credential/isValid">
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.industryData.credential/lastValidDateTime">
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.industryData.fileUploadSession/containerExpirationDateTime">
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
</Annotations>
Expand Down Expand Up @@ -67378,6 +67394,9 @@
<Annotations Target="microsoft.graph.industryData.industryDataActivityStatistics/status">
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.industryData.industryDataConnector/sourceSystem">
<Annotation Term="Org.OData.Core.V1.AutoExpand" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.industryData.industryDataRoot">
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
<Record>
Expand Down Expand Up @@ -67480,6 +67499,14 @@
<Annotations Target="microsoft.graph.industryData.industryDataRunStatistics/status">
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.industryData.oAuth2ClientCredential/tokenUrl">
<Annotation Term="Org.OData.Core.V1.IsURL" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.industryData.oAuthClientCredential/clientSecret">
<Annotation Term="Org.OData.Core.V1.Permissions">
<EnumMember>Org.OData.Core.V1.Permission/Write</EnumMember>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.industryData.outboundProvisioningFlowSet">
<Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
<Record>
Expand Down Expand Up @@ -67542,6 +67569,9 @@
<Annotations Target="microsoft.graph.industryData.referenceDefinition/createdDateTime">
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.industryData.referenceDefinition/displayName">
<Annotation Term="Org.OData.Core.V1.ComputedDefaultValue" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.industryData.referenceDefinition/lastModifiedDateTime">
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
</Annotations>
Expand All @@ -67563,6 +67593,9 @@
<Annotations Target="microsoft.graph.industryData.userMatchingSetting/priorityOrder">
<Annotation Term="Org.OData.Core.V1.ComputedDefaultValue" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.industryData.userMatchingSetting/roleGroup">
<Annotation Term="Org.OData.Core.V1.AutoExpand" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.industryData.validate(microsoft.graph.industryData.industryDataConnector)">
<Annotation Term="Org.OData.Core.V1.DefaultNamespace" Bool="true" />
</Annotations>
Expand Down Expand Up @@ -93328,6 +93361,10 @@
<Member Name="userNumber" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="apiFormat">
<Member Name="oneRoster" Value="0" />
<Member Name="unknownFutureValue" Value="1" />
</EnumType>
<EnumType Name="filterOptions">
<Member Name="orgExternalId" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
Expand Down Expand Up @@ -93392,10 +93429,16 @@
<Property Name="additionalOptions" Type="microsoft.graph.industryData.additionalClassGroupOptions" Nullable="false" />
<Property Name="enrollmentMappings" Type="microsoft.graph.industryData.enrollmentMappings" Nullable="false" />
</ComplexType>
<ComplexType Name="credential" Abstract="true">
<Property Name="displayName" Type="Edm.String" Nullable="false" />
<Property Name="isValid" Type="Edm.Boolean" Nullable="false" />
<Property Name="lastValidDateTime" Type="Edm.DateTimeOffset" />
</ComplexType>
<ComplexType Name="enrollmentMappings">
<Property Name="memberEnrollmentMappings" Type="Collection(microsoft.graph.industryData.sectionRoleReferenceValue)" />
<Property Name="ownerEnrollmentMappings" Type="Collection(microsoft.graph.industryData.sectionRoleReferenceValue)" />
</ComplexType>
<ComplexType Name="fileFormatReferenceValue" BaseType="microsoft.graph.industryData.referenceValue" />
<ComplexType Name="fileUploadSession">
<Property Name="containerExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="containerId" Type="Edm.String" Nullable="false" />
Expand Down Expand Up @@ -93434,6 +93477,15 @@
<Property Name="runId" Type="Edm.String" Nullable="false" />
<Property Name="status" Type="microsoft.graph.industryData.industryDataRunStatus" Nullable="false" />
</ComplexType>
<ComplexType Name="oAuth1ClientCredential" BaseType="microsoft.graph.industryData.oAuthClientCredential" />
<ComplexType Name="oAuth2ClientCredential" BaseType="microsoft.graph.industryData.oAuthClientCredential">
<Property Name="scope" Type="Edm.String" />
<Property Name="tokenUrl" Type="Edm.String" Nullable="false" />
</ComplexType>
<ComplexType Name="oAuthClientCredential" BaseType="microsoft.graph.industryData.credential" Abstract="true">
<Property Name="clientId" Type="Edm.String" Nullable="false" />
<Property Name="clientSecret" Type="Edm.String" />
</ComplexType>
<ComplexType Name="passwordSettings" Abstract="true" />
<ComplexType Name="referenceValue" Abstract="true">
<Property Name="code" Type="Edm.String" />
Expand Down Expand Up @@ -93471,14 +93523,22 @@
<EntityType Name="administrativeUnitProvisioningFlow" BaseType="microsoft.graph.industryData.provisioningFlow">
<Property Name="creationOptions" Type="microsoft.graph.industryData.adminUnitCreationOptions" Nullable="false" />
</EntityType>
<EntityType Name="azureDataLakeConnector" BaseType="microsoft.graph.industryData.fileDataConnector" />
<EntityType Name="apiDataConnector" BaseType="microsoft.graph.industryData.industryDataConnector" Abstract="true">
<Property Name="apiFormat" Type="microsoft.graph.industryData.apiFormat" Nullable="false" />
<Property Name="baseUrl" Type="Edm.String" Nullable="false" />
<Property Name="credential" Type="microsoft.graph.industryData.credential" Nullable="false" />
</EntityType>
<EntityType Name="azureDataLakeConnector" BaseType="microsoft.graph.industryData.fileDataConnector">
<Property Name="fileFormat" Type="microsoft.graph.industryData.fileFormatReferenceValue" />
</EntityType>
<EntityType Name="classGroupProvisioningFlow" BaseType="microsoft.graph.industryData.provisioningFlow">
<Property Name="configuration" Type="microsoft.graph.industryData.classGroupConfiguration" Nullable="false" />
</EntityType>
<EntityType Name="fileDataConnector" BaseType="microsoft.graph.industryData.industryDataConnector" Abstract="true" />
<EntityType Name="fileValidateOperation" BaseType="microsoft.graph.industryData.validateOperation">
<Property Name="validatedFiles" Type="Collection(Edm.String)" Nullable="false" />
</EntityType>
<EntityType Name="inboundApiFlow" BaseType="microsoft.graph.industryData.inboundFlow" />
<EntityType Name="inboundFileFlow" BaseType="microsoft.graph.industryData.inboundFlow" />
<EntityType Name="inboundFlow" BaseType="microsoft.graph.industryData.industryDataActivity" Abstract="true">
<Property Name="dataDomain" Type="microsoft.graph.industryData.inboundDomain" Nullable="false" />
Expand Down Expand Up @@ -93521,6 +93581,12 @@
<Property Name="status" Type="microsoft.graph.industryData.industryDataActivityStatus" Nullable="false" />
<NavigationProperty Name="activity" Type="microsoft.graph.industryData.industryDataActivity" />
</EntityType>
<EntityType Name="oneRosterApiDataConnector" BaseType="microsoft.graph.industryData.apiDataConnector">
<Property Name="apiVersion" Type="Edm.String" Nullable="false" />
<Property Name="isContactsEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="isDemographicsEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="isFlagsEnabled" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<EntityType Name="outboundFlowActivity" BaseType="microsoft.graph.industryData.industryDataRunActivity" />
<EntityType Name="outboundProvisioningFlowSet" BaseType="graph.entity">
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
Expand All @@ -93537,6 +93603,7 @@
<EntityType Name="referenceDefinition" BaseType="graph.entity">
<Property Name="code" Type="Edm.String" Nullable="false" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="displayName" Type="Edm.String" />
<Property Name="isDisabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="referenceType" Type="Edm.String" Nullable="false" />
Expand Down
7 changes: 7 additions & 0 deletions schemas/annotated-v1.0-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -1069,6 +1069,12 @@
<Member Name="serviceProvider" Value="32" />
<Member Name="unknownFutureValue" Value="64" />
</EnumType>
<EnumType Name="conditionalAccessInsiderRiskLevels" IsFlags="true">
<Member Name="minor" Value="1" />
<Member Name="moderate" Value="2" />
<Member Name="elevated" Value="4" />
<Member Name="unknownFutureValue" Value="8" />
</EnumType>
<EnumType Name="conditionalAccessPolicyState">
<Member Name="enabled" Value="0" />
<Member Name="disabled" Value="1" />
Expand Down Expand Up @@ -6292,6 +6298,7 @@
<Property Name="clientApplications" Type="graph.conditionalAccessClientApplications" />
<Property Name="clientAppTypes" Type="Collection(graph.conditionalAccessClientApp)" Nullable="false" />
<Property Name="devices" Type="graph.conditionalAccessDevices" />
<Property Name="insiderRiskLevels" Type="graph.conditionalAccessInsiderRiskLevels" />
<Property Name="locations" Type="graph.conditionalAccessLocations" />
<Property Name="platforms" Type="graph.conditionalAccessPlatforms" />
<Property Name="servicePrincipalRiskLevels" Type="Collection(graph.riskLevel)" Nullable="false" />
Expand Down
35 changes: 35 additions & 0 deletions schemas/beta-Fairfax.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -29819,6 +29819,18 @@
<Parameter Name="top" Type="Edm.Int32" />
<ReturnType Type="Edm.Stream" />
</Action>
<Action Name="getCloudPcRecommendationReports" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.cloudPcReports" />
<Parameter Name="reportName" Type="graph.cloudPcReportName" />
<Parameter Name="filter" Type="Edm.String" Unicode="false" />
<Parameter Name="select" Type="Collection(Edm.String)" Unicode="false" />
<Parameter Name="search" Type="Edm.String" Unicode="false" />
<Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false" />
<Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false" />
<Parameter Name="skip" Type="Edm.Int32" />
<Parameter Name="top" Type="Edm.Int32" />
<ReturnType Type="Edm.Stream" />
</Action>
<Action Name="getCompliancePoliciesReportForDevice" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.deviceManagementReports" />
<Parameter Name="name" Type="Edm.String" Unicode="false" />
Expand Down Expand Up @@ -30053,6 +30065,17 @@
<Parameter Name="filter" Type="Edm.String" Unicode="false" />
<ReturnType Type="Edm.Stream" />
</Action>
<Action Name="getConnectionQualityReports" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.cloudPcReports" />
<Parameter Name="filter" Type="Edm.String" Unicode="false" />
<Parameter Name="select" Type="Collection(Edm.String)" Unicode="false" />
<Parameter Name="search" Type="Edm.String" Unicode="false" />
<Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false" />
<Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false" />
<Parameter Name="skip" Type="Edm.Int32" />
<Parameter Name="top" Type="Edm.Int32" />
<ReturnType Type="Edm.Stream" />
</Action>
<Action Name="getDailyAggregatedRemoteConnectionReports" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.cloudPcReports" />
<Parameter Name="filter" Type="Edm.String" Unicode="false" />
Expand Down Expand Up @@ -30302,6 +30325,18 @@
<Parameter Name="filter" Type="Edm.String" Unicode="false" />
<ReturnType Type="Edm.Stream" />
</Action>
<Action Name="getFrontlineReport" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.cloudPcReports" />
<Parameter Name="reportName" Type="graph.cloudPcReportName" />
<Parameter Name="filter" Type="Edm.String" Unicode="false" />
<Parameter Name="select" Type="Collection(Edm.String)" Unicode="false" />
<Parameter Name="search" Type="Edm.String" Unicode="false" />
<Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false" />
<Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false" />
<Parameter Name="skip" Type="Edm.Int32" />
<Parameter Name="top" Type="Edm.Int32" />
<ReturnType Type="Edm.Stream" />
</Action>
<Action Name="getGlobalScriptHighestAvailableVersion" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.deviceHealthScript" />
<ReturnType Type="Edm.String" Unicode="false" />
Expand Down
Loading

0 comments on commit f5a7669

Please sign in to comment.