Skip to content

Commit

Permalink
Add additional CDN swagger and schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Schulte committed May 25, 2016
1 parent 19a6cc5 commit ef4d3ed
Show file tree
Hide file tree
Showing 4 changed files with 3,057 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,13 @@ public static void Batch()
}

[Fact]
public static void Cdn()
public static void Cdn_2015_06_01()
{
RunSwaggerTest("CDN", "2015-06-01", "cdn.json");
}

[Fact]
public static void Cdn_2016_04_02()
{
RunSwaggerTest("CDN", "2016-04-02", "cdn.json");
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@
<Content Include="Expected\DNS\2015-05-04-preview\Microsoft.Network.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Expected\CDN\2015-06-01\Microsoft.Cdn.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Include="packages.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand All @@ -117,7 +120,7 @@
<Content Include="Swagger\Batch\2015-12-01\BatchManagement.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Swagger\CDN\2016-04-02\cdn.json">
<Content Include="Swagger\CDN\2015-06-01\cdn.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Swagger\Compute\2016-03-30\compute.json">
Expand All @@ -135,6 +138,9 @@
<Content Include="Swagger\DNS\2015-05-04-preview\dns.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Swagger\CDN\2016-04-02\cdn.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Modelers\Swagger.Tests\AutoRest.Modeler.Swagger.Tests.csproj">
Expand Down

0 comments on commit ef4d3ed

Please sign in to comment.