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(e2e): Fix some environment variable names for consistency #1849

Merged
merged 1 commit into from
Mar 23, 2021

Conversation

vinagesh
Copy link
Member

Checklist

  • I have read the contribution guidelines.
  • I added or modified the existing tests to cover the change (we do not allow our test coverage to go down).
  • This pull-request is submitted against the master branch.

Description of the changes

Reference/Link to the issue solved with this PR (if any)

Updated some environment variables to match with the Java pipeline so the script can be reused across languages.

@vinagesh vinagesh force-pushed the vinagesh/scriptupdates branch from 3312efc to b8fb791 Compare March 22, 2021 22:38
@vinagesh
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@vinagesh vinagesh marked this pull request as ready for review March 22, 2021 22:44
@vinagesh vinagesh changed the title fix(e2e): Fix some environment varialbe names for consistency fix(e2e): Fix some environment variable names for consistency Mar 22, 2021
@@ -11,7 +11,7 @@ public static partial class Configuration
{
public static partial class IoTHub
{
public static string ConnectionString => GetValue("IOTHUB_CONN_STRING_CSHARP");
public static string ConnectionString => GetValue("IOTHUB_CONNECTION_STRING");
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We use this in java already and there is no need for something different in .net. This will make the script cleaner for cross language resource creation.

@vinagesh
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@vinagesh
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@vinagesh
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@vinagesh vinagesh force-pushed the vinagesh/scriptupdates branch from b8fb791 to 4e93fbc Compare March 23, 2021 17:48
@vinagesh
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@vinagesh vinagesh merged commit 9fd6423 into master Mar 23, 2021
@vinagesh vinagesh deleted the vinagesh/scriptupdates branch March 23, 2021 18:19
timstewartm pushed a commit to timstewartm/azure-iot-sdk-csharp that referenced this pull request May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants