Skip to content

Commit

Permalink
Update clean metadata file with 81419
Browse files Browse the repository at this point in the history
  • Loading branch information
Microsoft Graph DevX Tooling authored and Microsoft Graph DevX Tooling committed Aug 2, 2022
1 parent 8033d3b commit 31f56fc
Show file tree
Hide file tree
Showing 4 changed files with 768 additions and 263 deletions.
50 changes: 42 additions & 8 deletions clean_beta_metadata/cleanMetadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15285,6 +15285,8 @@
<Property Name="loginPageTextVisibilitySettings" Type="graph.loginPageTextVisibilitySettings" />
<Property Name="signInPageText" Type="Edm.String" />
<Property Name="squareLogo" Type="Edm.Stream" />
<Property Name="squareLogoDark" Type="Edm.Stream" />
<Property Name="squareLogoDarkRelativeUrl" Type="Edm.String" />
<Property Name="squareLogoRelativeUrl" Type="Edm.String" />
<Property Name="usernameHintText" Type="Edm.String" />
</EntityType>
Expand Down Expand Up @@ -16723,6 +16725,18 @@
<EntityType Name="roomList" BaseType="graph.place">
<Property Name="emailAddress" Type="Edm.String" />
<NavigationProperty Name="rooms" Type="Collection(graph.room)" ContainsTarget="true" />
<NavigationProperty Name="workspaces" Type="Collection(graph.workspace)" ContainsTarget="true" />
</EntityType>
<EntityType Name="workspace" BaseType="graph.place">
<Property Name="building" Type="Edm.String" />
<Property Name="capacity" Type="Edm.Int32" />
<Property Name="emailAddress" Type="Edm.String" />
<Property Name="floorLabel" Type="Edm.String" />
<Property Name="floorNumber" Type="Edm.Int32" />
<Property Name="isWheelChairAccessible" Type="Edm.Boolean" />
<Property Name="label" Type="Edm.String" />
<Property Name="nickname" Type="Edm.String" Nullable="false" />
<Property Name="tags" Type="Collection(Edm.String)" />
</EntityType>
<ComplexType Name="attachmentItem">
<Property Name="attachmentType" Type="graph.attachmentType" />
Expand Down Expand Up @@ -18728,6 +18742,7 @@
</ComplexType>
<ComplexType Name="accessPackageTextInputQuestion" BaseType="graph.accessPackageQuestion">
<Property Name="isSingleLineQuestion" Type="Edm.Boolean" />
<Property Name="regexPattern" Type="Edm.String" />
</ComplexType>
<ComplexType Name="accessPackageUserDirectoryAttributeStore" BaseType="graph.accessPackageResourceAttributeDestination" />
<ComplexType Name="approvalSettings">
Expand Down Expand Up @@ -31430,6 +31445,10 @@
<Parameter Name="bindingParameter" Type="Collection(graph.application)" />
<ReturnType Type="Collection(graph.application)" />
</Function>
<Function Name="delta" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(graph.device)" />
<ReturnType Type="Collection(graph.device)" />
</Function>
<Function Name="delta" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(graph.directoryRole)" />
<ReturnType Type="Collection(graph.directoryRole)" />
Expand Down Expand Up @@ -47365,6 +47384,13 @@
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
</Annotations>
<Annotations Target="microsoft.graph.device">
<Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
<Record>
<PropertyValue Property="Supported" Bool="true" />
</Record>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.statusBase">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
Expand Down Expand Up @@ -77712,16 +77738,24 @@
<EntityType Name="sharepoint" BaseType="graph.entity">
<NavigationProperty Name="settings" Type="microsoft.graph.tenantAdmin.settings" ContainsTarget="true" />
</EntityType>
<ComplexType Name="idleSessionSignOut">
<Property Name="isEnabled" Type="Edm.Boolean" />
<Property Name="signOutAfterInSeconds" Type="Edm.Int64" />
<Property Name="warnAfterInSeconds" Type="Edm.Int64" />
</ComplexType>
<EntityType Name="settings" BaseType="graph.entity">
<Property Name="allowedDomainGuidsForSyncApp" Type="Collection(Edm.Guid)" />
<Property Name="availableManagedPathsForSiteCreation" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="deletedUserPersonalSiteRetentionPeriodInDays" Type="Edm.Int32" />
<Property Name="excludedFileExtensionsForSyncApp" Type="Collection(Edm.String)" />
<Property Name="idleSessionSignOut" Type="microsoft.graph.tenantAdmin.idleSessionSignOut" />
<Property Name="imageTaggingOption" Type="microsoft.graph.tenantAdmin.imageTaggingChoice" />
<Property Name="isCommentingOnSitePagesEnabled" Type="Edm.Boolean" />
<Property Name="isFileActivityNotificationEnabled" Type="Edm.Boolean" />
<Property Name="isLegacyAuthProtocolsEnabled" Type="Edm.Boolean" />
<Property Name="isLoopEnabled" Type="Edm.Boolean" />
<Property Name="isMacSyncAppEnabled" Type="Edm.Boolean" />
<Property Name="isRequireAcceptingUserToMatchInvitedUserEnabled" Type="Edm.Boolean" />
<Property Name="isResharingByExternalUsersEnabled" Type="Edm.Boolean" />
<Property Name="isSharePointMobileNotificationEnabled" Type="Edm.Boolean" />
<Property Name="isSharePointNewsfeedEnabled" Type="Edm.Boolean" />
Expand Down Expand Up @@ -78725,6 +78759,14 @@
<Parameter Name="excludeGroups" Type="Collection(Edm.String)" Unicode="false" />
<ReturnType Type="microsoft.graph.managedTenants.managementActionDeploymentStatus" />
</Action>
<Action Name="offboardTenant" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.managedTenants.tenant" />
<ReturnType Type="microsoft.graph.managedTenants.tenant" />
</Action>
<Action Name="resetTenantOnboardingStatus" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.managedTenants.tenant" />
<ReturnType Type="microsoft.graph.managedTenants.tenant" />
</Action>
<Action Name="assignTag" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.managedTenants.tenantTag" />
<Parameter Name="tenantIds" Type="Collection(Edm.String)" Unicode="false" />
Expand Down Expand Up @@ -78752,14 +78794,6 @@
<Parameter Name="status" Type="Edm.String" Unicode="false" />
<ReturnType Type="microsoft.graph.managedTenants.managementTemplateStepDeployment" />
</Action>
<Action Name="offboardTenant" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.managedTenants.tenant" />
<ReturnType Type="microsoft.graph.managedTenants.tenant" />
</Action>
<Action Name="resetTenantOnboardingStatus" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.managedTenants.tenant" />
<ReturnType Type="microsoft.graph.managedTenants.tenant" />
</Action>
<Action Name="tenantSearch" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.managedTenants.tenantGroup)" />
<Parameter Name="tenantId" Type="Edm.String" Unicode="false" />
Expand Down
Loading

0 comments on commit 31f56fc

Please sign in to comment.