Skip to content

Commit

Permalink
Merge pull request #705 from microsoftgraph/schemas/metadata-publishi…
Browse files Browse the repository at this point in the history
…ng-2024-10-08

Schema sync 2024-10-08 from 1.3.502.0
  • Loading branch information
andrueastman authored Oct 9, 2024
2 parents ebb8793 + c595ea9 commit 56e2602
Show file tree
Hide file tree
Showing 9 changed files with 250 additions and 229 deletions.
214 changes: 107 additions & 107 deletions schemas/annotated-beta-Prod.csdl

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions schemas/annotated-v1.0-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -21913,6 +21913,9 @@
</Action>
<Action Name="verify" EntitySetPath="bindingParameter" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.domain" Nullable="false" />
<Parameter Name="forceTakeover" Type="Edm.Boolean">
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
</Parameter>
<ReturnType Type="graph.domain" />
</Action>
<Action Name="vlookup" IsBound="true">
Expand Down Expand Up @@ -23912,9 +23915,9 @@
<Property Name="callerNumber" Type="Edm.String" />
<Property Name="callId" Type="Edm.String" />
<Property Name="callType" Type="Edm.String" />
<Property Name="charge" Type="Edm.Decimal" Scale="Variable" />
<Property Name="charge" Type="Edm.Decimal" Scale="variable" />
<Property Name="conferenceId" Type="Edm.String" />
<Property Name="connectionCharge" Type="Edm.Decimal" Scale="Variable" />
<Property Name="connectionCharge" Type="Edm.Decimal" Scale="variable" />
<Property Name="currency" Type="Edm.String" />
<Property Name="destinationContext" Type="Edm.String" />
<Property Name="destinationName" Type="Edm.String" />
Expand Down Expand Up @@ -42334,7 +42337,7 @@
<Property Name="macAddress" Type="Edm.String" />
<Property Name="manufacturer" Type="Edm.String" />
<Property Name="model" Type="Edm.String" />
<Property Name="nics" Type="microsoft.graph.security.nicEvidence" />
<Property Name="nics" Type="Collection(microsoft.graph.security.nicEvidence)" />
<Property Name="operatingSystem" Type="Edm.String" />
<Property Name="owners" Type="Collection(Edm.String)" />
<Property Name="protocols" Type="Collection(Edm.String)" />
Expand Down
8 changes: 4 additions & 4 deletions schemas/beta-Fairfax.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -36467,13 +36467,13 @@
<Property Name="callerNumber" Type="Edm.String" />
<Property Name="callId" Type="Edm.String" />
<Property Name="callType" Type="Edm.String" />
<Property Name="charge" Type="Edm.Decimal" Scale="Variable" />
<Property Name="charge" Type="Edm.Decimal" Scale="variable" />
<Property Name="clientLocalIpV4Address" Type="Edm.String" />
<Property Name="clientLocalIpV6Address" Type="Edm.String" />
<Property Name="clientPublicIpV4Address" Type="Edm.String" />
<Property Name="clientPublicIpV6Address" Type="Edm.String" />
<Property Name="conferenceId" Type="Edm.String" />
<Property Name="connectionCharge" Type="Edm.Decimal" Scale="Variable" />
<Property Name="connectionCharge" Type="Edm.Decimal" Scale="variable" />
<Property Name="currency" Type="Edm.String" />
<Property Name="destinationContext" Type="Edm.String" />
<Property Name="destinationName" Type="Edm.String" />
Expand All @@ -36489,7 +36489,7 @@
<ComplexType Name="pstnOnlineMeetingDialoutReport">
<Property Name="currency" Type="Edm.String" />
<Property Name="destinationContext" Type="Edm.String" />
<Property Name="totalCallCharge" Type="Edm.Decimal" Scale="Variable" />
<Property Name="totalCallCharge" Type="Edm.Decimal" Scale="variable" />
<Property Name="totalCalls" Type="Edm.Int32" />
<Property Name="totalCallSeconds" Type="Edm.Int32" />
<Property Name="usageLocation" Type="Edm.String" />
Expand All @@ -36502,7 +36502,7 @@
<Property Name="role" Type="microsoft.graph.callRecords.serviceRole" Nullable="false" />
</ComplexType>
<ComplexType Name="smsLogRow" BaseType="microsoft.graph.callRecords.callLogRow">
<Property Name="callCharge" Type="Edm.Decimal" Scale="Variable" />
<Property Name="callCharge" Type="Edm.Decimal" Scale="variable" />
<Property Name="currency" Type="Edm.String" />
<Property Name="destinationContext" Type="Edm.String" />
<Property Name="destinationName" Type="Edm.String" />
Expand Down
214 changes: 107 additions & 107 deletions schemas/beta-Prod.csdl

Large diffs are not rendered by default.

10 changes: 7 additions & 3 deletions schemas/v1.0-Fairfax.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -5009,6 +5009,7 @@
<Property Name="platforms" Type="graph.conditionalAccessPlatforms" />
<Property Name="servicePrincipalRiskLevels" Type="Collection(graph.riskLevel)" Nullable="false" />
<Property Name="signInRiskLevels" Type="Collection(graph.riskLevel)" Nullable="false" />
<Property Name="userRiskLevels" Type="Collection(graph.riskLevel)" Nullable="false" />
<Property Name="users" Type="graph.conditionalAccessUsers" />
</ComplexType>
<ComplexType Name="conditionalAccessDevices">
Expand Down Expand Up @@ -12281,13 +12282,16 @@
<NavigationProperty Name="appliesTo" Type="Collection(graph.directoryObject)" />
</EntityType>
<EntityType Name="subscribedSku" BaseType="graph.entity">
<Property Name="accountId" Type="Edm.String" />
<Property Name="accountName" Type="Edm.String" />
<Property Name="appliesTo" Type="Edm.String" />
<Property Name="capabilityStatus" Type="Edm.String" />
<Property Name="consumedUnits" Type="Edm.Int32" />
<Property Name="prepaidUnits" Type="graph.licenseUnitsDetail" />
<Property Name="servicePlans" Type="Collection(graph.servicePlanInfo)" Nullable="false" />
<Property Name="skuId" Type="Edm.Guid" />
<Property Name="skuPartNumber" Type="Edm.String" />
<Property Name="subscriptionIds" Type="Collection(Edm.String)" />
</EntityType>
<EntityType Name="subscribeToToneOperation" BaseType="graph.commsOperation" OpenType="true" />
<EntityType Name="subscription" BaseType="graph.entity">
Expand Down Expand Up @@ -19108,9 +19112,9 @@
<Property Name="callerNumber" Type="Edm.String" />
<Property Name="callId" Type="Edm.String" />
<Property Name="callType" Type="Edm.String" />
<Property Name="charge" Type="Edm.Decimal" Scale="Variable" />
<Property Name="charge" Type="Edm.Decimal" Scale="variable" />
<Property Name="conferenceId" Type="Edm.String" />
<Property Name="connectionCharge" Type="Edm.Decimal" Scale="Variable" />
<Property Name="connectionCharge" Type="Edm.Decimal" Scale="variable" />
<Property Name="currency" Type="Edm.String" />
<Property Name="destinationContext" Type="Edm.String" />
<Property Name="destinationName" Type="Edm.String" />
Expand Down Expand Up @@ -35456,7 +35460,7 @@
<Property Name="macAddress" Type="Edm.String" />
<Property Name="manufacturer" Type="Edm.String" />
<Property Name="model" Type="Edm.String" />
<Property Name="nics" Type="microsoft.graph.security.nicEvidence" />
<Property Name="nics" Type="Collection(microsoft.graph.security.nicEvidence)" />
<Property Name="operatingSystem" Type="Edm.String" />
<Property Name="owners" Type="Collection(Edm.String)" />
<Property Name="protocols" Type="Collection(Edm.String)" />
Expand Down
3 changes: 3 additions & 0 deletions schemas/v1.0-Mooncake.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -8503,13 +8503,16 @@
<NavigationProperty Name="appliesTo" Type="Collection(graph.directoryObject)" />
</EntityType>
<EntityType Name="subscribedSku" BaseType="graph.entity">
<Property Name="accountId" Type="Edm.String" />
<Property Name="accountName" Type="Edm.String" />
<Property Name="appliesTo" Type="Edm.String" />
<Property Name="capabilityStatus" Type="Edm.String" />
<Property Name="consumedUnits" Type="Edm.Int32" />
<Property Name="prepaidUnits" Type="graph.licenseUnitsDetail" />
<Property Name="servicePlans" Type="Collection(graph.servicePlanInfo)" Nullable="false" />
<Property Name="skuId" Type="Edm.Guid" />
<Property Name="skuPartNumber" Type="Edm.String" />
<Property Name="subscriptionIds" Type="Collection(Edm.String)" />
</EntityType>
<EntityType Name="subscription" BaseType="graph.entity">
<Property Name="applicationId" Type="Edm.String" />
Expand Down
9 changes: 6 additions & 3 deletions schemas/v1.0-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -21913,6 +21913,9 @@
</Action>
<Action Name="verify" EntitySetPath="bindingParameter" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.domain" Nullable="false" />
<Parameter Name="forceTakeover" Type="Edm.Boolean">
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
</Parameter>
<ReturnType Type="graph.domain" />
</Action>
<Action Name="vlookup" IsBound="true">
Expand Down Expand Up @@ -23912,9 +23915,9 @@
<Property Name="callerNumber" Type="Edm.String" />
<Property Name="callId" Type="Edm.String" />
<Property Name="callType" Type="Edm.String" />
<Property Name="charge" Type="Edm.Decimal" Scale="Variable" />
<Property Name="charge" Type="Edm.Decimal" Scale="variable" />
<Property Name="conferenceId" Type="Edm.String" />
<Property Name="connectionCharge" Type="Edm.Decimal" Scale="Variable" />
<Property Name="connectionCharge" Type="Edm.Decimal" Scale="variable" />
<Property Name="currency" Type="Edm.String" />
<Property Name="destinationContext" Type="Edm.String" />
<Property Name="destinationName" Type="Edm.String" />
Expand Down Expand Up @@ -42334,7 +42337,7 @@
<Property Name="macAddress" Type="Edm.String" />
<Property Name="manufacturer" Type="Edm.String" />
<Property Name="model" Type="Edm.String" />
<Property Name="nics" Type="microsoft.graph.security.nicEvidence" />
<Property Name="nics" Type="Collection(microsoft.graph.security.nicEvidence)" />
<Property Name="operatingSystem" Type="Edm.String" />
<Property Name="owners" Type="Collection(Edm.String)" />
<Property Name="protocols" Type="Collection(Edm.String)" />
Expand Down
6 changes: 5 additions & 1 deletion schemas/v1.0-USNat.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -2553,6 +2553,7 @@
<Property Name="platforms" Type="graph.conditionalAccessPlatforms" />
<Property Name="servicePrincipalRiskLevels" Type="Collection(graph.riskLevel)" Nullable="false" />
<Property Name="signInRiskLevels" Type="Collection(graph.riskLevel)" Nullable="false" />
<Property Name="userRiskLevels" Type="Collection(graph.riskLevel)" Nullable="false" />
<Property Name="users" Type="graph.conditionalAccessUsers" />
</ComplexType>
<ComplexType Name="conditionalAccessDevices">
Expand Down Expand Up @@ -7305,13 +7306,16 @@
<NavigationProperty Name="appliesTo" Type="Collection(graph.directoryObject)" />
</EntityType>
<EntityType Name="subscribedSku" BaseType="graph.entity">
<Property Name="accountId" Type="Edm.String" />
<Property Name="accountName" Type="Edm.String" />
<Property Name="appliesTo" Type="Edm.String" />
<Property Name="capabilityStatus" Type="Edm.String" />
<Property Name="consumedUnits" Type="Edm.Int32" />
<Property Name="prepaidUnits" Type="graph.licenseUnitsDetail" />
<Property Name="servicePlans" Type="Collection(graph.servicePlanInfo)" Nullable="false" />
<Property Name="skuId" Type="Edm.Guid" />
<Property Name="skuPartNumber" Type="Edm.String" />
<Property Name="subscriptionIds" Type="Collection(Edm.String)" />
</EntityType>
<EntityType Name="subscribeToToneOperation" BaseType="graph.commsOperation" OpenType="true" />
<EntityType Name="subscription" BaseType="graph.entity">
Expand Down Expand Up @@ -13022,7 +13026,7 @@
<Property Name="macAddress" Type="Edm.String" />
<Property Name="manufacturer" Type="Edm.String" />
<Property Name="model" Type="Edm.String" />
<Property Name="nics" Type="microsoft.graph.security.nicEvidence" />
<Property Name="nics" Type="Collection(microsoft.graph.security.nicEvidence)" />
<Property Name="operatingSystem" Type="Edm.String" />
<Property Name="owners" Type="Collection(Edm.String)" />
<Property Name="protocols" Type="Collection(Edm.String)" />
Expand Down
6 changes: 5 additions & 1 deletion schemas/v1.0-USSec.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -2452,6 +2452,7 @@
<Property Name="platforms" Type="graph.conditionalAccessPlatforms" />
<Property Name="servicePrincipalRiskLevels" Type="Collection(graph.riskLevel)" Nullable="false" />
<Property Name="signInRiskLevels" Type="Collection(graph.riskLevel)" Nullable="false" />
<Property Name="userRiskLevels" Type="Collection(graph.riskLevel)" Nullable="false" />
<Property Name="users" Type="graph.conditionalAccessUsers" />
</ComplexType>
<ComplexType Name="conditionalAccessDevices">
Expand Down Expand Up @@ -6909,13 +6910,16 @@
<NavigationProperty Name="appliesTo" Type="Collection(graph.directoryObject)" />
</EntityType>
<EntityType Name="subscribedSku" BaseType="graph.entity">
<Property Name="accountId" Type="Edm.String" />
<Property Name="accountName" Type="Edm.String" />
<Property Name="appliesTo" Type="Edm.String" />
<Property Name="capabilityStatus" Type="Edm.String" />
<Property Name="consumedUnits" Type="Edm.Int32" />
<Property Name="prepaidUnits" Type="graph.licenseUnitsDetail" />
<Property Name="servicePlans" Type="Collection(graph.servicePlanInfo)" Nullable="false" />
<Property Name="skuId" Type="Edm.Guid" />
<Property Name="skuPartNumber" Type="Edm.String" />
<Property Name="subscriptionIds" Type="Collection(Edm.String)" />
</EntityType>
<EntityType Name="subscribeToToneOperation" BaseType="graph.commsOperation" OpenType="true" />
<EntityType Name="subscription" BaseType="graph.entity">
Expand Down Expand Up @@ -12582,7 +12586,7 @@
<Property Name="macAddress" Type="Edm.String" />
<Property Name="manufacturer" Type="Edm.String" />
<Property Name="model" Type="Edm.String" />
<Property Name="nics" Type="microsoft.graph.security.nicEvidence" />
<Property Name="nics" Type="Collection(microsoft.graph.security.nicEvidence)" />
<Property Name="operatingSystem" Type="Edm.String" />
<Property Name="owners" Type="Collection(Edm.String)" />
<Property Name="protocols" Type="Collection(Edm.String)" />
Expand Down

0 comments on commit 56e2602

Please sign in to comment.