Shiwei Zhang

Results 354 comments of Shiwei Zhang

The SDK is currently based on API version `2019-12-01-preview`. However, the availability zone is supported since API version `2020-11-01-preview`. @luisdlp Do we have a plan to upgrade the dotnet SDK...

@digeler We are planning to publish a GA API this semester and will update all SDKs accordingly.

\cc @yuwaMSFT2 @sajayantony

@jdolitsky @yuwaMSFT2 Server APIs may vary and might not fit the `uploadSpec`. The server API could 1. not support POST with `Content-Type: multipart/form-data`. i.e. Pushing a chart package with a...

We might also need to make output script-friendly.

@SteveLasker This is a discussion. We don't have a consensus yet. My opinion is that user file / directory should take over the system ones.

We have identified at least three parties involved in the E2E scenarios: `Signer`, `Verifier`, and `System Admin`. - A `Signer` SHOULD be able to sign even if there is no...

> Thanks @shizhMSFT, @dtzar The thing I’m most concerned with is a build redirecting the signing or verification to bypass the intended secure scenario. Can we say: If the notation...

The `expiry` value is parsed into `time.Duration` by the built-in method [time.ParseDuration()](https://pkg.go.dev/time#ParseDuration) and it does not support days.