Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix SQL DB connection string #175

Merged
merged 1 commit into from
Nov 12, 2018
Merged

Fix SQL DB connection string #175

merged 1 commit into from
Nov 12, 2018

Commits on Nov 12, 2018

  1. Fix SQL DB connection string

    The `azure.sql.SqlServer` and `azure.sql.Database` objects are being passed through `pulumi.all()` and `Output<t>.apply()` instead of server+database name outputs. This results in an invalid connection string like `Server=tcp:[object Object].database.windows.net;initial catalog=[object Object];user ID=pulumi...`
    
    Also raised in [this issue](pulumi#174).
    rgwood committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    19a1baf View commit details
    Browse the repository at this point in the history