Daniel Jurek
Daniel Jurek
These are mostly notes to myself. I'm installing `daily` which is the latest of what's in `main` and hasn't yet been released. Once we do the next release we can...
Further discussion with @philliphoff on Friday yielded a few more pieces of information. * dotenv tasks cannot presently "end" when a nested background task reaches an "end" ... this means...
When validating "deployed API" scenarios in at least app service (and probably others) there are CORS policies set which prevent the possibility of running the web app in GH codespaces...
/azp run azure-dev - repoman
Fixes https://github.com/Azure/azure-dev/issues/271
/azp run cpp - core - ci
Credscan results -- https://dev.azure.com/azure-sdk/public/_build/results?buildId=1594399&view=logs&j=a129effc-2dd1-54d1-fb5a-ad7bdc0e851d&t=9036d097-2774-5136-505e-b4dc0a37f42d ``` ##[error]1. Credential Scanner Error CSCAN-GENERAL0020 - File: sdk/attestation/azure-security-attestation/test/ut/crypto_test.cpp:sdk/attestation/azure-security-attestation/test/ut/crypto_test.cpp. Line: 16. Column 46. ##[error]2. Credential Scanner Error CSCAN-GENERAL0020 - File: sdk/attestation/azure-security-attestation/test/ut/crypto_test.cpp:sdk/attestation/azure-security-attestation/test/ut/crypto_test.cpp. Line: 28. Column 45. ##[error]3....
When measuring the binary size with map files in C we had to create programs which use parts of the SDK. Parsing map files (whose formats differ between compilers) is...
We have some infrastructure to support reporting and tracking metrics now. I'll dive in and figure out how to get it working.
To log a metric output a line in the console: ``` logmetric: ``` `json-object` should be of the form ``` { "name": "", "value": , "time": "" "labels": { }...