snehapar9

Results 7 comments of snehapar9

Thanks @tg123! I tried giving this a shot by setting the follow flag to `true` but this does not seem to stream logs if I have it running inside a...

Thank you @tg123! I was able to get this to work. However, seems like the cancellation token is not respected? I have a scenario where I'm constantly writing to the...

``` using (var stream = await _kubernetesClient.CoreV1.ReadNamespacedPodLogAsync(pod.Metadata.Name, _kubernetesConfig.Namespace, container: container.Name, follow: true)) { using (var reader = new StreamReader(stream)) { while (!reader.EndOfStream) { var logLine = await reader.ReadLineAsync(); // Write...

Hi @JackH11, Thank you for submitting this ticket. Seems to be related to https://github.com/microsoft/vscode-azurefunctions/issues/2529

Thanks @IlyaBelykh for reaching out. Could you please share logs if you have them available?

> @snehapar9 In the Integration tests failed, it is due to the vnet api-version update, you can follow some doc to pull azure-cli dev branch latest code and setup: >...

Thanks for reaching out @shadyelgewily-slimstock! We added this work item - [User Story 1834257](https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1834257): Customer Request : Support poetry install --only for future development.