Sebastian Pöhn
Sebastian Pöhn
The replacement of the tenant property now works fine for me (0.7-M2). However there is still the glitches reported by @DanielMaier-BSI in the logging. I think we can consider this...
Hi @rodrigosalinas I had the same problem. I fixed it by using the flush() of the client used in RestClient.cpp. This will only wait until the data of the write...
@Tommy-LSA you simple call the flush on the correct client: ``` diff --git a/Arduino/libraries/ESP8266RestClient/RestClient.cpp b/Arduino/libraries/ESP8266RestClient/RestClient.cpp index 4363fd8..a13c4de 100644 --- a/Arduino/libraries/ESP8266RestClient/RestClient.cpp +++ b/Arduino/libraries/ESP8266RestClient/RestClient.cpp @@ -133,6 +133,14 @@ void RestClient::write(const char* string){...
@Tommy-LSA indeed. In C you use `->` to reference the fields or functions of a pointer `*`. Whereas you use `.` to reference the fields or functions of a non-pointer...
Hi @dron4ik86 Many thanks, your snippet. Worked well for me. I did a small change so you are more flexible and robust about columns. Requires the csv to hold the...
@alex-frankel From the functional point it would work out. However if you see the bicep params as the template consumer owned part and the main.bicep as the template provider then...
Hi folks. I was facing this issue too and contacted MS support. It's actually possible to access this API using a service principal or apply a bicep with a service...
> Thanks for raising this issue. I have proposed a different approach to minimise the changes. basically when an optional block can only set once, it is better to use...
We just migrated all our Azure DevOps pipelines to use federated authentication. If we now would have to recreate an environment (taking > 10min) we will be in trouble. So...
@csmith66 I managed to successfully import subscriptions the same way you are trying to do. The issue is, that the Subscription Alias resource has a workload field, which can even...