Skip to content

Commit

Permalink
Updated beta_metadata.xml
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 12d7078 commit 8033d3b
Showing 1 changed file with 42 additions and 9 deletions.
51 changes: 42 additions & 9 deletions beta_metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14334,6 +14334,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 @@ -15641,6 +15643,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 @@ -17609,6 +17623,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 @@ -30292,6 +30307,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 @@ -36184,7 +36203,6 @@
<Singleton Name="auditLogs" Type="microsoft.graph.auditLogRoot" />
<Singleton Name="reports" Type="microsoft.graph.reportRoot" />
<Singleton Name="authenticationMethodsPolicy" Type="microsoft.graph.authenticationMethodsPolicy" />
<Singleton Name="bitlocker" Type="microsoft.graph.bitlocker" />
<Singleton Name="deviceManagement" Type="microsoft.graph.deviceManagement" />
<Singleton Name="roleManagement" Type="microsoft.graph.roleManagement" />
<Singleton Name="privacy" Type="microsoft.graph.privacy" />
Expand Down Expand Up @@ -45823,6 +45841,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 @@ -76086,16 +76111,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 @@ -77099,6 +77132,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 @@ -77126,14 +77167,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

0 comments on commit 8033d3b

Please sign in to comment.