Skip to content

Commit 0b29c5c

Browse files
[DMS-610] Update Sample.BusReference Entity (#1238)
Co-authored-by: EdFiBuildAgent <[email protected]>
1 parent 5b4a291 commit 0b29c5c

File tree

3 files changed

+11
-19
lines changed

3 files changed

+11
-19
lines changed

Extensions/4.0.0/Sample/SampleMetaEd/DomainEntity/BusRoute.metaed

+3-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
Domain Entity BusRoute
77
deprecated "Expect removal of this element in a future release."
88
documentation "This is an example of a new domain entity."
9+
domain entity Bus
10+
documentation "The designated bus for the bus route."
11+
is part of identity
912
integer BusRouteNumber
1013
deprecated "Expect removal of this element in a future release."
1114
documentation "A unique identifier for the bus route."
1215
is part of identity
13-
shared string EdFi.IdentificationCode named BusId
14-
documentation "The unique identifier for the bus assigned to the bus route."
15-
is part of identity
1616
string BusRouteDirection
1717
documentation "The direction of the bus route."
1818
is required
@@ -64,7 +64,3 @@ Domain Entity BusRoute
6464
association EdFi.StaffEducationOrganizationAssignmentAssociation
6565
documentation "The staff member (and associated assignment) responsible for assistance loading students on the bus."
6666
is optional
67-
domain entity Bus
68-
documentation "The designated bus for the bus route."
69-
is required
70-
merge Bus.BusId with BusId

Extensions/Sample/SampleMetaEd/DomainEntity/BusRoute.metaed

+3-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
Domain Entity BusRoute
77
deprecated "Expect removal of this element in a future release."
88
documentation "This is an example of a new domain entity."
9+
domain entity Bus
10+
documentation "The designated bus for the bus route."
11+
is part of identity
912
integer BusRouteNumber
1013
deprecated "Expect removal of this element in a future release."
1114
documentation "A unique identifier for the bus route."
1215
is part of identity
13-
shared string EdFi.IdentificationCode named BusId
14-
documentation "The unique identifier for the bus assigned to the bus route."
15-
is part of identity
1616
string BusRouteDirection
1717
documentation "The direction of the bus route."
1818
is required
@@ -64,7 +64,3 @@ Domain Entity BusRoute
6464
association EdFi.StaffEducationOrganizationAssignmentAssociation
6565
documentation "The staff member (and associated assignment) responsible for assistance loading students on the bus."
6666
is optional
67-
domain entity Bus
68-
documentation "The designated bus for the bus route."
69-
is required
70-
merge Bus.BusId with BusId

configuration.packages.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -42,27 +42,27 @@
4242
},
4343
"homograph": {
4444
"PackageName": "EdFi.Suite3.Ods.Extensions.Homograph.1.0.0.Standard.{StandardVersion}",
45-
"PackageVersion": "7.4.37",
45+
"PackageVersion": "7.4.39",
4646
"PackageSource": "https://pkgs.dev.azure.com/ed-fi-alliance/Ed-Fi-Alliance-OSS/_packaging/EdFi/nuget/v3/index.json"
4747
},
4848
"profiles.sample": {
4949
"PackageName": "EdFi.Suite3.Ods.Profiles.Sample",
50-
"PackageVersion": "7.4.41",
50+
"PackageVersion": "7.4.43",
5151
"PackageSource": "https://pkgs.dev.azure.com/ed-fi-alliance/Ed-Fi-Alliance-OSS/_packaging/EdFi/nuget/v3/index.json"
5252
},
5353
"sample": {
5454
"PackageName": "EdFi.Suite3.Ods.Extensions.Sample.1.0.0.Standard.{StandardVersion}",
55-
"PackageVersion": "7.4.38",
55+
"PackageVersion": "7.4.40",
5656
"PackageSource": "https://pkgs.dev.azure.com/ed-fi-alliance/Ed-Fi-Alliance-OSS/_packaging/EdFi/nuget/v3/index.json"
5757
},
5858
"tpdm": {
5959
"PackageName": "EdFi.Suite3.Ods.Extensions.TPDM.Core.{ExtensionVersion}.Standard.{StandardVersion}",
60-
"PackageVersion": "7.4.36",
60+
"PackageVersion": "7.4.38",
6161
"PackageSource": "https://pkgs.dev.azure.com/ed-fi-alliance/Ed-Fi-Alliance-OSS/_packaging/EdFi/nuget/v3/index.json"
6262
},
6363
"EdFi.Ods.CodeGen": {
6464
"PackageName": "EdFi.Suite3.Ods.CodeGen",
65-
"PackageVersion": "7.4.223",
65+
"PackageVersion": "7.4.230",
6666
"PackageSource": "https://pkgs.dev.azure.com/ed-fi-alliance/Ed-Fi-Alliance-OSS/_packaging/EdFi/nuget/v3/index.json"
6767
},
6868
"EdFi.Db.Deploy": {

0 commit comments

Comments
 (0)