Skip to content

Commit f093f78

Browse files
welovejmelina5656
andauthored
remove ignore attribute and fix the recording file when Servicelinker project ref updated (#46588)
* Remove the ignore attribute from the test * update1 --------- Co-authored-by: melina5656 <[email protected]>
1 parent eaacc34 commit f093f78

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

sdk/servicelinker/Azure.ResourceManager.ServiceLinker/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
### Bugs Fixed
1313

1414
### Other Changes
15-
15+
- Fixed the recording file while the project reference updated.
1616
## 1.1.0 (2023-11-30)
1717

1818
### Features Added

sdk/servicelinker/Azure.ResourceManager.ServiceLinker/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "net",
44
"TagPrefix": "net/servicelinker/Azure.ResourceManager.ServiceLinker",
5-
"Tag": "net/servicelinker/Azure.ResourceManager.ServiceLinker_bea4fed255"
5+
"Tag": "net/servicelinker/Azure.ResourceManager.ServiceLinker_7d9a8b8250"
66
}

sdk/servicelinker/Azure.ResourceManager.ServiceLinker/tests/Tests/WebAppKeyVaultConnectionTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ public async Task Init()
2727
}
2828

2929
[TestCase]
30-
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
3130
public async Task WebAppKeyVaultConnectionCRUD()
3231
{
3332
string resourceGroupName = Recording.GenerateAssetName("SdkRg");

sdk/servicelinker/Azure.ResourceManager.ServiceLinker/tests/Tests/WebAppWebPubSubConnectionTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ public async Task Init()
2727
}
2828

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

0 commit comments

Comments
 (0)