Skip to content

Commit d978c07

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update clean beta metadata file with 215394 [skip ci]
1 parent e6d3ce7 commit d978c07

4 files changed

Lines changed: 280 additions & 4 deletions

clean_beta_metadata/cleanMetadata.xml

Lines changed: 70 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
<edmx:Edmx Version="4.0" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx">
22
<edmx:DataServices>
33
<Schema Namespace="microsoft.graph" Alias="graph" xmlns="http://docs.oasis-open.org/odata/ns/edm">
4+
<EnumType Name="accessDriftReportResourceType">
5+
<Member Name="application" Value="0" />
6+
<Member Name="group" Value="1" />
7+
<Member Name="unknownFutureValue" Value="2" />
8+
</EnumType>
49
<EnumType Name="accessEntityType">
510
<Member Name="user" Value="0" />
611
<Member Name="group" Value="1" />
@@ -2441,6 +2446,17 @@
24412446
<Member Name="windows11" Value="1" />
24422447
<Member Name="unknownFutureValue" Value="2" />
24432448
</EnumType>
2449+
<EnumType Name="cloudPcOrganizationActionStatus">
2450+
<Member Name="inProgress" Value="0" />
2451+
<Member Name="succeeded" Value="1" />
2452+
<Member Name="failed" Value="2" />
2453+
<Member Name="unknownFutureValue" Value="3" />
2454+
</EnumType>
2455+
<EnumType Name="cloudPcOrganizationActionType">
2456+
<Member Name="activate" Value="0" />
2457+
<Member Name="deactivate" Value="1" />
2458+
<Member Name="unknownFutureValue" Value="2" />
2459+
</EnumType>
24442460
<EnumType Name="cloudPcPartnerAgentInstallStatus">
24452461
<Member Name="installed" Value="0" />
24462462
<Member Name="installFailed" Value="1" />
@@ -4731,7 +4747,6 @@
47314747
<Member Name="oSOverride" Value="6" />
47324748
<Member Name="processNonExistent" Value="7" />
47334749
<Member Name="other" Value="8" />
4734-
<Member Name="unknownFutureValue" Value="9" />
47354750
</EnumType>
47364751
<EnumType Name="engagementAsyncOperationType">
47374752
<Member Name="createCommunity" Value="0" />
@@ -12130,6 +12145,12 @@
1213012145
</ComplexType>
1213112146
<ComplexType Name="acceptJoinResponse" BaseType="graph.participantJoiningResponse" />
1213212147
<ComplexType Name="accessAction" OpenType="true" />
12148+
<ComplexType Name="accessDriftReportRequest">
12149+
<Property Name="catalogId" Type="Edm.String" />
12150+
<Property Name="reportFormat" Type="Edm.String" />
12151+
<Property Name="resourceIds" Type="Collection(Edm.String)" />
12152+
<Property Name="resourceType" Type="graph.accessDriftReportResourceType" Nullable="false" />
12153+
</ComplexType>
1213312154
<ComplexType Name="accessPackageAnswer" Abstract="true">
1213412155
<Property Name="answeredQuestion" Type="graph.accessPackageQuestion" />
1213512156
<Property Name="displayValue" Type="Edm.String" />
@@ -13516,6 +13537,17 @@
1351613537
</ComplexType>
1351713538
<ComplexType Name="azureAdMultipleOrgsAudienceRestriction" BaseType="graph.audienceRestriction" />
1351813539
<ComplexType Name="azureAdPopTokenAuthentication" BaseType="graph.customExtensionAuthenticationConfiguration" />
13540+
<ComplexType Name="azureADPremiumFeatureUtilization">
13541+
<Property Name="userCount" Type="Edm.Int64" Nullable="false" />
13542+
</ComplexType>
13543+
<ComplexType Name="azureADPremiumP1FeatureUtilizations">
13544+
<Property Name="conditionalAccess" Type="graph.azureADPremiumFeatureUtilization" Nullable="false" />
13545+
<Property Name="conditionalAccessGuestUsers" Type="graph.azureADPremiumFeatureUtilization" Nullable="false" />
13546+
</ComplexType>
13547+
<ComplexType Name="azureADPremiumP2FeatureUtilizations">
13548+
<Property Name="riskBasedConditionalAccess" Type="graph.azureADPremiumFeatureUtilization" Nullable="false" />
13549+
<Property Name="riskBasedConditionalAccessGuestUsers" Type="graph.azureADPremiumFeatureUtilization" Nullable="false" />
13550+
</ComplexType>
1351913551
<ComplexType Name="azureADRegistrationPolicy">
1352013552
<Property Name="allowedToRegister" Type="graph.deviceRegistrationMembership" />
1352113553
<Property Name="isAdminConfigurable" Type="Edm.Boolean" />
@@ -14358,6 +14390,10 @@
1435814390
<Property Name="subnetAvailableIpCount" Type="Edm.Int32" />
1435914391
<Property Name="subnetAvailableIpCountLastSyncDateTime" Type="Edm.DateTimeOffset" />
1436014392
</ComplexType>
14393+
<ComplexType Name="cloudPcOrganizationActionDetail">
14394+
<Property Name="errorDescription" Type="Edm.String" />
14395+
<Property Name="status" Type="graph.cloudPcOrganizationActionStatus" Nullable="false" />
14396+
</ComplexType>
1436114397
<ComplexType Name="cloudPcPartnerAgentInstallResult">
1436214398
<Property Name="errorMessage" Type="Edm.String" />
1436314399
<Property Name="installStatus" Type="graph.cloudPcPartnerAgentInstallStatus" />
@@ -17091,6 +17127,10 @@
1709117127
<Property Name="version" Type="Edm.String" />
1709217128
</ComplexType>
1709317129
<ComplexType Name="internalSponsors" BaseType="graph.userSet" />
17130+
<ComplexType Name="internetAccessFeatureUtilizations">
17131+
<Property Name="internetAccess" Type="graph.azureADPremiumFeatureUtilization" Nullable="false" />
17132+
<Property Name="internetAccessM365" Type="graph.azureADPremiumFeatureUtilization" Nullable="false" />
17133+
</ComplexType>
1709417134
<ComplexType Name="internetMessageHeader">
1709517135
<Property Name="name" Type="Edm.String" />
1709617136
<Property Name="value" Type="Edm.String" />
@@ -19588,6 +19628,9 @@
1958819628
<Property Name="contactEmail" Type="Edm.String" />
1958919629
<Property Name="statementUrl" Type="Edm.String" />
1959019630
</ComplexType>
19631+
<ComplexType Name="privateAccessFeatureUtilizations">
19632+
<Property Name="privateAccess" Type="graph.azureADPremiumFeatureUtilization" Nullable="false" />
19633+
</ComplexType>
1959119634
<ComplexType Name="privateLinkDetails">
1959219635
<Property Name="policyId" Type="Edm.String" />
1959319636
<Property Name="policyName" Type="Edm.String" />
@@ -23101,6 +23144,12 @@
2310123144
<Property Name="userId" Type="Edm.String" />
2310223145
<NavigationProperty Name="user" Type="graph.user" />
2310323146
</EntityType>
23147+
<EntityType Name="accessDriftReport" BaseType="graph.entity">
23148+
<Property Name="downloadUri" Type="Edm.String" Nullable="false" />
23149+
<Property Name="expiresAt" Type="Edm.DateTimeOffset" Nullable="false" />
23150+
<Property Name="resourceType" Type="graph.accessDriftReportResourceType" Nullable="false" />
23151+
<Property Name="tenantId" Type="Edm.String" Nullable="false" />
23152+
</EntityType>
2310423153
<EntityType Name="accessPackage" BaseType="graph.entity">
2310523154
<Property Name="catalogId" Type="Edm.String" />
2310623155
<Property Name="createdBy" Type="Edm.String" />
@@ -25788,6 +25837,15 @@
2578825837
<EntityType Name="azureADAuthentication" BaseType="graph.entity">
2578925838
<Property Name="attainments" Type="Collection(graph.serviceLevelAgreementAttainment)" Nullable="false" />
2579025839
</EntityType>
25840+
<EntityType Name="azureADPremiumLicenseInsight" BaseType="graph.entity">
25841+
<Property Name="entitledP1LicenseCount" Type="Edm.Int64" Nullable="false" />
25842+
<Property Name="entitledP2LicenseCount" Type="Edm.Int64" Nullable="false" />
25843+
<Property Name="entitledTotalLicenseCount" Type="Edm.Int64" Nullable="false" />
25844+
<Property Name="internetAccessFeatureUtilizations" Type="graph.internetAccessFeatureUtilizations" />
25845+
<Property Name="p1FeatureUtilizations" Type="graph.azureADPremiumP1FeatureUtilizations" Nullable="false" />
25846+
<Property Name="p2FeatureUtilizations" Type="graph.azureADPremiumP2FeatureUtilizations" Nullable="false" />
25847+
<Property Name="privateAccessFeatureUtilizations" Type="graph.privateAccessFeatureUtilizations" />
25848+
</EntityType>
2579125849
<EntityType Name="azureADWindowsAutopilotDeploymentProfile" BaseType="graph.windowsAutopilotDeploymentProfile" />
2579225850
<EntityType Name="azureAuthorizationSystem" BaseType="graph.authorizationSystem">
2579325851
<Property Name="associatedIdentities" Type="graph.azureAssociatedIdentities" />
@@ -37164,6 +37222,7 @@
3716437222
<NavigationProperty Name="appCredentialSignInActivities" Type="Collection(graph.appCredentialSignInActivity)" ContainsTarget="true" />
3716537223
<NavigationProperty Name="applicationSignInDetailedSummary" Type="Collection(graph.applicationSignInDetailedSummary)" ContainsTarget="true" />
3716637224
<NavigationProperty Name="authenticationMethods" Type="graph.authenticationMethodsRoot" ContainsTarget="true" />
37225+
<NavigationProperty Name="azureADPremiumLicenseInsight" Type="graph.azureADPremiumLicenseInsight" ContainsTarget="true" />
3716737226
<NavigationProperty Name="credentialUserRegistrationDetails" Type="Collection(graph.credentialUserRegistrationDetails)" ContainsTarget="true" />
3716837227
<NavigationProperty Name="dailyPrintUsage" Type="Collection(graph.printUsage)" ContainsTarget="true" />
3716937228
<NavigationProperty Name="dailyPrintUsageByPrinter" Type="Collection(graph.printUsageByPrinter)" ContainsTarget="true" />
@@ -48690,6 +48749,11 @@
4869048749
<Parameter Name="values" Type="Edm.Untyped" />
4869148750
<ReturnType Type="graph.workbookFunctionResult" />
4869248751
</Action>
48752+
<Action Name="organizationAction" IsBound="true">
48753+
<Parameter Name="bindingParameter" Type="graph.virtualEndpoint" />
48754+
<Parameter Name="actionType" Type="graph.cloudPcOrganizationActionType" Nullable="false" />
48755+
<ReturnType Type="graph.cloudPcOrganizationActionDetail" />
48756+
</Action>
4869348757
<Action Name="overrideComplianceState" IsBound="true">
4869448758
<Parameter Name="bindingParameter" Type="graph.managedDevice" />
4869548759
<Parameter Name="complianceState" Type="graph.administratorConfiguredDeviceComplianceState" Nullable="false" />
@@ -53894,6 +53958,11 @@
5389453958
<Parameter Name="bindingParameter" Type="Collection(graph.operationApprovalPolicy)" />
5389553959
<ReturnType Type="Collection(graph.operationApprovalPolicySet)" />
5389653960
</Function>
53961+
<Function Name="retrieveOrganizationActionDetail" IsBound="true">
53962+
<Parameter Name="bindingParameter" Type="graph.virtualEndpoint" />
53963+
<Parameter Name="actionType" Type="graph.cloudPcOrganizationActionType" Nullable="false" />
53964+
<ReturnType Type="graph.cloudPcOrganizationActionDetail" />
53965+
</Function>
5389753966
<Function Name="retrievePolicyApplyActionResult" IsBound="true">
5389853967
<Parameter Name="bindingParameter" Type="graph.cloudPcProvisioningPolicy" />
5389953968
<ReturnType Type="graph.cloudPcPolicyApplyActionResult" />

0 commit comments

Comments
 (0)