Skip to content

Commit 5e73749

Browse files
authored
Merge pull request #821 from microsoftgraph/schemas/metadata-publishing-2025-05-09
Schema sync 2025-05-09 from 1.3.751.0
2 parents d8c78a8 + e438046 commit 5e73749

15 files changed

+10762
-1114
lines changed

schemas/annotated-beta-Prod.csdl

Lines changed: 336 additions & 62 deletions
Large diffs are not rendered by default.

schemas/annotated-v1.0-Prod.csdl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21640,6 +21640,9 @@
2164021640
<Parameter Name="configuration" Type="graph.printJobConfiguration" />
2164121641
<ReturnType Type="graph.printJob" />
2164221642
</Action>
21643+
<Action Name="refresh" IsBound="true">
21644+
<Parameter Name="bindingParameter" Type="graph.accessPackageResource" />
21645+
</Action>
2164321646
<Action Name="refresh" IsBound="true">
2164421647
<Parameter Name="bindparameter" Type="graph.workbookPivotTable" />
2164521648
</Action>

schemas/beta-Bleu.csdl

Lines changed: 542 additions & 0 deletions
Large diffs are not rendered by default.

schemas/beta-Delos.csdl

Lines changed: 2062 additions & 217 deletions
Large diffs are not rendered by default.

schemas/beta-Fairfax.csdl

Lines changed: 268 additions & 62 deletions
Large diffs are not rendered by default.

schemas/beta-GovSG.csdl

Lines changed: 2062 additions & 217 deletions
Large diffs are not rendered by default.

schemas/beta-Mooncake.csdl

Lines changed: 868 additions & 62 deletions
Large diffs are not rendered by default.

schemas/beta-Prod.csdl

Lines changed: 336 additions & 62 deletions
Large diffs are not rendered by default.

schemas/beta-USNat.csdl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6231,6 +6231,11 @@
62316231
<Property Name="x509CertificateAuthenticationDefaultMode" Type="graph.x509CertificateAuthenticationMode" />
62326232
<Property Name="x509CertificateDefaultRequiredAffinityLevel" Type="graph.x509CertificateAffinityLevel" />
62336233
</ComplexType>
6234+
<ComplexType Name="x509CertificateAuthorityScope">
6235+
<Property Name="includeTargets" Type="Collection(graph.includeTarget)" Nullable="false" />
6236+
<Property Name="publicKeyInfrastructureIdentifier" Type="Edm.String" />
6237+
<Property Name="subjectKeyIdentifier" Type="Edm.String" Nullable="false" />
6238+
</ComplexType>
62346239
<ComplexType Name="x509CertificateIssuerHintsConfiguration">
62356240
<Property Name="state" Type="graph.x509CertificateIssuerHintsState" />
62366241
</ComplexType>
@@ -10795,6 +10800,7 @@
1079510800
</EntityType>
1079610801
<EntityType Name="x509CertificateAuthenticationMethodConfiguration" BaseType="graph.authenticationMethodConfiguration">
1079710802
<Property Name="authenticationModeConfiguration" Type="graph.x509CertificateAuthenticationModeConfiguration" />
10803+
<Property Name="certificateAuthorityScopes" Type="Collection(graph.x509CertificateAuthorityScope)" />
1079810804
<Property Name="certificateUserBindings" Type="Collection(graph.x509CertificateUserBinding)" />
1079910805
<Property Name="issuerHintsConfiguration" Type="graph.x509CertificateIssuerHintsConfiguration" />
1080010806
<NavigationProperty Name="includeTargets" Type="Collection(graph.authenticationMethodTarget)" ContainsTarget="true" />

schemas/beta-USSec.csdl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6261,6 +6261,11 @@
62616261
<Property Name="x509CertificateAuthenticationDefaultMode" Type="graph.x509CertificateAuthenticationMode" />
62626262
<Property Name="x509CertificateDefaultRequiredAffinityLevel" Type="graph.x509CertificateAffinityLevel" />
62636263
</ComplexType>
6264+
<ComplexType Name="x509CertificateAuthorityScope">
6265+
<Property Name="includeTargets" Type="Collection(graph.includeTarget)" Nullable="false" />
6266+
<Property Name="publicKeyInfrastructureIdentifier" Type="Edm.String" />
6267+
<Property Name="subjectKeyIdentifier" Type="Edm.String" Nullable="false" />
6268+
</ComplexType>
62646269
<ComplexType Name="x509CertificateIssuerHintsConfiguration">
62656270
<Property Name="state" Type="graph.x509CertificateIssuerHintsState" />
62666271
</ComplexType>
@@ -10824,6 +10829,7 @@
1082410829
</EntityType>
1082510830
<EntityType Name="x509CertificateAuthenticationMethodConfiguration" BaseType="graph.authenticationMethodConfiguration">
1082610831
<Property Name="authenticationModeConfiguration" Type="graph.x509CertificateAuthenticationModeConfiguration" />
10832+
<Property Name="certificateAuthorityScopes" Type="Collection(graph.x509CertificateAuthorityScope)" />
1082710833
<Property Name="certificateUserBindings" Type="Collection(graph.x509CertificateUserBinding)" />
1082810834
<Property Name="issuerHintsConfiguration" Type="graph.x509CertificateIssuerHintsConfiguration" />
1082910835
<NavigationProperty Name="includeTargets" Type="Collection(graph.authenticationMethodTarget)" ContainsTarget="true" />

0 commit comments

Comments
 (0)