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

[SecurityInsights] Remove ingore attribute and fix the recording file after operationalinsights release #46660

Merged
merged 1 commit into from
Oct 17, 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
2 changes: 1 addition & 1 deletion eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
<PackageReference Update="Azure.ResourceManager.KeyVault" Version="1.1.0" />
<PackageReference Update="Azure.ResourceManager.ManagedServiceIdentities" Version="1.1.0" />
<PackageReference Update="Azure.ResourceManager.Network" Version="1.5.0" />
<PackageReference Update="Azure.ResourceManager.OperationalInsights" Version="1.1.0" />
<PackageReference Update="Azure.ResourceManager.OperationalInsights" Version="1.3.0-beta.1" />
<PackageReference Update="Azure.ResourceManager.PrivateDns" Version="1.0.1" />
<PackageReference Update="Azure.ResourceManager.RecoveryServices" Version="1.1.0" />
<PackageReference Update="Azure.ResourceManager.Resources" Version="1.6.0" />
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/securityinsights/Azure.ResourceManager.SecurityInsights",
"Tag": "net/securityinsights/Azure.ResourceManager.SecurityInsights_4ce51c684f"
"Tag": "net/securityinsights/Azure.ResourceManager.SecurityInsights_3bcbd39fd9"
}
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ private SecurityInsightsAutomationRuleCollection GetAutomationRuleCollectionAsyn
}

[TestCase]
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
public async Task AutomationRuleCollectionApiTests()
{
//0.prepare
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ private async Task<SecurityInsightsAutomationRuleResource> CreateAutomationRuleA
}

[TestCase]
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
public async Task AutomationRuleResourceApiTests()
{
//0.prepare
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ private SecurityInsightsBookmarkCollection GetBookmarkCollectionAsync(Operationa
}

[TestCase]
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
public async Task BookmarkCollectionApiTests()
{
//0.prepare
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ private async Task<SecurityInsightsBookmarkResource> CreateBookmarkAsync(Operati
}

[TestCase]
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
public async Task BookmarkResourceApiTests()
{
//0.prepare
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ private SecurityInsightsDataConnectorCollection GetDataConnectorCollectionAsync(
}

[TestCase]
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
public async Task DataConnectorCollectionApiTests()
{
//0.prepare
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ private async Task<SecurityInsightsDataConnectorResource> CreateDataConnectorAsy
}

[TestCase]
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
public async Task DataConnectorResourceApiTests()
{
//0.prepare
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ private SecurityInsightsIncidentCollection GetIncidentCollectionAsync(Operationa
}

[TestCase]
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
public async Task IncidentCollectionApiTests()
{
//0.prepare
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ private async Task<SecurityInsightsIncidentResource> CreateIncidentAsync(Operati
}

[TestCase]
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
public async Task IncidentResourceApiTests()
{
//0.prepare
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ private SecurityInsightsAlertRuleCollection GetSecurityInsightsAlertRuleCollecti
}

[TestCase]
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
public async Task SIAlertRuleCollectionApiTests()
{
//0.prepare
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ private async Task<SecurityInsightsAlertRuleResource> CreateSecurityInsightsAler
}

[TestCase]
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
public async Task SIAlertRulesResourceApiTests()
{
//0.prepare
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ private SecurityInsightsSentinelOnboardingStateCollection GetSentinelOnboardingS

[TestCase]
[RecordedTest]
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
public async Task SentinelOnboardingStateApiTests()
{
//1.CreateorUpdate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ private async Task<SecurityInsightsSentinelOnboardingStateResource> CreateSentin
}

[TestCase]
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
public async Task SOStateResourceApiTests()
{
//1.Get
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ private SecurityInsightsWatchlistCollection GetWatchlistCollectionAsync(Operatio
}

[TestCase]
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
public async Task WatchlistCollectionApiTests()
{
//0.prepare
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ private async Task<SecurityInsightsWatchlistItemCollection> GetWatchlistItemColl
}

[TestCase]
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
public async Task WatchlistItemCollectionApiTests()
{
//0.prepare
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ private async Task<SecurityInsightsWatchlistItemResource> CreateWatchlistItemAsy
}

[TestCase]
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
public async Task WatchlistItemResourceApiTests()
{
//0.prepare
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ private async Task<SecurityInsightsWatchlistResource> CreateWatchlistAsync(Opera
}

[TestCase]
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
public async Task WatchlistResourceApiTests()
{
//0.prepare
Expand Down
Loading