You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sharing the same data feed across multiple languages can be problematic because there's a limit of how many configs we can create. If we reach the limit (10), we get the following error back from the service:
{"code":"Bad Request","message":"Invalid parameter. config count should be less than or equal to 10. TraceId: b29a4c4f-3357-4198-91cc-5541507ad822"}
We also need to decide what to do with our samples. It may not be a good idea to create mock entities for them, as we want to make sure users can run them with actual data. As part of this issue, we'll also need to re-enable the sample:
Revert "Revert "ACSS Swagger Changes in PUT SVI API and child resources (Azure#21604)" (Azure#21662)" (Azure#21663)
This reverts commit 495363bc011ce917f579adc1a5209073565d37f4.
Sharing the same data feed across multiple languages can be problematic because there's a limit of how many configs we can create. If we reach the limit (10), we get the following error back from the service:
We also need to decide what to do with our samples. It may not be a good idea to create mock entities for them, as we want to make sure users can run them with actual data. As part of this issue, we'll also need to re-enable the sample:
The text was updated successfully, but these errors were encountered: