Changing the Order of the ICredentials Parameter in IOperationService Methods

Tags: v8preview7 v8

In the V8Preview7 API, to unify with OperationServiceExtensions, where the parameter of type ICredentials is the last parameter without a default value, the methods of the IOperationService interface now pass this parameter last.

Example of the change: os.DeteteOrder(auth, order) => os.DeteteOrder(order, auth)