hello all!!! i am having issues creating `azuredev...
# azure
w
hello all!!! i am having issues creating
azuredevops.ServiceEndpointBitBucket
of package
pulumi_azuredevops
this is the error
Copy code
stderr: error: azuredevops:index/serviceEndpointBitBucket:ServiceEndpointBitBucket resource 'bitbucket' has a problem: expected type of "authorization" to be string. Examine values at 'bitbucket.authorization'.
this is the service connection
Copy code
bitbucket_service_connection = azuredevops.ServiceEndpointBitBucket(
        "bitbucket",
        authorization={
            "scheme": "OAuth2",
        },
        description="",
        password="",
        project_id=project_id,
        service_endpoint_name="name",
        username="",
    )
i don't want hardcode username or password