Skip to content

Commit

Permalink
Forgot to get rid of these lines in readme (#558)
Browse files Browse the repository at this point in the history
This example no longer exists. The reference to it in the README should no longer be present.
  • Loading branch information
mcardosos authored and marstr committed Feb 23, 2017
1 parent 0ca72bb commit 1f9503d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions management/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,3 @@ The client currently supports authentication to the Service Management
API with certificates or Azure `.publishSettings` file. You can
download the `.publishSettings` file for your subscriptions
[here](https://manage.windowsazure.com/publishsettings).

### Example: Creating a Linux Virtual Machine

Complete source code for this example can be found in [example.go](/management/examples/example.go).To try this example, [download your .publishSettings](https://manage.windowsazure.com/publishsettings) and add its path in the first line of the main function. Run the example with commands:

```
$ cd management/examples
$ go run example.go
```

0 comments on commit 1f9503d

Please sign in to comment.