-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Description
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?
This issue currently does not occur in UsGov and China clouds (the test team has configured static data in sovereign clouds). It only occurs in the Public cloud.
Pipeline status: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=4364999&view=results
Expected behavior:
All tests can pass normally.