Skip to content

Commit 11b18d0

Browse files
authored
update1 (Azure#46660)
1 parent eb369aa commit 11b18d0

18 files changed

+2
-18
lines changed

eng/Packages.Data.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
<PackageReference Update="Azure.ResourceManager.KeyVault" Version="1.1.0" />
262262
<PackageReference Update="Azure.ResourceManager.ManagedServiceIdentities" Version="1.1.0" />
263263
<PackageReference Update="Azure.ResourceManager.Network" Version="1.5.0" />
264-
<PackageReference Update="Azure.ResourceManager.OperationalInsights" Version="1.1.0" />
264+
<PackageReference Update="Azure.ResourceManager.OperationalInsights" Version="1.3.0-beta.1" />
265265
<PackageReference Update="Azure.ResourceManager.PrivateDns" Version="1.0.1" />
266266
<PackageReference Update="Azure.ResourceManager.RecoveryServices" Version="1.1.0" />
267267
<PackageReference Update="Azure.ResourceManager.Resources" Version="1.6.0" />

sdk/securityinsights/Azure.ResourceManager.SecurityInsights/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/securityinsights/Azure.ResourceManager.SecurityInsights",
5-
"Tag": "net/securityinsights/Azure.ResourceManager.SecurityInsights_4ce51c684f"
5+
"Tag": "net/securityinsights/Azure.ResourceManager.SecurityInsights_3bcbd39fd9"
66
}

sdk/securityinsights/Azure.ResourceManager.SecurityInsights/tests/TestCase/AutomationRuleCollectionTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ private SecurityInsightsAutomationRuleCollection GetAutomationRuleCollectionAsyn
5858
}
5959

6060
[TestCase]
61-
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
6261
public async Task AutomationRuleCollectionApiTests()
6362
{
6463
//0.prepare

sdk/securityinsights/Azure.ResourceManager.SecurityInsights/tests/TestCase/AutomationRuleResourceTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ private async Task<SecurityInsightsAutomationRuleResource> CreateAutomationRuleA
6262
}
6363

6464
[TestCase]
65-
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
6665
public async Task AutomationRuleResourceApiTests()
6766
{
6867
//0.prepare

sdk/securityinsights/Azure.ResourceManager.SecurityInsights/tests/TestCase/BookmarkCollectionTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ private SecurityInsightsBookmarkCollection GetBookmarkCollectionAsync(Operationa
6060
}
6161

6262
[TestCase]
63-
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
6463
public async Task BookmarkCollectionApiTests()
6564
{
6665
//0.prepare

sdk/securityinsights/Azure.ResourceManager.SecurityInsights/tests/TestCase/BookmarkResourceTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ private async Task<SecurityInsightsBookmarkResource> CreateBookmarkAsync(Operati
6161
}
6262

6363
[TestCase]
64-
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
6564
public async Task BookmarkResourceApiTests()
6665
{
6766
//0.prepare

sdk/securityinsights/Azure.ResourceManager.SecurityInsights/tests/TestCase/DataConnectorCollectionTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ private SecurityInsightsDataConnectorCollection GetDataConnectorCollectionAsync(
5959
}
6060

6161
[TestCase]
62-
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
6362
public async Task DataConnectorCollectionApiTests()
6463
{
6564
//0.prepare

sdk/securityinsights/Azure.ResourceManager.SecurityInsights/tests/TestCase/DataConnectorResourceTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ private async Task<SecurityInsightsDataConnectorResource> CreateDataConnectorAsy
6161
}
6262

6363
[TestCase]
64-
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
6564
public async Task DataConnectorResourceApiTests()
6665
{
6766
//0.prepare

sdk/securityinsights/Azure.ResourceManager.SecurityInsights/tests/TestCase/IncidentCollectionTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ private SecurityInsightsIncidentCollection GetIncidentCollectionAsync(Operationa
5959
}
6060

6161
[TestCase]
62-
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
6362
public async Task IncidentCollectionApiTests()
6463
{
6564
//0.prepare

sdk/securityinsights/Azure.ResourceManager.SecurityInsights/tests/TestCase/IncidentResourceTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ private async Task<SecurityInsightsIncidentResource> CreateIncidentAsync(Operati
6161
}
6262

6363
[TestCase]
64-
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
6564
public async Task IncidentResourceApiTests()
6665
{
6766
//0.prepare

0 commit comments

Comments
 (0)