Skip to content
Open
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
348 changes: 348 additions & 0 deletions schemas/beta-Bleu.csdl

Large diffs are not rendered by default.

289 changes: 289 additions & 0 deletions schemas/beta-Fairfax.csdl

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions schemas/beta-Mooncake.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -3511,6 +3511,25 @@
<Member Name="promptForCredentialsOnTheSecureDesktop" Value="2" />
<Member Name="promptForCredentials" Value="3" />
</EnumType>
<EnumType Name="locationType">
<Member Name="default" Value="0" />
<Member Name="conferenceRoom" Value="1" />
<Member Name="homeAddress" Value="2" />
<Member Name="businessAddress" Value="3" />
<Member Name="geoCoordinates" Value="4" />
<Member Name="streetAddress" Value="5" />
<Member Name="hotel" Value="6" />
<Member Name="restaurant" Value="7" />
<Member Name="localBusiness" Value="8" />
<Member Name="postalAddress" Value="9" />
</EnumType>
<EnumType Name="locationUniqueIdType">
<Member Name="unknown" Value="0" />
<Member Name="locationStore" Value="1" />
<Member Name="directory" Value="2" />
<Member Name="private" Value="3" />
<Member Name="bing" Value="4" />
</EnumType>
<EnumType Name="longRunningOperationStatus">
<Member Name="notStarted" Value="0" />
<Member Name="running" Value="1" />
Expand Down Expand Up @@ -5894,6 +5913,7 @@
<Member Name="fido2SecurityKey" Value="25" />
<Member Name="oneTimePasscode" Value="26" />
<Member Name="passKeySynced" Value="27" />
<Member Name="qrCode" Value="28" />
</EnumType>
<EnumType Name="userAction">
<Member Name="registerSecurityInformation" Value="0" />
Expand Down Expand Up @@ -10220,7 +10240,10 @@
<Property Name="coordinates" Type="graph.outlookGeoCoordinates" />
<Property Name="displayName" Type="Edm.String" />
<Property Name="locationEmailAddress" Type="Edm.String" />
<Property Name="locationType" Type="graph.locationType" />
<Property Name="locationUri" Type="Edm.String" />
<Property Name="uniqueId" Type="Edm.String" />
<Property Name="uniqueIdType" Type="graph.locationUniqueIdType" />
</ComplexType>
<ComplexType Name="locationConstraint">
<Property Name="isRequired" Type="Edm.Boolean" />
Expand Down
152 changes: 150 additions & 2 deletions schemas/beta-Prod.csdl

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions schemas/beta-USNat.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -2413,6 +2413,7 @@
<Member Name="fido2SecurityKey" Value="25" />
<Member Name="oneTimePasscode" Value="26" />
<Member Name="passKeySynced" Value="27" />
<Member Name="qrCode" Value="28" />
</EnumType>
<EnumType Name="usageRights" IsFlags="true">
<Member Name="unknown" Value="1" />
Expand Down
1 change: 1 addition & 0 deletions schemas/beta-USSec.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -2435,6 +2435,7 @@
<Member Name="fido2SecurityKey" Value="25" />
<Member Name="oneTimePasscode" Value="26" />
<Member Name="passKeySynced" Value="27" />
<Member Name="qrCode" Value="28" />
</EnumType>
<EnumType Name="usageRights" IsFlags="true">
<Member Name="unknown" Value="1" />
Expand Down
25 changes: 25 additions & 0 deletions schemas/v1.0-Mooncake.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -1264,6 +1264,25 @@
<Member Name="invited" Value="5" />
<Member Name="organizationExcludingGuests" Value="6" />
</EnumType>
<EnumType Name="locationType">
<Member Name="default" Value="0" />
<Member Name="conferenceRoom" Value="1" />
<Member Name="homeAddress" Value="2" />
<Member Name="businessAddress" Value="3" />
<Member Name="geoCoordinates" Value="4" />
<Member Name="streetAddress" Value="5" />
<Member Name="hotel" Value="6" />
<Member Name="restaurant" Value="7" />
<Member Name="localBusiness" Value="8" />
<Member Name="postalAddress" Value="9" />
</EnumType>
<EnumType Name="locationUniqueIdType">
<Member Name="unknown" Value="0" />
<Member Name="locationStore" Value="1" />
<Member Name="directory" Value="2" />
<Member Name="private" Value="3" />
<Member Name="bing" Value="4" />
</EnumType>
<EnumType Name="longRunningOperationStatus">
<Member Name="notStarted" Value="0" />
<Member Name="running" Value="1" />
Expand Down Expand Up @@ -4410,7 +4429,13 @@
</ComplexType>
<ComplexType Name="location">
<Property Name="address" Type="graph.physicalAddress" />
<Property Name="coordinates" Type="graph.outlookGeoCoordinates" />
<Property Name="displayName" Type="Edm.String" />
<Property Name="locationEmailAddress" Type="Edm.String" />
<Property Name="locationType" Type="graph.locationType" />
<Property Name="locationUri" Type="Edm.String" />
<Property Name="uniqueId" Type="Edm.String" />
<Property Name="uniqueIdType" Type="graph.locationUniqueIdType" />
</ComplexType>
<ComplexType Name="logicAppTriggerEndpointConfiguration" BaseType="graph.customExtensionEndpointConfiguration">
<Property Name="logicAppWorkflowName" Type="Edm.String" />
Expand Down
3 changes: 2 additions & 1 deletion schemas/v1.0-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -5259,7 +5259,8 @@
<Member Name="encryptedProtectionTypeNotSupportedException" Value="131072" />
<Member Name="purviewClaimsChallengeNotSupportedException" Value="262144" />
<Member Name="exception" Value="524288" />
<Member Name="unknownFutureValue" Value="1048576" />
<Member Name="labelNotFoundException" Value="1048576" />
<Member Name="unknownFutureValue" Value="2097152" />
</EnumType>
<EnumType Name="userAccountSecurityType">
<Member Name="unknown" Value="0" />
Expand Down
Loading