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

remove ignore attribute and fix the recording file when Servicelinker project ref updated #46588

Merged
merged 2 commits into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
### Bugs Fixed

### Other Changes

- Fixed the recording file while the project reference updated.
welovej marked this conversation as resolved.
Show resolved Hide resolved
## 1.1.0 (2023-11-30)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "net",
"TagPrefix": "net/servicelinker/Azure.ResourceManager.ServiceLinker",
"Tag": "net/servicelinker/Azure.ResourceManager.ServiceLinker_bea4fed255"
"Tag": "net/servicelinker/Azure.ResourceManager.ServiceLinker_7d9a8b8250"
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public async Task Init()
}

[TestCase]
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
public async Task WebAppKeyVaultConnectionCRUD()
{
string resourceGroupName = Recording.GenerateAssetName("SdkRg");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public async Task Init()
}

[TestCase]
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
public async Task WebAppWebPubSubConnectionCRUD()
{
string resourceGroupName = Recording.GenerateAssetName("SdkRg");
Expand Down