luis servin
luis servin
It seems that the source code used to connect to azure needs to be changed, according to [this article](https://docs.microsoft.com/en-us/python/api/azure-common/azure.common.credentials?view=azure-python) This function from azure-cli-core has been deprecated: ```python get_azure_cli_credentials(resource=None, with_tenant=False) ```...
I'm still working out that myself. First thing to change are the imports. ```from azure.identity import AzureDefaultCredential``` should replace ```from azure.common.credentials import ServicePrincipalCredentials, UserPassCredentials, get_azure_cli_credentials``` That's the easy part. Now...
wow. great. I'll give it a try. do you know which branch is it?
> Getting it integrated into the output like that would be a little tricky because of the way we generate the docs. I respectfully disagree. Exactly because of how we...
@tghosth it's done in the makefile as the pre-step to processing the markdown files into pdf, wordx
Glad to have a quick call to go over it together. Let me know your availability
I'll reply to @tghosth in-line: > Before I merge this can you confirm where we currently are with the new outputs generation. Specifically, can you confirm: > a) Which output...
I thought the cert was already optional. Could you help me with the error message? I don't get one. Or rather I was getting one and fixed it in the...
> Okay those changes fixed the build! The cert thing is still not optional for me. I can test the parity now tho! Thanks. In moving to alpine some things...
The only objection I would have is the customization of the ASVS by anyone interested in adopting it for their own purposes. I agree that latex is sometimes cumbersome, but...