Nick Carter

Results 5 comments of Nick Carter

Here's an outline of the changes I made to patch in support the custom headers, based on the PIP package azure-mgmt-network==19.0.0 (with some extra changes to conform to our internal...

That looks great! And I assume the same for begin_delete: ``` res = network_client.network_interfaces.begin_delete( resource_group_name='resource_group_name', network_interface_name='network_interface_name', headers={ 'x-ms-required-header': 'foo', 'x-ms-correlation-id': 'test', }, ) ``` Thank you much!

Hi @Wzb123456789 I had a chance to try the new package, and it's almost perfect! Thanks for releasing this! There's one remaining edge that I see -- my headers are...

Yep, that's what I ended up doing. It just feels a little awkward, and doesn't match what I would have expected. Thanks for making it possible!

I'm running into this a lot starting this week! Maybe 10% of runs of this action today. ``` Run tailscale/github-action@v2 with: oauth-client-id: *** oauth-secret: *** tags: tag:foo version: 1.82.0 ......