-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
[FarmBeats, Test] Hardcoded endpoint for statically set up resource #19198
[FarmBeats, Test] Hardcoded endpoint for statically set up resource #19198
Conversation
@benbp cc |
], | ||
"outputs": { | ||
"AGRIFOOD_ENDPOINT": { | ||
"type": "string", | ||
"value": "[reference(resourceId('Microsoft.AgFoodPlatform/farmbeats', variables('resourceName'))).instanceUri]" | ||
"value": "https://internal-sdk-live-test-py.farmbeats.azure.net" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does the test identity have access to this resource?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, gave it access.
@lmazuel We are also ready to merge this |
/azp run python - agrifood - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run python - agrifood - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run python - agrifood - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run python - agrifood - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
to test with the additional configs in test.yml This reverts commit 0f4e319.
/azp run python - agrifood - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
due to low time resolution on server
/azp run python - agrifood - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run python - agrifood - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run python - agrifood - test |
No pipelines are associated with this pull request. |
/azp run python - agrifood - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run python - agrifood - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
Set up resource and assigned the right role to the test principal.
Removed the deployment of farmbeats instance and the role assignment from the template, and hardcoded the endpoint for the resource above into the outputs from the template.