Skip to content

Commit 358374c

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update clean beta metadata file with 214906
1 parent 2815a30 commit 358374c

File tree

4 files changed

+1394
-392
lines changed

4 files changed

+1394
-392
lines changed

clean_beta_metadata/cleanMetadata.xml

Lines changed: 95 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -9606,6 +9606,33 @@
96069606
<Member Name="strong" Value="3" />
96079607
<Member Name="unknownFutureValue" Value="4" />
96089608
</EnumType>
9609+
<EnumType Name="sectionIconSkinTone">
9610+
<Member Name="light" Value="0" />
9611+
<Member Name="mediumLight" Value="1" />
9612+
<Member Name="medium" Value="2" />
9613+
<Member Name="mediumDark" Value="3" />
9614+
<Member Name="dark" Value="4" />
9615+
<Member Name="unknownFutureValue" Value="5" />
9616+
</EnumType>
9617+
<EnumType Name="sectionItemType">
9618+
<Member Name="chat" Value="0" />
9619+
<Member Name="channel" Value="1" />
9620+
<Member Name="meeting" Value="2" />
9621+
<Member Name="community" Value="3" />
9622+
<Member Name="unknownFutureValue" Value="4" />
9623+
</EnumType>
9624+
<EnumType Name="sectionSortType">
9625+
<Member Name="mostRecent" Value="0" />
9626+
<Member Name="unreadThenMostRecent" Value="1" />
9627+
<Member Name="nameAlphabetical" Value="2" />
9628+
<Member Name="userDefinedCustomOrder" Value="3" />
9629+
<Member Name="unknownFutureValue" Value="4" />
9630+
</EnumType>
9631+
<EnumType Name="sectionType">
9632+
<Member Name="userDefined" Value="0" />
9633+
<Member Name="systemDefined" Value="1" />
9634+
<Member Name="unknownFutureValue" Value="2" />
9635+
</EnumType>
96099636
<EnumType Name="secureAssessmentAccountType">
96109637
<Member Name="azureADAccount" Value="0" />
96119638
<Member Name="domainAccount" Value="1" />
@@ -12889,11 +12916,11 @@
1288912916
<Property Name="redirectUris" Type="graph.redirectUriConfiguration" />
1289012917
</ComplexType>
1289112918
<ComplexType Name="appManagementConfiguration" Abstract="true">
12892-
<NavigationProperty Name="keyCredentials" Type="Collection(graph.keyCredentialConfiguration)" ContainsTarget="true" />
12893-
<NavigationProperty Name="passwordCredentials" Type="Collection(graph.passwordCredentialConfiguration)" ContainsTarget="true" />
12919+
<Property Name="keyCredentials" Type="Collection(graph.keyCredentialConfiguration)" Nullable="false" />
12920+
<Property Name="passwordCredentials" Type="Collection(graph.passwordCredentialConfiguration)" Nullable="false" />
1289412921
</ComplexType>
1289512922
<ComplexType Name="appManagementPolicyActorExemptions">
12896-
<NavigationProperty Name="customSecurityAttributes" Type="Collection(graph.customSecurityAttributeExemption)" ContainsTarget="true" />
12923+
<Property Name="customSecurityAttributes" Type="Collection(graph.customSecurityAttributeExemption)" />
1289712924
</ComplexType>
1289812925
<ComplexType Name="appManagementServicePrincipalConfiguration" BaseType="graph.appManagementConfiguration" />
1289912926
<ComplexType Name="appMetadata">
@@ -15035,6 +15062,13 @@
1503515062
<Property Name="questionId" Type="Edm.String" />
1503615063
<Property Name="value" Type="Edm.String" />
1503715064
</ComplexType>
15065+
<ComplexType Name="customSecurityAttributeExemption" Abstract="true">
15066+
<Property Name="id" Type="Edm.String" Nullable="false" />
15067+
<Property Name="operator" Type="graph.customSecurityAttributeComparisonOperator" Nullable="false" />
15068+
</ComplexType>
15069+
<ComplexType Name="customSecurityAttributeStringValueExemption" BaseType="graph.customSecurityAttributeExemption">
15070+
<Property Name="value" Type="Edm.String" />
15071+
</ComplexType>
1503815072
<ComplexType Name="customSecurityAttributeValue" OpenType="true" />
1503915073
<ComplexType Name="customSubjectAlternativeName">
1504015074
<Property Name="name" Type="Edm.String" />
@@ -16664,11 +16698,6 @@
1666416698
<Property Name="type" Type="Edm.String" />
1666516699
<Property Name="version" Type="Edm.String" />
1666616700
</ComplexType>
16667-
<ComplexType Name="governancePermission">
16668-
<Property Name="accessLevel" Type="Edm.String" />
16669-
<Property Name="isActive" Type="Edm.Boolean" />
16670-
<Property Name="isEligible" Type="Edm.Boolean" />
16671-
</ComplexType>
1667216701
<ComplexType Name="governancePolicy">
1667316702
<Property Name="decisionMakerCriteria" Type="Collection(graph.governanceCriteria)" />
1667416703
<Property Name="notificationPolicy" Type="graph.governanceNotificationPolicy" />
@@ -17343,6 +17372,14 @@
1734317372
<Property Name="type" Type="Edm.String" />
1734417373
<Property Name="usage" Type="Edm.String" />
1734517374
</ComplexType>
17375+
<ComplexType Name="keyCredentialConfiguration">
17376+
<Property Name="certificateBasedApplicationConfigurationIds" Type="Collection(Edm.String)" />
17377+
<Property Name="excludeActors" Type="graph.appManagementPolicyActorExemptions" />
17378+
<Property Name="maxLifetime" Type="Edm.Duration" />
17379+
<Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" />
17380+
<Property Name="restrictionType" Type="graph.appKeyCredentialRestrictionType" />
17381+
<Property Name="state" Type="graph.appManagementRestrictionState" />
17382+
</ComplexType>
1734617383
<ComplexType Name="keyIntegerValuePair" BaseType="graph.keyTypedValuePair">
1734717384
<Property Name="value" Type="Edm.Int32" Nullable="false" />
1734817385
</ComplexType>
@@ -18739,6 +18776,13 @@
1873918776
<Property Name="secretText" Type="Edm.String" />
1874018777
<Property Name="startDateTime" Type="Edm.DateTimeOffset" />
1874118778
</ComplexType>
18779+
<ComplexType Name="passwordCredentialConfiguration">
18780+
<Property Name="excludeActors" Type="graph.appManagementPolicyActorExemptions" />
18781+
<Property Name="maxLifetime" Type="Edm.Duration" />
18782+
<Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" />
18783+
<Property Name="restrictionType" Type="graph.appCredentialRestrictionType" />
18784+
<Property Name="state" Type="graph.appManagementRestrictionState" />
18785+
</ComplexType>
1874218786
<ComplexType Name="passwordProfile">
1874318787
<Property Name="forceChangePasswordNextSignIn" Type="Edm.Boolean" />
1874418788
<Property Name="forceChangePasswordNextSignInWithMfa" Type="Edm.Boolean" />
@@ -19423,6 +19467,11 @@
1942319467
<Property Name="processingStateDescription" Type="Edm.String" />
1942419468
<Property Name="state" Type="graph.printJobProcessingState" Nullable="false" />
1942519469
</ComplexType>
19470+
<ComplexType Name="printLogAnalyticsSettings">
19471+
<Property Name="dataCollectionRuleImmutableId" Type="Edm.String" />
19472+
<Property Name="logIngestionEndpoint" Type="Edm.String" />
19473+
<Property Name="workspaceResourceId" Type="Edm.String" />
19474+
</ComplexType>
1942619475
<ComplexType Name="printMargin">
1942719476
<Property Name="bottom" Type="Edm.Int32" />
1942819477
<Property Name="left" Type="Edm.Int32" />
@@ -20346,6 +20395,12 @@
2034620395
<Property Name="sensitivityLabelId" Type="Edm.String" />
2034720396
<Property Name="tooltip" Type="Edm.String" />
2034820397
</ComplexType>
20398+
<ComplexType Name="sectionDisplayIcon">
20399+
<Property Name="contentUrl" Type="Edm.String" />
20400+
<Property Name="displayName" Type="Edm.String" />
20401+
<Property Name="iconType" Type="Edm.String" Nullable="false" />
20402+
<Property Name="skinTone" Type="graph.sectionIconSkinTone" />
20403+
</ComplexType>
2034920404
<ComplexType Name="sectionLinks">
2035020405
<Property Name="oneNoteClientUrl" Type="graph.externalLink" />
2035120406
<Property Name="oneNoteWebUrl" Type="graph.externalLink" />
@@ -23613,6 +23668,7 @@
2361323668
<Property Name="additionalInfo" Type="Edm.String" />
2361423669
<Property Name="agentDisplayName" Type="Edm.String" Nullable="false" />
2361523670
<Property Name="agentId" Type="Edm.String" Nullable="false" />
23671+
<Property Name="blueprintId" Type="Edm.String" />
2361623672
<Property Name="detectedDateTime" Type="Edm.DateTimeOffset" />
2361723673
<Property Name="detectionTimingType" Type="graph.riskDetectionTimingType" Nullable="false" />
2361823674
<Property Name="identityType" Type="graph.agentIdentityType" Nullable="false" />
@@ -23622,6 +23678,7 @@
2362223678
<Property Name="riskEvidence" Type="Edm.String" />
2362323679
<Property Name="riskLevel" Type="graph.riskLevel" Nullable="false" />
2362423680
<Property Name="riskState" Type="graph.riskState" Nullable="false" />
23681+
<Property Name="source" Type="Edm.String" />
2362523682
</EntityType>
2362623683
<EntityType Name="agentUser" BaseType="graph.user" OpenType="true" />
2362723684
<EntityType Name="agreement" BaseType="graph.entity">
@@ -27668,12 +27725,6 @@
2766827725
<Property Name="usePreDefinedValuesOnly" Type="Edm.Boolean" />
2766927726
<NavigationProperty Name="allowedValues" Type="Collection(graph.allowedValue)" ContainsTarget="true" />
2767027727
</EntityType>
27671-
<EntityType Name="customSecurityAttributeExemption" BaseType="graph.entity" Abstract="true">
27672-
<Property Name="operator" Type="graph.customSecurityAttributeComparisonOperator" />
27673-
</EntityType>
27674-
<EntityType Name="customSecurityAttributeStringValueExemption" BaseType="graph.customSecurityAttributeExemption">
27675-
<Property Name="value" Type="Edm.String" />
27676-
</EntityType>
2767727728
<EntityType Name="customUsernameSignInIdentifier" BaseType="graph.signInIdentifierBase">
2767827729
<Property Name="validationRegEx" Type="Edm.String" Nullable="false" />
2767927730
</EntityType>
@@ -31051,6 +31102,7 @@
3105131102
<Property Name="membershipRuleProcessingState" Type="Edm.String" />
3105231103
<Property Name="membershipRuleProcessingStatus" Type="graph.membershipRuleProcessingStatus" />
3105331104
<Property Name="onPremisesDomainName" Type="Edm.String" />
31105+
<Property Name="onPremisesExtensionAttributes" Type="graph.onPremisesExtensionAttributes" />
3105431106
<Property Name="onPremisesLastSyncDateTime" Type="Edm.DateTimeOffset" />
3105531107
<Property Name="onPremisesNetBiosName" Type="Edm.String" />
3105631108
<Property Name="onPremisesProvisioningErrors" Type="Collection(graph.onPremisesProvisioningError)" />
@@ -32730,17 +32782,6 @@
3273032782
<Property Name="postingDate" Type="Edm.Date" />
3273132783
<NavigationProperty Name="account" Type="graph.account" ContainsTarget="true" />
3273232784
</EntityType>
32733-
<EntityType Name="keyCredentialConfiguration">
32734-
<Key>
32735-
<PropertyRef Name="restrictionType" />
32736-
</Key>
32737-
<Property Name="certificateBasedApplicationConfigurationIds" Type="Collection(Edm.String)" />
32738-
<Property Name="excludeActors" Type="graph.appManagementPolicyActorExemptions" />
32739-
<Property Name="maxLifetime" Type="Edm.Duration" />
32740-
<Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" />
32741-
<Property Name="restrictionType" Type="graph.appKeyCredentialRestrictionType" Nullable="false" />
32742-
<Property Name="state" Type="graph.appManagementRestrictionState" />
32743-
</EntityType>
3274432785
<EntityType Name="labelContentRight" BaseType="graph.entity">
3274532786
<Property Name="cid" Type="Edm.String" />
3274632787
<Property Name="format" Type="Edm.String" />
@@ -35426,16 +35467,6 @@
3542635467
<EntityType Name="passwordAuthenticationMethod" BaseType="graph.authenticationMethod">
3542735468
<Property Name="password" Type="Edm.String" />
3542835469
</EntityType>
35429-
<EntityType Name="passwordCredentialConfiguration">
35430-
<Key>
35431-
<PropertyRef Name="restrictionType" />
35432-
</Key>
35433-
<Property Name="excludeActors" Type="graph.appManagementPolicyActorExemptions" />
35434-
<Property Name="maxLifetime" Type="Edm.Duration" />
35435-
<Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" />
35436-
<Property Name="restrictionType" Type="graph.appCredentialRestrictionType" Nullable="false" />
35437-
<Property Name="state" Type="graph.appManagementRestrictionState" />
35438-
</EntityType>
3543935470
<EntityType Name="passwordlessMicrosoftAuthenticatorAuthenticationMethod" BaseType="graph.authenticationMethod">
3544035471
<Property Name="creationDateTime" Type="Edm.DateTimeOffset" />
3544135472
<Property Name="displayName" Type="Edm.String" />
@@ -36605,6 +36636,7 @@
3660536636
</EntityType>
3660636637
<EntityType Name="protectionUnitBase" BaseType="graph.entity" Abstract="true">
3660736638
<Property Name="backupRetentionPeriodInDays" Type="Edm.Int32" Nullable="false" />
36639+
<Property Name="billingPolicyId" Type="Edm.String" />
3660836640
<Property Name="createdBy" Type="graph.identitySet" />
3660936641
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
3661036642
<Property Name="error" Type="graph.publicError" />
@@ -37117,6 +37149,7 @@
3711737149
</EntityType>
3711837150
<EntityType Name="riskyAgent" BaseType="graph.entity">
3711937151
<Property Name="agentDisplayName" Type="Edm.String" />
37152+
<Property Name="blueprintId" Type="Edm.String" />
3712037153
<Property Name="identityType" Type="graph.agentIdentityType" Nullable="false" />
3712137154
<Property Name="isDeleted" Type="Edm.Boolean" Nullable="false" />
3712237155
<Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" />
@@ -39185,6 +39218,22 @@
3918539218
<Property Name="productId" Type="Edm.String" />
3918639219
<Property Name="vendorId" Type="Edm.String" />
3918739220
</EntityType>
39221+
<EntityType Name="teamworkSection" BaseType="graph.entity">
39222+
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
39223+
<Property Name="displayIcon" Type="graph.sectionDisplayIcon" />
39224+
<Property Name="displayName" Type="Edm.String" Nullable="false" />
39225+
<Property Name="isExpanded" Type="Edm.Boolean" />
39226+
<Property Name="isHierarchicalViewEnabled" Type="Edm.Boolean" />
39227+
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
39228+
<Property Name="sectionType" Type="graph.sectionType" />
39229+
<Property Name="sortType" Type="graph.sectionSortType" />
39230+
<NavigationProperty Name="items" Type="Collection(graph.teamworkSectionItem)" ContainsTarget="true" />
39231+
</EntityType>
39232+
<EntityType Name="teamworkSectionItem" BaseType="graph.entity">
39233+
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
39234+
<Property Name="itemType" Type="graph.sectionItemType" />
39235+
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
39236+
</EntityType>
3918839237
<EntityType Name="teamworkTag" BaseType="graph.entity">
3918939238
<Property Name="description" Type="Edm.String" />
3919039239
<Property Name="displayName" Type="Edm.String" />
@@ -41059,6 +41108,7 @@
4105941108
<Property Name="region" Type="Edm.String" />
4106041109
<NavigationProperty Name="associatedTeams" Type="Collection(graph.associatedTeamInfo)" ContainsTarget="true" />
4106141110
<NavigationProperty Name="installedApps" Type="Collection(graph.userScopeTeamsAppInstallation)" ContainsTarget="true" />
41111+
<NavigationProperty Name="sections" Type="Collection(graph.teamworkSection)" ContainsTarget="true" />
4106241112
</EntityType>
4106341113
<EntityType Name="userVirtualEventsRoot" BaseType="graph.entity">
4106441114
<NavigationProperty Name="webinars" Type="Collection(graph.virtualEventWebinar)" />
@@ -48238,6 +48288,11 @@
4823848288
<Parameter Name="DestinationId" Type="Edm.String" Nullable="false" Unicode="false" />
4823948289
<ReturnType Type="graph.message" />
4824048290
</Action>
48291+
<Action Name="move" IsBound="true">
48292+
<Parameter Name="bindingParameter" Type="graph.teamworkSectionItem" />
48293+
<Parameter Name="targetSectionId" Type="Edm.String" Nullable="false" Unicode="false" />
48294+
<ReturnType Type="graph.teamworkSectionItem" />
48295+
</Action>
4824148296
<Action Name="moveDevicesToOU" IsBound="true">
4824248297
<Parameter Name="bindingParameter" Type="Collection(graph.managedDevice)" />
4824348298
<Parameter Name="deviceIds" Type="Collection(Edm.Guid)" Nullable="false" />
@@ -53940,6 +53995,8 @@
5394053995
<Term Name="legacyName" Type="Edm.String" AppliesTo="microsoft.graph.identitySet" />
5394153996
<Term Name="licenseRequired" Type="Edm.String" AppliesTo="microsoft.graph.applicationTemplate)" />
5394253997
<Term Name="originalSourceMembershipUrl" Type="Edm.String" AppliesTo="microsoft.graph.aadUserConversationMember" />
53998+
<Term Name="sectionsOrder" Type="Collection(Edm.String)" />
53999+
<Term Name="sectionsVersion" Type="Edm.String" />
5394354000
<Term Name="sharedChanged" Type="Edm.Boolean" AppliesTo="microsoft.graph.driveItem" />
5394454001
<Term Name="sourceUrl" Type="Edm.String" AppliesTo="microsoft.graph.driveItem" />
5394554002
<Term Name="teamCreationMode" Type="Edm.String" AppliesTo="microsoft.graph.team" />
@@ -101237,6 +101294,9 @@
101237101294
</Collection>
101238101295
</Annotation>
101239101296
</Annotations>
101297+
<Annotations Target="microsoft.graph.userTeamwork/sections">
101298+
<Annotation Term="Org.OData.Core.V1.Description" String="User's teamwork sections for organizing chats and channels. The collection response may include @microsoft.graph.sectionsOrder and @microsoft.graph.sectionsVersion instance annotations for ordering and optimistic concurrency control." />
101299+
</Annotations>
101240101300
<Annotations Target="microsoft.graph.validate(Collection(microsoft.graph.crossTenantMigrationJob), Edm.String, Edm.String, Edm.String, microsoft.graph.exchangeOnlineCrossTenantMigrationSettings, Collection(Edm.String), Edm.String, Collection(Edm.String))">
101241101301
<Annotation Term="Org.OData.Core.V1.Revisions">
101242101302
<Collection>

0 commit comments

Comments
 (0)