Skip to content

Commit 6d7def7

Browse files
authored
Schema sync 2025-10-27 from 1.4.250.0 (#922)
1 parent f4832ad commit 6d7def7

File tree

3 files changed

+385
-56
lines changed

3 files changed

+385
-56
lines changed

schemas/beta-Fairfax.csdl

Lines changed: 87 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1620,6 +1620,12 @@
16201620
<Member Name="arm64" Value="1" />
16211621
<Member Name="unknownFutureValue" Value="2" />
16221622
</EnumType>
1623+
<EnumType Name="cloudPcImportedSnapshotState">
1624+
<Member Name="notUsed" Value="0" />
1625+
<Member Name="inUse" Value="1" />
1626+
<Member Name="expired" Value="2" />
1627+
<Member Name="unknownFutureValue" Value="3" />
1628+
</EnumType>
16231629
<EnumType Name="cloudPCInaccessibleReportName">
16241630
<Member Name="inaccessibleCloudPcReports" Value="0" />
16251631
<Member Name="inaccessibleCloudPcTrendReport" Value="1" />
@@ -1931,6 +1937,23 @@
19311937
<Member Name="unhealthy" Value="2" />
19321938
<Member Name="unknownFutureValue" Value="3" />
19331939
</EnumType>
1940+
<EnumType Name="cloudPcSnapshotImportActionStatus">
1941+
<Member Name="pending" Value="0" />
1942+
<Member Name="inProgress" Value="1" />
1943+
<Member Name="succeeded" Value="2" />
1944+
<Member Name="failed" Value="3" />
1945+
<Member Name="unknownFutureValue" Value="4" />
1946+
</EnumType>
1947+
<EnumType Name="cloudPcSnapshotImportFileType">
1948+
<Member Name="dataFile" Value="0" />
1949+
<Member Name="virtualMachineGuestState" Value="1" />
1950+
<Member Name="unknownFutureValue" Value="2" />
1951+
</EnumType>
1952+
<EnumType Name="cloudPcSnapshotImportSourceType">
1953+
<Member Name="azureStorageAccount" Value="0" />
1954+
<Member Name="sasUrl" Value="1" />
1955+
<Member Name="unknownFutureValue" Value="2" />
1956+
</EnumType>
19341957
<EnumType Name="cloudPcSnapshotStatus">
19351958
<Member Name="ready" Value="0" />
19361959
<Member Name="unknownFutureValue" Value="999" />
@@ -10462,6 +10485,23 @@
1046210485
<Property Name="permission" Type="Edm.String" />
1046310486
<Property Name="scopeIds" Type="Collection(Edm.String)" />
1046410487
</ComplexType>
10488+
<ComplexType Name="cloudPcSnapshotImportActionDetail">
10489+
<Property Name="fileType" Type="graph.cloudPcSnapshotImportFileType" Nullable="false" />
10490+
<Property Name="sasUrl" Type="Edm.String" />
10491+
<Property Name="sourceType" Type="graph.cloudPcSnapshotImportSourceType" Nullable="false" />
10492+
<Property Name="storageBlobInfo" Type="graph.cloudPcStorageBlobDetail" />
10493+
</ComplexType>
10494+
<ComplexType Name="cloudPcSnapshotImportActionResult">
10495+
<Property Name="additionalDetail" Type="Edm.String" />
10496+
<Property Name="assignedUserPrincipalName" Type="Edm.String" />
10497+
<Property Name="endDateTime" Type="Edm.DateTimeOffset" />
10498+
<Property Name="filename" Type="Edm.String" />
10499+
<Property Name="importStatus" Type="graph.cloudPcSnapshotImportActionStatus" Nullable="false" />
10500+
<Property Name="policyName" Type="Edm.String" />
10501+
<Property Name="snapshotId" Type="Edm.String" />
10502+
<Property Name="startDateTime" Type="Edm.DateTimeOffset" />
10503+
<Property Name="usageStatus" Type="graph.cloudPcImportedSnapshotState" Nullable="false" />
10504+
</ComplexType>
1046510505
<ComplexType Name="cloudPcSourceDeviceImage">
1046610506
<Property Name="displayName" Type="Edm.String" />
1046710507
<Property Name="id" Type="Edm.String" />
@@ -10483,6 +10523,11 @@
1048310523
<Property Name="count" Type="Edm.Int32" />
1048410524
<Property Name="status" Type="graph.cloudPcStatus" Nullable="false" />
1048510525
</ComplexType>
10526+
<ComplexType Name="cloudPcStorageBlobDetail">
10527+
<Property Name="containerName" Type="Edm.String" Nullable="false" />
10528+
<Property Name="fileName" Type="Edm.String" Nullable="false" />
10529+
<Property Name="storageAccountId" Type="Edm.String" Nullable="false" />
10530+
</ComplexType>
1048610531
<ComplexType Name="cloudPcSubscription">
1048710532
<Property Name="subscriptionId" Type="Edm.String" />
1048810533
<Property Name="subscriptionName" Type="Edm.String" />
@@ -33590,6 +33635,12 @@
3359033635
<Parameter Name="overwriteResourceNamespace" Type="Edm.Boolean" Nullable="false" />
3359133636
<ReturnType Type="graph.unifiedRbacResourceNamespace" />
3359233637
</Action>
33638+
<Action Name="importSnapshot" IsBound="true">
33639+
<Parameter Name="bindingParameter" Type="Collection(graph.cloudPcSnapshot)" />
33640+
<Parameter Name="sourceFiles" Type="Collection(graph.cloudPcSnapshotImportActionDetail)" />
33641+
<Parameter Name="assignedUserId" Type="Edm.String" Unicode="false" />
33642+
<ReturnType Type="graph.cloudPcSnapshotImportActionResult" />
33643+
</Action>
3359333644
<Action Name="imPower" IsBound="true">
3359433645
<Parameter Name="bindparameter" Type="graph.workbookFunctions" />
3359533646
<Parameter Name="inumber" Type="graph.Json" />
@@ -34423,6 +34474,10 @@
3442334474
<Action Name="publish" IsBound="true">
3442434475
<Parameter Name="bookingBusiness" Type="graph.bookingBusiness" Nullable="false" />
3442534476
</Action>
34477+
<Action Name="purgeImportedSnapshot" IsBound="true">
34478+
<Parameter Name="bindingParameter" Type="Collection(graph.cloudPcSnapshot)" />
34479+
<Parameter Name="snapshotIds" Type="Collection(Edm.String)" Unicode="false" />
34480+
</Action>
3442634481
<Action Name="pv" IsBound="true">
3442734482
<Parameter Name="bindparameter" Type="graph.workbookFunctions" />
3442834483
<Parameter Name="rate" Type="graph.Json" />
@@ -37719,6 +37774,11 @@
3771937774
<Parameter Name="bindingParameter" Type="graph.virtualEndpoint" />
3772037775
<ReturnType Type="Collection(graph.cloudPcScopedPermission)" />
3772137776
</Function>
37777+
<Function Name="retrieveSnapshotImportResults" IsBound="true">
37778+
<Parameter Name="bindingParameter" Type="Collection(graph.cloudPcSnapshot)" />
37779+
<Parameter Name="snapshotId" Type="Edm.String" Unicode="false" />
37780+
<ReturnType Type="Collection(graph.cloudPcSnapshotImportActionResult)" />
37781+
</Function>
3772237782
<Function Name="retrieveSnapshots" IsBound="true">
3772337783
<Parameter Name="bindingParameter" Type="graph.cloudPC" />
3772437784
<ReturnType Type="Collection(graph.cloudPcSnapshot)" />
@@ -38120,9 +38180,7 @@
3812038180
<NavigationPropertyBinding Path="transitiveReports" Target="directoryObjects" />
3812138181
</Singleton>
3812238182
<Singleton Name="monitoring" Type="microsoft.graph.deviceManagement.monitoring" />
38123-
<Singleton Name="networkAccess" Type="microsoft.graph.networkaccess.networkAccessRoot">
38124-
<NavigationPropertyBinding Path="forwardingProfiles/servicePrincipal" Target="servicePrincipals" />
38125-
</Singleton>
38183+
<Singleton Name="networkAccess" Type="microsoft.graph.networkaccess.networkAccessRoot" />
3812638184
<Singleton Name="planner" Type="microsoft.graph.planner">
3812738185
<NavigationPropertyBinding Path="buckets/tasks" Target="planner/tasks" />
3812838186
<NavigationPropertyBinding Path="plans/buckets" Target="planner/buckets" />
@@ -71838,6 +71896,13 @@
7183871896
</Collection>
7183971897
</Annotation>
7184071898
</Annotations>
71899+
<Annotations Target="microsoft.graph.security.identityContainer/sensorCandidates">
71900+
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
71901+
<Record>
71902+
<PropertyValue Property="Upsertable" Bool="true" />
71903+
</Record>
71904+
</Annotation>
71905+
</Annotations>
7184171906
<Annotations Target="microsoft.graph.security.incident">
7184271907
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
7184371908
<Record>
@@ -84087,12 +84152,6 @@
8408784152
<Property Name="trafficForwardingType" Type="microsoft.graph.networkaccess.trafficForwardingType" Nullable="false" />
8408884153
</EntityType>
8408984154
<EntityType Name="forwardingPolicyLink" BaseType="microsoft.graph.networkaccess.policyLink" />
84090-
<EntityType Name="forwardingProfile" BaseType="microsoft.graph.networkaccess.profile">
84091-
<Property Name="associations" Type="Collection(microsoft.graph.networkaccess.association)" />
84092-
<Property Name="priority" Type="Edm.Int32" Nullable="false" />
84093-
<Property Name="trafficForwardingType" Type="microsoft.graph.networkaccess.trafficForwardingType" Nullable="false" />
84094-
<NavigationProperty Name="servicePrincipal" Type="graph.servicePrincipal" Nullable="false" />
84095-
</EntityType>
8409684155
<EntityType Name="forwardingRule" BaseType="microsoft.graph.networkaccess.policyRule" Abstract="true">
8409784156
<Property Name="action" Type="microsoft.graph.networkaccess.forwardingRuleAction" Nullable="false" />
8409884157
<Property Name="clientFallbackAction" Type="microsoft.graph.networkaccess.clientFallbackAction" Nullable="false" />
@@ -84106,7 +84165,6 @@
8410684165
<EntityType Name="networkAccessRoot" BaseType="graph.entity">
8410784166
<NavigationProperty Name="alerts" Type="Collection(microsoft.graph.networkaccess.alert)" ContainsTarget="true" />
8410884167
<NavigationProperty Name="forwardingPolicies" Type="Collection(microsoft.graph.networkaccess.forwardingPolicy)" ContainsTarget="true" />
84109-
<NavigationProperty Name="forwardingProfiles" Type="Collection(microsoft.graph.networkaccess.forwardingProfile)" ContainsTarget="true" />
8411084168
<NavigationProperty Name="logs" Type="microsoft.graph.networkaccess.logs" ContainsTarget="true" />
8411184169
<NavigationProperty Name="reports" Type="microsoft.graph.networkaccess.reports" ContainsTarget="true" />
8411284170
<NavigationProperty Name="tenantStatus" Type="microsoft.graph.networkaccess.tenantStatus" ContainsTarget="true" />
@@ -84177,14 +84235,6 @@
8417784235
<Property Name="name" Type="Edm.String" Nullable="false" />
8417884236
</EntityType>
8417984237
<EntityType Name="privateAccessForwardingRule" BaseType="microsoft.graph.networkaccess.forwardingRule" />
84180-
<EntityType Name="profile" BaseType="graph.entity" Abstract="true">
84181-
<Property Name="description" Type="Edm.String" />
84182-
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
84183-
<Property Name="name" Type="Edm.String" Nullable="false" />
84184-
<Property Name="state" Type="microsoft.graph.networkaccess.status" Nullable="false" />
84185-
<Property Name="version" Type="Edm.String" Nullable="false" />
84186-
<NavigationProperty Name="policies" Type="Collection(microsoft.graph.networkaccess.policyLink)" ContainsTarget="true" />
84187-
</EntityType>
8418884238
<EntityType Name="remoteNetworkHealthEvent" BaseType="graph.entity" Abstract="true">
8418984239
<Property Name="bgpRoutesAdvertisedCount" Type="Edm.Int32" />
8419084240
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
@@ -84934,6 +84984,11 @@
8493484984
<Member Name="disableGrouping" Value="1" />
8493584985
<Member Name="unknownFutureValue" Value="2" />
8493684986
</EnumType>
84987+
<EnumType Name="sensorCandidateActivationMode">
84988+
<Member Name="manual" Value="1" />
84989+
<Member Name="automated" Value="2" />
84990+
<Member Name="unknownFutureValue" Value="3" />
84991+
</EnumType>
8493784992
<EnumType Name="sensorHealthStatus">
8493884993
<Member Name="healthy" Value="1" />
8493984994
<Member Name="notHealthyLow" Value="2" />
@@ -85850,6 +85905,8 @@
8585085905
<EntityType Name="identityContainer" BaseType="graph.entity">
8585185906
<NavigationProperty Name="healthIssues" Type="Collection(microsoft.graph.security.healthIssue)" ContainsTarget="true" />
8585285907
<NavigationProperty Name="identityAccounts" Type="Collection(microsoft.graph.security.identityAccounts)" ContainsTarget="true" />
85908+
<NavigationProperty Name="sensorCandidateActivationConfiguration" Type="microsoft.graph.security.sensorCandidateActivationConfiguration" ContainsTarget="true" Nullable="false" />
85909+
<NavigationProperty Name="sensorCandidates" Type="Collection(microsoft.graph.security.sensorCandidate)" ContainsTarget="true" />
8585385910
<NavigationProperty Name="sensors" Type="Collection(microsoft.graph.security.sensor)" ContainsTarget="true" />
8585485911
</EntityType>
8585585912
<EntityType Name="incident" BaseType="graph.entity">
@@ -85972,6 +86029,14 @@
8597286029
<Property Name="version" Type="Edm.String" Nullable="false" />
8597386030
<NavigationProperty Name="healthIssues" Type="Collection(microsoft.graph.security.healthIssue)" />
8597486031
</EntityType>
86032+
<EntityType Name="sensorCandidate" BaseType="graph.entity">
86033+
<Property Name="computerDnsName" Type="Edm.String" Nullable="false" />
86034+
<Property Name="lastSeenDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
86035+
<Property Name="senseClientVersion" Type="Edm.String" Nullable="false" />
86036+
</EntityType>
86037+
<EntityType Name="sensorCandidateActivationConfiguration" BaseType="graph.entity">
86038+
<Property Name="activationMode" Type="microsoft.graph.security.sensorCandidateActivationMode" Nullable="false" />
86039+
</EntityType>
8597586040
<EntityType Name="siteSource" BaseType="microsoft.graph.security.dataSource">
8597686041
<NavigationProperty Name="site" Type="graph.site" Nullable="false" />
8597786042
</EntityType>
@@ -86001,6 +86066,10 @@
8600186066
<Property Name="includedSources" Type="microsoft.graph.security.sourceType" />
8600286067
<Property Name="siteWebUrl" Type="Edm.String" />
8600386068
</EntityType>
86069+
<Action Name="activate" IsBound="true">
86070+
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.security.sensorCandidate)" />
86071+
<Parameter Name="serverIds" Type="Collection(Edm.String)" Unicode="false" />
86072+
</Action>
8600486073
<Action Name="activate" IsBound="true">
8600586074
<Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoveryCustodian" />
8600686075
</Action>

0 commit comments

Comments
 (0)