Skip to content

Commit f5569e7

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update clean beta metadata file with 201076 [skip ci]
1 parent 51fea94 commit f5569e7

File tree

3 files changed

+177
-21
lines changed

3 files changed

+177
-21
lines changed

clean_beta_metadata/cleanMetadataWithDescriptionsAndAnnotationsAndErrorsbeta.xml

Lines changed: 59 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19698,7 +19698,7 @@
1969819698
<Annotation Term="Org.OData.Core.V1.Description" String="The date and time when the snapshot expires. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z." />
1969919699
</Property>
1970019700
<Property Name="healthCheckStatus" Type="graph.cloudPcSnapshotHealthCheckStatus">
19701-
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the health check status of the Cloud PC snapshot. Possible values are, unknown, healthy, unhealthy, unknownFutureValue. The default value is unknown. Read-only. Nullable." />
19701+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the health check status of the Cloud PC snapshot. The possible values are: unknown, healthy, unhealthy, unknownFutureValue. The default value is unknown. Read-only. Nullable." />
1970219702
</Property>
1970319703
<Property Name="lastRestoredDateTime" Type="Edm.DateTimeOffset">
1970419704
<Annotation Term="Org.OData.Core.V1.Description" String="The date and time at which the snapshot was last used to restore the Cloud PC device. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z." />
@@ -26630,16 +26630,20 @@
2663026630
<Property Name="displayName" Type="Edm.String" Nullable="false">
2663126631
<Annotation Term="Org.OData.Core.V1.Description" String="The name of the role." />
2663226632
</Property>
26633-
<NavigationProperty Name="members" Type="Collection(graph.engagementRoleMember)" ContainsTarget="true" />
26633+
<NavigationProperty Name="members" Type="Collection(graph.engagementRoleMember)" ContainsTarget="true">
26634+
<Annotation Term="Org.OData.Core.V1.Description" String="Users that have this role assigned." />
26635+
</NavigationProperty>
2663426636
</EntityType>
2663526637
<EntityType Name="engagementRoleMember" BaseType="graph.entity">
2663626638
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false">
26637-
<Annotation Term="Org.OData.Core.V1.Description" String="The timestamp when the role was assigned to the user." />
26639+
<Annotation Term="Org.OData.Core.V1.Description" String="The date and time when the role was assigned to the user. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z." />
2663826640
</Property>
2663926641
<Property Name="userId" Type="Edm.String">
2664026642
<Annotation Term="Org.OData.Core.V1.Description" String="The Microsoft Entra ID of the user who has the role assigned." />
2664126643
</Property>
26642-
<NavigationProperty Name="user" Type="graph.user" />
26644+
<NavigationProperty Name="user" Type="graph.user">
26645+
<Annotation Term="Org.OData.Core.V1.Description" String="The user who has this role assigned." />
26646+
</NavigationProperty>
2664326647
</EntityType>
2664426648
<EntityType Name="enhancedPersonalizationSetting" BaseType="graph.entity">
2664526649
<Property Name="disabledForGroup" Type="Edm.String">
@@ -108020,6 +108024,54 @@
108020108024
</Collection>
108021108025
</Annotation>
108022108026
</Annotations>
108027+
<Annotations Target="microsoft.graph.GraphService/deviceManagement/virtualEndpoint/snapshots/importSnapshot">
108028+
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
108029+
<Record>
108030+
<PropertyValue Property="Description" String="cloudPCSnapshot: importSnapshot" />
108031+
<PropertyValue Property="LongDescription" String="Import the snapshot from the customer-managed storage account using the provided information, and store it in the Azure storage account within the Cloud PC service on behalf of the customer. To provision a new Cloud PC for a licensed user, import a valid .vhd snapshot from a customer-managed storage account into the Azure storage account used by the Cloud PC service." />
108032+
</Record>
108033+
</Annotation>
108034+
<Annotation Term="Org.OData.Core.V1.Links">
108035+
<Collection>
108036+
<Record>
108037+
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/create" />
108038+
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/cloudpcsnapshot-importsnapshot?view=graph-rest-beta" />
108039+
</Record>
108040+
</Collection>
108041+
</Annotation>
108042+
</Annotations>
108043+
<Annotations Target="microsoft.graph.GraphService/deviceManagement/virtualEndpoint/snapshots/purgeImportedSnapshot">
108044+
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
108045+
<Record>
108046+
<PropertyValue Property="Description" String="cloudPCSnapshot: purgeImportedSnapshot" />
108047+
<PropertyValue Property="LongDescription" String="Purge (delete) the unused imported snapshot from the Windows 365 service-managed storage account." />
108048+
</Record>
108049+
</Annotation>
108050+
<Annotation Term="Org.OData.Core.V1.Links">
108051+
<Collection>
108052+
<Record>
108053+
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/create" />
108054+
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/cloudpcsnapshot-purgeimportedsnapshot?view=graph-rest-beta" />
108055+
</Record>
108056+
</Collection>
108057+
</Annotation>
108058+
</Annotations>
108059+
<Annotations Target="microsoft.graph.GraphService/deviceManagement/virtualEndpoint/snapshots/retrieveSnapshotImportResult">
108060+
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
108061+
<Record>
108062+
<PropertyValue Property="Description" String="cloudPCSnapshot: retrieveSnapshotImportResult" />
108063+
<PropertyValue Property="LongDescription" String="Retrieve the result and status of the snapshot import action." />
108064+
</Record>
108065+
</Annotation>
108066+
<Annotation Term="Org.OData.Core.V1.Links">
108067+
<Collection>
108068+
<Record>
108069+
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/list" />
108070+
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/cloudpcsnapshot-retrievesnapshotimportresults?view=graph-rest-beta" />
108071+
</Record>
108072+
</Collection>
108073+
</Annotation>
108074+
</Annotations>
108023108075
<Annotations Target="microsoft.graph.GraphService/deviceManagement/virtualEndpoint/supportedRegions">
108024108076
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
108025108077
<Record>
@@ -110751,8 +110803,8 @@
110751110803
<Annotations Target="microsoft.graph.GraphService/employeeExperience/roles/members">
110752110804
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
110753110805
<Record>
110754-
<PropertyValue Property="Description" String="List engagementRoleMember" />
110755-
<PropertyValue Property="LongDescription" String="Get a list of the engagementRoleMember objects and their properties." />
110806+
<PropertyValue Property="Description" String="List members" />
110807+
<PropertyValue Property="LongDescription" String="Get a list of users with assigned roles in Viva Engage." />
110756110808
</Record>
110757110809
</Annotation>
110758110810
<Annotation Term="Org.OData.Core.V1.Links">
@@ -110774,7 +110826,7 @@
110774110826
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
110775110827
<Record>
110776110828
<PropertyValue Property="Description" String="Create engagementRoleMember" />
110777-
<PropertyValue Property="LongDescription" String="Assign a Viva Engage role to a user." />
110829+
<PropertyValue Property="LongDescription" String="Create a new engagementRoleMember object that assigns a Viva Engage role to a user." />
110778110830
</Record>
110779110831
</Annotation>
110780110832
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">

clean_beta_metadata/cleanMetadataWithDescriptionsAndAnnotationsbeta.xml

Lines changed: 59 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19698,7 +19698,7 @@
1969819698
<Annotation Term="Org.OData.Core.V1.Description" String="The date and time when the snapshot expires. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z." />
1969919699
</Property>
1970019700
<Property Name="healthCheckStatus" Type="graph.cloudPcSnapshotHealthCheckStatus">
19701-
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the health check status of the Cloud PC snapshot. Possible values are, unknown, healthy, unhealthy, unknownFutureValue. The default value is unknown. Read-only. Nullable." />
19701+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the health check status of the Cloud PC snapshot. The possible values are: unknown, healthy, unhealthy, unknownFutureValue. The default value is unknown. Read-only. Nullable." />
1970219702
</Property>
1970319703
<Property Name="lastRestoredDateTime" Type="Edm.DateTimeOffset">
1970419704
<Annotation Term="Org.OData.Core.V1.Description" String="The date and time at which the snapshot was last used to restore the Cloud PC device. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z." />
@@ -26630,16 +26630,20 @@
2663026630
<Property Name="displayName" Type="Edm.String" Nullable="false">
2663126631
<Annotation Term="Org.OData.Core.V1.Description" String="The name of the role." />
2663226632
</Property>
26633-
<NavigationProperty Name="members" Type="Collection(graph.engagementRoleMember)" ContainsTarget="true" />
26633+
<NavigationProperty Name="members" Type="Collection(graph.engagementRoleMember)" ContainsTarget="true">
26634+
<Annotation Term="Org.OData.Core.V1.Description" String="Users that have this role assigned." />
26635+
</NavigationProperty>
2663426636
</EntityType>
2663526637
<EntityType Name="engagementRoleMember" BaseType="graph.entity">
2663626638
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false">
26637-
<Annotation Term="Org.OData.Core.V1.Description" String="The timestamp when the role was assigned to the user." />
26639+
<Annotation Term="Org.OData.Core.V1.Description" String="The date and time when the role was assigned to the user. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z." />
2663826640
</Property>
2663926641
<Property Name="userId" Type="Edm.String">
2664026642
<Annotation Term="Org.OData.Core.V1.Description" String="The Microsoft Entra ID of the user who has the role assigned." />
2664126643
</Property>
26642-
<NavigationProperty Name="user" Type="graph.user" />
26644+
<NavigationProperty Name="user" Type="graph.user">
26645+
<Annotation Term="Org.OData.Core.V1.Description" String="The user who has this role assigned." />
26646+
</NavigationProperty>
2664326647
</EntityType>
2664426648
<EntityType Name="enhancedPersonalizationSetting" BaseType="graph.entity">
2664526649
<Property Name="disabledForGroup" Type="Edm.String">
@@ -108047,6 +108051,54 @@
108047108051
</Collection>
108048108052
</Annotation>
108049108053
</Annotations>
108054+
<Annotations Target="microsoft.graph.GraphService/deviceManagement/virtualEndpoint/snapshots/importSnapshot">
108055+
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
108056+
<Record>
108057+
<PropertyValue Property="Description" String="cloudPCSnapshot: importSnapshot" />
108058+
<PropertyValue Property="LongDescription" String="Import the snapshot from the customer-managed storage account using the provided information, and store it in the Azure storage account within the Cloud PC service on behalf of the customer. To provision a new Cloud PC for a licensed user, import a valid .vhd snapshot from a customer-managed storage account into the Azure storage account used by the Cloud PC service." />
108059+
</Record>
108060+
</Annotation>
108061+
<Annotation Term="Org.OData.Core.V1.Links">
108062+
<Collection>
108063+
<Record>
108064+
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/create" />
108065+
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/cloudpcsnapshot-importsnapshot?view=graph-rest-beta" />
108066+
</Record>
108067+
</Collection>
108068+
</Annotation>
108069+
</Annotations>
108070+
<Annotations Target="microsoft.graph.GraphService/deviceManagement/virtualEndpoint/snapshots/purgeImportedSnapshot">
108071+
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
108072+
<Record>
108073+
<PropertyValue Property="Description" String="cloudPCSnapshot: purgeImportedSnapshot" />
108074+
<PropertyValue Property="LongDescription" String="Purge (delete) the unused imported snapshot from the Windows 365 service-managed storage account." />
108075+
</Record>
108076+
</Annotation>
108077+
<Annotation Term="Org.OData.Core.V1.Links">
108078+
<Collection>
108079+
<Record>
108080+
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/create" />
108081+
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/cloudpcsnapshot-purgeimportedsnapshot?view=graph-rest-beta" />
108082+
</Record>
108083+
</Collection>
108084+
</Annotation>
108085+
</Annotations>
108086+
<Annotations Target="microsoft.graph.GraphService/deviceManagement/virtualEndpoint/snapshots/retrieveSnapshotImportResult">
108087+
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
108088+
<Record>
108089+
<PropertyValue Property="Description" String="cloudPCSnapshot: retrieveSnapshotImportResult" />
108090+
<PropertyValue Property="LongDescription" String="Retrieve the result and status of the snapshot import action." />
108091+
</Record>
108092+
</Annotation>
108093+
<Annotation Term="Org.OData.Core.V1.Links">
108094+
<Collection>
108095+
<Record>
108096+
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/list" />
108097+
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/cloudpcsnapshot-retrievesnapshotimportresults?view=graph-rest-beta" />
108098+
</Record>
108099+
</Collection>
108100+
</Annotation>
108101+
</Annotations>
108050108102
<Annotations Target="microsoft.graph.GraphService/deviceManagement/virtualEndpoint/supportedRegions">
108051108103
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
108052108104
<Record>
@@ -111258,8 +111310,8 @@
111258111310
<Annotations Target="microsoft.graph.GraphService/employeeExperience/roles/members">
111259111311
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
111260111312
<Record>
111261-
<PropertyValue Property="Description" String="List engagementRoleMember" />
111262-
<PropertyValue Property="LongDescription" String="Get a list of the engagementRoleMember objects and their properties." />
111313+
<PropertyValue Property="Description" String="List members" />
111314+
<PropertyValue Property="LongDescription" String="Get a list of users with assigned roles in Viva Engage." />
111263111315
</Record>
111264111316
</Annotation>
111265111317
<Annotation Term="Org.OData.Core.V1.Links">
@@ -111281,7 +111333,7 @@
111281111333
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
111282111334
<Record>
111283111335
<PropertyValue Property="Description" String="Create engagementRoleMember" />
111284-
<PropertyValue Property="LongDescription" String="Assign a Viva Engage role to a user." />
111336+
<PropertyValue Property="LongDescription" String="Create a new engagementRoleMember object that assigns a Viva Engage role to a user." />
111285111337
</Record>
111286111338
</Annotation>
111287111339
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">

0 commit comments

Comments
 (0)