Skip to content

Commit

Permalink
Event Hub: Update SDK for Swagger changes (Azure#3119)
Browse files Browse the repository at this point in the history
* fix issues

* Version update and commit id in generate.cmd

* VersionPrefix updated
  • Loading branch information
Ajit Navasare authored and shahabhijeet committed Apr 25, 2017
1 parent 809a6dd commit 4810762
Show file tree
Hide file tree
Showing 50 changed files with 5,346 additions and 2,232 deletions.
2 changes: 1 addition & 1 deletion src/SDKs/EventHub/EventHub.Tests/EventHub.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Management.EventHub" Version="1.1.0" />
<!-- <PackageReference Include="Microsoft.Azure.Management.EventHub" Version="1.2.0" /> -->
<ProjectReference Include="..\Management.EventHub\Microsoft.Azure.Management.EventHub.csproj" />
</ItemGroup>

Expand Down
23 changes: 0 additions & 23 deletions src/SDKs/EventHub/EventHub.Tests/EventHub.Tests.xproj

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ public void NamespaceCreateGetUpdateDelete()
{
Assert.True(getNamespaceResponse.Tags.Any(t => t.Key.Equals(tag.Key)));
Assert.True(getNamespaceResponse.Tags.Any(t => t.Value.Equals(tag.Value)));
}
}
TestUtilities.Wait(TimeSpan.FromSeconds(10));
// Delete namespace
EventHubManagementClient.Namespaces.Delete(resourceGroup, namespaceName);
}
Expand Down
41 changes: 0 additions & 41 deletions src/SDKs/EventHub/EventHub.Tests/project.json

This file was deleted.

Loading

0 comments on commit 4810762

Please sign in to comment.