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

Regenerate clients for ManagedInstanceProxyOverride #5971

Merged
merged 2 commits into from
Apr 29, 2019

Conversation

jamestao
Copy link
Contributor

No description provided.

@dsgouda
Copy link
Contributor

dsgouda commented Apr 26, 2019

@jamestao Please link the REST spec PR

@jamestao
Copy link
Contributor Author

specs PR: Azure/azure-rest-api-specs#5780

@jaredmoo
Copy link
Contributor

Can you in some way reference the enum class from unit tests so that build breaks if it's accidentally removed again?

@jamestao
Copy link
Contributor Author

jamestao commented Apr 26, 2019

@jaredmoo Added in commit 6e806fe

@@ -38,7 +38,7 @@ public void TestCreateUpdateGetDropManagedInstance()
string location = "westcentralus";

bool publicDataEndpointEnabled = true;
string proxyOverride = "Proxy";
string proxyOverride = ManagedInstanceProxyOverride.Proxy;
Copy link
Contributor

Choose a reason for hiding this comment

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

nice

Copy link
Contributor

Choose a reason for hiding this comment

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

this should help us catch this next time.

@@ -38,7 +38,7 @@ public void TestCreateUpdateGetDropManagedInstance()
string location = "westcentralus";

bool publicDataEndpointEnabled = true;
string proxyOverride = "Proxy";
string proxyOverride = ManagedInstanceProxyOverride.Proxy;
Copy link
Contributor

Choose a reason for hiding this comment

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

this should help us catch this next time.

Copy link
Contributor

@dsgouda dsgouda left a comment

Choose a reason for hiding this comment

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

LGTM

@dsgouda dsgouda merged commit 0f1a9ce into Azure:master Apr 29, 2019
mentat9 pushed a commit to mentat9/azure-sdk-for-net that referenced this pull request Jun 10, 2019
* Regenerate clients for ManagedInstanceProxyOverride

* Update test to reference enum
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.

4 participants