-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Create Identity e2e tests for running in Azure Service Fabric #11725
Comments
Moved to March. Time is getting short on February. |
@KarishmaGhiya So, in summary, this issue is about:
I wrote some instructions for Azure Arc a while ago. Those should work as a reference: Azure/azure-sdk#1908 (comment) You can also look at what Python has done: https://github.com/mccoyp/azure-sdk-for-python/tree/master/sdk/identity/azure-identity/tests/managed-identity-live Java has something more automated, but in case it helps: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/e2e/src Regarding how to make these resources: |
Small update: we already have a folder, test/manual-integration. Let's use that one for now! |
Moved to September as this issue needs Service Fabric support to be added back first #12420 |
It won’t be possible for us to finish the e2e service fabric guide for JavaScript yet because the Python guide is not currently working as expected. Once Python’s guide is updated, we will continue to work on the e2e guide for JavaScript. |
Hi @joshfree, we deeply appreciate your input into this project. Regrettably, this issue has remained inactive for over 2 years, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support. |
Tracking item to create new /sdk/e2e Azure.Identity smoke tests for running in Azure Service Fabric hosted environment.
Python has some instructions already merged - Azure/azure-sdk#901 (comment)
Referencing Python's PR with latest updates - Azure/azure-sdk-for-python#21370
The text was updated successfully, but these errors were encountered: