Skip to content

Commit e519dec

Browse files
committed
fix: make isFailedOver non-nullable to resolve schema validation warning
Address Schema.Validation.NullableBooleanShouldBeEnum by adding Nullable='false' to the isFailedOver property on cloudPC entity. The property only has two states (true/false), so nullable is not needed.
1 parent 9949876 commit e519dec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

schemas/beta-Prod.csdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26150,7 +26150,7 @@
2615026150
<Property Name="displayName" Type="Edm.String" />
2615126151
<Property Name="frontlineCloudPcAvailability" Type="graph.frontlineCloudPcAvailability" />
2615226152
<Property Name="gracePeriodEndDateTime" Type="Edm.DateTimeOffset" />
26153-
<Property Name="isFailedOver" Type="Edm.Boolean" />
26153+
<Property Name="isFailedOver" Type="Edm.Boolean" Nullable="false" />
2615426154
<Property Name="groupDetail" Type="graph.cloudPcEntraGroupDetail" />
2615526155
<Property Name="imageDisplayName" Type="Edm.String" />
2615626156
<Property Name="lastLoginResult" Type="graph.cloudPcLoginResult" />

0 commit comments

Comments
 (0)