David Brown

Results 21 comments of David Brown

Oh, apologies... the setup might be different than what I'm looking at... I'm not familiar with the Managed Control Plane part of the API.

I've BYO my own VNET with Ansible to deploy AKS, however you have to have permissions to peer to that VNET. The AKS API Server doesn't seem to run in...

The CherryPy interface would be an extension to each object that would say whether it can export a swagger endpoint or not. Then where the object sits in the tree...

Okay I'll start one and see what I come up with... https://github.com/dmlb2000/cherrypy-swagger Hopefully it will be a separate package on top of CherryPy, If I run into a blocker about...

@webknjaz @Giancarlos I've just not had the time recently to mess with this... I know that OpenAPI 3.0 is released, just haven't had the priority to make this happen yet.

@tianon thanks for the links on the discussion that's vary helpful. Seems like that was focused more on the manifest size and what a registry would need to support. Is...

Another consideration are the [tar formats](https://www.gnu.org/software/tar/manual/html_section/Formats.html), they have some limitations depending on the flavor of tar you use. Similar documents can be found for ZIP and ZIP64 if those are...

Another thought here is interfacing with Gravatar it's pretty straight forward and might be more friendly of an interface for an app like this. https://en.gravatar.com/

I'm wondering if you could punt on this and support an optional settings.local.php ConfigMap if the user specifies it. Then simply include the line in settings.php to include the extra...

> Hi [@dmlb2000](https://github.com/dmlb2000) Thank you for using the SDK and for reaching out. > > Based [on this documentation](https://github.com/microsoftgraph/msgraph-sdk-python-core/blob/c6c089e70410bc5b4d19de32fce7cea9cfd37f70/src/msgraph_core/requests/batch_request_item.py#L49) > > And [on this example](https://github.com/%5Bmicrosoftgraph/msgraph-sdk-typescript%5D(https://github.com/microsoftgraph/msgraph-sdk-typescript?tab=readme-ov-file#226-usernamepassword-provider)?tab=readme-ov-file#226-usernamepassword-provider) > > Do you think...