Skip to content

Commit

Permalink
Remove private build of ADAL, now that it is available publicly on PyPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
huguesv committed Oct 14, 2015
1 parent 26907e7 commit 8960d37
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions examples/AzureResourceViewer/AzureResourceViewer.pyproj
Expand Up @@ -19,7 +19,7 @@
<PythonWsgiHandler>$(MSBuildProjectName).app</PythonWsgiHandler>
<Name>AzureResourceViewer</Name>
<RootNamespace>StorageAccountViewer</RootNamespace>
<InterpreterId>{18d87b9b-5b00-40ad-8256-9b19b0159aff}</InterpreterId>
<InterpreterId>{73711fd3-a4d5-4754-a7ab-49e27bfb5880}</InterpreterId>
<InterpreterVersion>3.4</InterpreterVersion>
<WebBrowserUrl>/account/f9d8179e-43f0-46cb-99cd-f72bfab0a63b/resourcegroups/Default-Storage-WestUS/storageaccounts/huguestrialwest1</WebBrowserUrl>
<IsWindowsApplication>False</IsWindowsApplication>
Expand Down Expand Up @@ -62,7 +62,6 @@
<Folder Include="AzureResourceViewer\static\fonts\" />
<Folder Include="AzureResourceViewer\static\scripts\" />
<Folder Include="AzureResourceViewer\templates\" />
<Folder Include="wheelhouse\" />
</ItemGroup>
<ItemGroup>
<Content Include="AzureResourceViewer\templates\login.html" />
Expand Down Expand Up @@ -106,7 +105,7 @@
</ItemGroup>
<ItemGroup>
<Interpreter Include="env\">
<Id>{18d87b9b-5b00-40ad-8256-9b19b0159aff}</Id>
<Id>{73711fd3-a4d5-4754-a7ab-49e27bfb5880}</Id>
<BaseInterpreter>{2af0f10d-7135-4994-9156-5d01c9c11b7e}</BaseInterpreter>
<Version>3.4</Version>
<Description>env (Python 3.4)</Description>
Expand Down
1 change: 0 additions & 1 deletion examples/AzureResourceViewer/requirements.txt
@@ -1,4 +1,3 @@
--find-links wheelhouse
adal
azure-mgmt-compute
azure-mgmt-network
Expand Down
Binary file not shown.

0 comments on commit 8960d37

Please sign in to comment.