Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
Republished samples with Fluent 1.2.1 reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Schulte committed Aug 30, 2017
1 parent 777bf2b commit 2942c9b
Show file tree
Hide file tree
Showing 17 changed files with 15,897 additions and 15 deletions.
8 changes: 8 additions & 0 deletions Asset/create_resources_with_msi.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

/usr/bin/yes | sudo apt-get update
/usr/bin/yes | sudo apt install python-pip
/usr/bin/yes | sudo pip install --upgrade pip
sudo pip install azure-cli
az login -u $1@$2
az storage account create -n $3 -g $4 -l $5 --sku Premium_LRS
Binary file added Asset/square-function-app-function-auth.zip
Binary file not shown.
Binary file added Asset/square-function-app.zip
Binary file not shown.
209 changes: 195 additions & 14 deletions Common/Utilities.cs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ManageVirtualMachineWithUnmanagedDisks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="2.3.8" />
<PackageReference Include="Microsoft.Azure.Management.Fluent" Version="1.1.3" />
<PackageReference Include="Microsoft.Azure.Management.Fluent" Version="1.2.1" />
<PackageReference Include="CoreFTP" Version="1.2.0" />
<PackageReference Include="Microsoft.Azure.ServiceBus" Version="0.0.2-preview" />
<PackageReference Include="SSH.NET" Version="2016.0.0" />
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"runtimeOptions": {
"additionalProbingPaths": [
"C:\\Users\\daschult\\.nuget\\packages"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"runtimeOptions": {}
}
Loading

0 comments on commit 2942c9b

Please sign in to comment.