Skip to content

Commit

Permalink
Add service fabric schema tests (Azure#1485)
Browse files Browse the repository at this point in the history
* Add ServiceBus AzureResourceSchema acceptance test

* Add ServiceFabric schema test, fix NotificationHubs schema test
  • Loading branch information
Dan Schulte authored and dsgouda committed Oct 28, 2016
1 parent 2aee614 commit e34349f
Show file tree
Hide file tree
Showing 2 changed files with 5,902 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,12 @@ public static void Search_2015_02_28()
{
RunSwaggerTest("Search", "2015-02-28", "search.json");
}

[Fact]
public static void ServerManagement_2016_07_01()
{
RunSwaggerTest("ServerManagement", "2016-07-01-preview", "servermanagement.json");
}

[Fact]
public static void ServiceBus_2015_08_01()
Expand All @@ -221,9 +227,9 @@ public static void ServiceBus_2015_08_01()
}

[Fact]
public static void ServerManagement_2016_07_01()
public static void ServiceFabric_2016_01_28()
{
RunSwaggerTest("ServerManagement", "2016-07-01-preview", "servermanagement.json");
RunSwaggerTest("ServiceFabric", "2016-01-28", "servicefabric.json");
}

[Fact]
Expand Down
Loading

0 comments on commit e34349f

Please sign in to comment.