|
1554 | 1554 | <Member Name="available" Value="1" /> |
1555 | 1555 | <Member Name="availableWithWarning" Value="2" /> |
1556 | 1556 | <Member Name="unavailable" Value="3" /> |
1557 | | - <Member Name="unknownFutureValue" Value="999" /> |
| 1557 | + <Member Name="unknownFutureValue" Value="4" /> |
| 1558 | + <Member Name="underServiceMaintenance" Value="5" /> |
| 1559 | + <Member Name="inUse" Value="6" /> |
1558 | 1560 | </EnumType> |
1559 | 1561 | <EnumType Name="cloudPcDeviceImageErrorCode"> |
1560 | 1562 | <Member Name="internalServerError" Value="0" /> |
|
14852 | 14854 | <Property Name="displayName" Type="Edm.String" /> |
14853 | 14855 | <Property Name="localizations" Type="Collection(graph.displayNameLocalization)" /> |
14854 | 14856 | </ComplexType> |
| 14857 | + <ComplexType Name="profileSourceLocalization"> |
| 14858 | + <Property Name="displayName" Type="Edm.String" /> |
| 14859 | + <Property Name="languageTag" Type="Edm.String" /> |
| 14860 | + <Property Name="webUrl" Type="Edm.String" /> |
| 14861 | + </ComplexType> |
14855 | 14862 | <ComplexType Name="programResource" BaseType="graph.identity" OpenType="true"> |
14856 | 14863 | <Property Name="type" Type="Edm.String" /> |
14857 | 14864 | </ComplexType> |
|
18949 | 18956 | <Property Name="isFallbackPublicClient" Type="Edm.Boolean" /> |
18950 | 18957 | <Property Name="keyCredentials" Type="Collection(graph.keyCredential)" Nullable="false" /> |
18951 | 18958 | <Property Name="logo" Type="Edm.Stream" Nullable="false" /> |
| 18959 | + <Property Name="managerApplications" Type="Collection(Edm.Guid)" Nullable="false" /> |
18952 | 18960 | <Property Name="notes" Type="Edm.String" /> |
18953 | 18961 | <Property Name="onPremisesPublishing" Type="graph.onPremisesPublishing" /> |
18954 | 18962 | <Property Name="optionalClaims" Type="graph.optionalClaims" /> |
|
23156 | 23164 | <Key> |
23157 | 23165 | <PropertyRef Name="resourceAppId" /> |
23158 | 23166 | </Key> |
23159 | | - <Property Name="inheritableScopes" Type="graph.inheritableScopes" Nullable="false" /> |
| 23167 | + <Property Name="inheritableScopes" Type="graph.inheritableScopes" /> |
23160 | 23168 | <Property Name="resourceAppId" Type="Edm.String" Nullable="false" /> |
23161 | 23169 | </EntityType> |
23162 | 23170 | <EntityType Name="insightsSettings" BaseType="graph.entity"> |
|
25458 | 25466 | </EntityType> |
25459 | 25467 | <EntityType Name="organizationSettings" BaseType="graph.entity"> |
25460 | 25468 | <NavigationProperty Name="itemInsights" Type="graph.insightsSettings" ContainsTarget="true" /> |
| 25469 | + <NavigationProperty Name="peopleInsights" Type="graph.insightsSettings" ContainsTarget="true" /> |
25461 | 25470 | </EntityType> |
25462 | 25471 | <EntityType Name="orgContact" BaseType="graph.directoryObject" OpenType="true"> |
25463 | 25472 | <Property Name="addresses" Type="Collection(graph.physicalOfficeAddress)" /> |
|
25593 | 25602 | <NavigationProperty Name="itemInsights" Type="graph.insightsSettings" ContainsTarget="true" /> |
25594 | 25603 | <NavigationProperty Name="namePronunciation" Type="graph.namePronunciationSettings" ContainsTarget="true" /> |
25595 | 25604 | <NavigationProperty Name="profileCardProperties" Type="Collection(graph.profileCardProperty)" ContainsTarget="true" /> |
| 25605 | + <NavigationProperty Name="profilePropertySettings" Type="Collection(graph.profilePropertySetting)" ContainsTarget="true" /> |
| 25606 | + <NavigationProperty Name="profileSources" Type="Collection(graph.profileSource)" ContainsTarget="true" /> |
25596 | 25607 | <NavigationProperty Name="pronouns" Type="graph.pronounsSettings" ContainsTarget="true" /> |
25597 | 25608 | </EntityType> |
25598 | 25609 | <EntityType Name="permission" BaseType="graph.entity"> |
|
26262 | 26273 | <Property Name="height" Type="Edm.Int32" /> |
26263 | 26274 | <Property Name="width" Type="Edm.Int32" /> |
26264 | 26275 | </EntityType> |
| 26276 | + <EntityType Name="profilePropertySetting" BaseType="graph.entity"> |
| 26277 | + <Property Name="displayName" Type="Edm.String" /> |
| 26278 | + <Property Name="name" Type="Edm.String" /> |
| 26279 | + <Property Name="prioritizedSourceUrls" Type="Collection(Edm.String)" /> |
| 26280 | + </EntityType> |
| 26281 | + <EntityType Name="profileSource" BaseType="graph.entity"> |
| 26282 | + <Property Name="displayName" Type="Edm.String" /> |
| 26283 | + <Property Name="kind" Type="Edm.String" /> |
| 26284 | + <Property Name="localizations" Type="Collection(graph.profileSourceLocalization)" Nullable="false" /> |
| 26285 | + <Property Name="sourceId" Type="Edm.String" /> |
| 26286 | + <Property Name="webUrl" Type="Edm.String" /> |
| 26287 | + <Annotation Term="Org.OData.Core.V1.AlternateKeys"> |
| 26288 | + <Collection> |
| 26289 | + <Record Type="Org.OData.Core.V1.AlternateKey"> |
| 26290 | + <PropertyValue Property="Key"> |
| 26291 | + <Collection> |
| 26292 | + <Record Type="Org.OData.Core.V1.PropertyRef"> |
| 26293 | + <PropertyValue Property="Alias" String="sourceId" /> |
| 26294 | + <PropertyValue Property="Name" PropertyPath="sourceId" /> |
| 26295 | + </Record> |
| 26296 | + </Collection> |
| 26297 | + </PropertyValue> |
| 26298 | + </Record> |
| 26299 | + </Collection> |
| 26300 | + </Annotation> |
| 26301 | + </EntityType> |
26265 | 26302 | <EntityType Name="program" BaseType="graph.entity"> |
26266 | 26303 | <Property Name="description" Type="Edm.String" Nullable="false" /> |
26267 | 26304 | <Property Name="displayName" Type="Edm.String" Nullable="false" /> |
|
36463 | 36500 | <Action Name="retryServiceProvisioning" IsBound="true"> |
36464 | 36501 | <Parameter Name="bindingParameter" Type="graph.user" Nullable="false" /> |
36465 | 36502 | </Action> |
| 36503 | + <Action Name="retryUpload" IsBound="true"> |
| 36504 | + <Parameter Name="bindingParameter" Type="graph.cloudPcDeviceImage" /> |
| 36505 | + </Action> |
36466 | 36506 | <Action Name="reupload" IsBound="true"> |
36467 | 36507 | <Parameter Name="bindingParameter" Type="graph.cloudPcDeviceImage" /> |
36468 | 36508 | </Action> |
|
73349 | 73389 | <Annotations Target="microsoft.graph.retrieveStoreLayout(microsoft.graph.androidManagedStoreAccountEnterpriseSettings)"> |
73350 | 73390 | <Annotation Term="Org.OData.Core.V1.Description" String="Gets the Managed Google Play store layout type from Google EMM API." /> |
73351 | 73391 | </Annotations> |
| 73392 | + <Annotations Target="microsoft.graph.reupload(microsoft.graph.cloudPcDeviceImage)"> |
| 73393 | + <Annotation Term="Org.OData.Core.V1.Revisions"> |
| 73394 | + <Collection> |
| 73395 | + <Record> |
| 73396 | + <PropertyValue Property="Date" Date="2026-01-09" /> |
| 73397 | + <PropertyValue Property="Description" String="The reupload is deprecated and will not be supported starting June 25, 2026. Please use retryUpload instead." /> |
| 73398 | + <PropertyValue Property="Kind"> |
| 73399 | + <EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember> |
| 73400 | + </PropertyValue> |
| 73401 | + <PropertyValue Property="RemovalDate" Date="2026-06-25" /> |
| 73402 | + <PropertyValue Property="Version" String="2026-01/reupload" /> |
| 73403 | + </Record> |
| 73404 | + </Collection> |
| 73405 | + </Annotation> |
| 73406 | + </Annotations> |
73352 | 73407 | <Annotations Target="microsoft.graph.revokeAllLicenses(microsoft.graph.iosVppApp, Edm.Boolean)"> |
73353 | 73408 | <Annotation Term="Org.OData.Core.V1.Description" String="Revoke all assigned iOS VPP licenses for given app." /> |
73354 | 73409 | </Annotations> |
|
0 commit comments