Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
398 changes: 336 additions & 62 deletions schemas/annotated-beta-Prod.csdl

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions schemas/annotated-v1.0-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -21640,6 +21640,9 @@
<Parameter Name="configuration" Type="graph.printJobConfiguration" />
<ReturnType Type="graph.printJob" />
</Action>
<Action Name="refresh" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.accessPackageResource" />
</Action>
<Action Name="refresh" IsBound="true">
<Parameter Name="bindparameter" Type="graph.workbookPivotTable" />
</Action>
Expand Down
542 changes: 542 additions & 0 deletions schemas/beta-Bleu.csdl

Large diffs are not rendered by default.

2,279 changes: 2,062 additions & 217 deletions schemas/beta-Delos.csdl

Large diffs are not rendered by default.

330 changes: 268 additions & 62 deletions schemas/beta-Fairfax.csdl

Large diffs are not rendered by default.

2,279 changes: 2,062 additions & 217 deletions schemas/beta-GovSG.csdl

Large diffs are not rendered by default.

930 changes: 868 additions & 62 deletions schemas/beta-Mooncake.csdl

Large diffs are not rendered by default.

398 changes: 336 additions & 62 deletions schemas/beta-Prod.csdl

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions schemas/beta-USNat.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -6231,6 +6231,11 @@
<Property Name="x509CertificateAuthenticationDefaultMode" Type="graph.x509CertificateAuthenticationMode" />
<Property Name="x509CertificateDefaultRequiredAffinityLevel" Type="graph.x509CertificateAffinityLevel" />
</ComplexType>
<ComplexType Name="x509CertificateAuthorityScope">
<Property Name="includeTargets" Type="Collection(graph.includeTarget)" Nullable="false" />
<Property Name="publicKeyInfrastructureIdentifier" Type="Edm.String" />
<Property Name="subjectKeyIdentifier" Type="Edm.String" Nullable="false" />
</ComplexType>
<ComplexType Name="x509CertificateIssuerHintsConfiguration">
<Property Name="state" Type="graph.x509CertificateIssuerHintsState" />
</ComplexType>
Expand Down Expand Up @@ -10795,6 +10800,7 @@
</EntityType>
<EntityType Name="x509CertificateAuthenticationMethodConfiguration" BaseType="graph.authenticationMethodConfiguration">
<Property Name="authenticationModeConfiguration" Type="graph.x509CertificateAuthenticationModeConfiguration" />
<Property Name="certificateAuthorityScopes" Type="Collection(graph.x509CertificateAuthorityScope)" />
<Property Name="certificateUserBindings" Type="Collection(graph.x509CertificateUserBinding)" />
<Property Name="issuerHintsConfiguration" Type="graph.x509CertificateIssuerHintsConfiguration" />
<NavigationProperty Name="includeTargets" Type="Collection(graph.authenticationMethodTarget)" ContainsTarget="true" />
Expand Down
6 changes: 6 additions & 0 deletions schemas/beta-USSec.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -6261,6 +6261,11 @@
<Property Name="x509CertificateAuthenticationDefaultMode" Type="graph.x509CertificateAuthenticationMode" />
<Property Name="x509CertificateDefaultRequiredAffinityLevel" Type="graph.x509CertificateAffinityLevel" />
</ComplexType>
<ComplexType Name="x509CertificateAuthorityScope">
<Property Name="includeTargets" Type="Collection(graph.includeTarget)" Nullable="false" />
<Property Name="publicKeyInfrastructureIdentifier" Type="Edm.String" />
<Property Name="subjectKeyIdentifier" Type="Edm.String" Nullable="false" />
</ComplexType>
<ComplexType Name="x509CertificateIssuerHintsConfiguration">
<Property Name="state" Type="graph.x509CertificateIssuerHintsState" />
</ComplexType>
Expand Down Expand Up @@ -10824,6 +10829,7 @@
</EntityType>
<EntityType Name="x509CertificateAuthenticationMethodConfiguration" BaseType="graph.authenticationMethodConfiguration">
<Property Name="authenticationModeConfiguration" Type="graph.x509CertificateAuthenticationModeConfiguration" />
<Property Name="certificateAuthorityScopes" Type="Collection(graph.x509CertificateAuthorityScope)" />
<Property Name="certificateUserBindings" Type="Collection(graph.x509CertificateUserBinding)" />
<Property Name="issuerHintsConfiguration" Type="graph.x509CertificateIssuerHintsConfiguration" />
<NavigationProperty Name="includeTargets" Type="Collection(graph.authenticationMethodTarget)" ContainsTarget="true" />
Expand Down
538 changes: 538 additions & 0 deletions schemas/v1.0-Bleu.csdl

Large diffs are not rendered by default.

1,824 changes: 1,608 additions & 216 deletions schemas/v1.0-Delos.csdl

Large diffs are not rendered by default.

1,824 changes: 1,608 additions & 216 deletions schemas/v1.0-GovSG.csdl

Large diffs are not rendered by default.

516 changes: 516 additions & 0 deletions schemas/v1.0-Mooncake.csdl

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions schemas/v1.0-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -21640,6 +21640,9 @@
<Parameter Name="configuration" Type="graph.printJobConfiguration" />
<ReturnType Type="graph.printJob" />
</Action>
<Action Name="refresh" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.accessPackageResource" />
</Action>
<Action Name="refresh" IsBound="true">
<Parameter Name="bindparameter" Type="graph.workbookPivotTable" />
</Action>
Expand Down