@@ -66,14 +66,12 @@ exports[`admin-service-test metadata snapshot 1`] = `
6666 </EntityType >
6767 <Action Name = " setStatusAndAttempts" IsBound = " true" EntitySetPath = " in" >
6868 <Parameter Name = " in" Type = " EventQueueAdminService.Event" />
69- <Parameter Name = " tenant" Type = " Edm.String" />
7069 <Parameter Name = " status" Type = " Edm.Int32" />
7170 <Parameter Name = " attempts" Type = " Edm.Int32" />
7271 <ReturnType Type = " EventQueueAdminService.Event" />
7372 </Action >
7473 <Action Name = " releaseLock" IsBound = " true" >
7574 <Parameter Name = " in" Type = " EventQueueAdminService.Lock" />
76- <Parameter Name = " tenant" Type = " Edm.String" />
7775 <Parameter Name = " type" Type = " Edm.String" />
7876 <Parameter Name = " subType" Type = " Edm.String" />
7977 <ReturnType Type = " Edm.Boolean" />
@@ -144,9 +142,6 @@ exports[`admin-service-test metadata snapshot 1`] = `
144142 <Annotations Target = " EventQueueAdminService.Event/createdAt" >
145143 <Annotation Term = " Core.Computed" Bool = " true" />
146144 </Annotations >
147- <Annotations Target = " EventQueueAdminService.setStatusAndAttempts(EventQueueAdminService.Event)/tenant" >
148- <Annotation Term = " Common.FieldControl" EnumMember = " Common.FieldControlType/Mandatory" />
149- </Annotations >
150145 <Annotations Target = " EventQueueAdminService.setStatusAndAttempts(EventQueueAdminService.Event)/status" >
151146 <Annotation Term = " Validation.AllowedValues" >
152147 <Collection >
@@ -198,9 +193,6 @@ exports[`admin-service-test metadata snapshot 1`] = `
198193 </Record >
199194 </Annotation >
200195 </Annotations >
201- <Annotations Target = " EventQueueAdminService.releaseLock(EventQueueAdminService.Lock)/tenant" >
202- <Annotation Term = " Common.FieldControl" EnumMember = " Common.FieldControlType/Mandatory" />
203- </Annotations >
204196 <Annotations Target = " EventQueueAdminService.releaseLock(EventQueueAdminService.Lock)/type" >
205197 <Annotation Term = " Common.FieldControl" EnumMember = " Common.FieldControlType/Mandatory" />
206198 </Annotations >
0 commit comments