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

Commenting out the DataCollectionRulesTests because they are causing failures generating new SDKs #21765

Merged
merged 2 commits into from
Jul 2, 2021
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 @@ -19,6 +19,7 @@

namespace Monitor.Tests.BasicTests
{
/** commenting this out because DataCollectionRules have a different error response format from everything else in AzureMonitor and so they can't be built with this SDK.
public class DataCollectionRulesTests : TestBase
{
#region DCR Tests
Expand Down Expand Up @@ -547,4 +548,5 @@ private static void AreEqual(List<DataCollectionRuleAssociationProxyOnlyResource
}
#endregion
}
}
*/
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

namespace Monitor.Tests.Scenarios
{
/** commenting this out because DataCollectionRules have a different error response format from everything else in AzureMonitor and so they can't be built with this SDK.
public class DataCollectionRulesTests : TestBase
{
private const string ResourceGroupName = "netSdkTestRecord";
Expand Down Expand Up @@ -377,4 +378,5 @@ private static void AreEqual(DataCollectionRuleAssociationProxyOnlyResource exp,
}
#endregion
}
}
*/
}