You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are running live Tests against other clouds like US Gov and Azure China Cloud. The goal is to check whether new azure sdk package work with other clouds or not.
Error Description:
An error occurs during the deployment of test resources:
| Exception calling "Invoke" with "0" argument(s): "The running command
| stopped because the preference variable "ErrorActionPreference" or
| common parameter is set to Stop: 08:22:18 - The deployment
| 't08ecd62c4b804a19' failed with error(s). Showing 3 out of 12 error(s).
| Status Message: Resource group 'TrainingData' could not be found.
| (Code:ResourceGroupNotFound) Status Message: Resource group
| 'TrainingData' could not be found. (Code:ResourceGroupNotFound) Status
| Message: Resource group 'TrainingData' could not be found.
| (Code:ResourceGroupNotFound) CorrelationId:
| 8f7ec574-ab87-419c-8bae-8a0b4cbaee8a"
There is an existing storage account in the previous resource group TrainingData, in which some blobs and containers are created for use in some test cases. From the error message, this resource group( TrainingData) no longer exists. Should we restore this resource group or modify the test case?
@samvaity@weshaggard any idea if we used to port the training data resource group into sovereign subscriptions? I don't think we ever did, but not sure how these tests used to work then.
I don't believe so. I would suggest not test these that require static training data in the other clouds. I don't believe there is much if any value give the clouds should have the same version of the service deployed.
We are running live Tests against other clouds like US Gov and Azure China Cloud. The goal is to check whether new azure sdk package work with other clouds or not.
Error Description:
An error occurs during the deployment of test resources:
There is an existing storage account in the previous resource group
TrainingData
, in which some blobs and containers are created for use in some test cases. From the error message, this resource group(TrainingData
) no longer exists. Should we restore this resource group or modify the test case?Pipeline status: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=4364999&view=results
Expected behavior:
All tests can pass normally.
@kinelski, @benbp for notification.
The text was updated successfully, but these errors were encountered: