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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
v-rajagt-zz authored Sep 12, 2019
1 parent 92d1f32 commit 8b85439
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
---
page_type: sample
languages:
- ruby
products:
- azure
description: "This sample demonstrates how to manage your Azure virtual machines using the Ruby SDK."
urlFragment: compute-ruby-manage-vm
---


# Manage virtual machines using Ruby
This sample demonstrates how to manage your Azure virtual machines using the Ruby SDK.

Expand Down Expand Up @@ -249,4 +260,4 @@ compute_client.virtual_machines.restart(GROUP_NAME, vm.name)

```ruby
resource_client.resource_groups.delete(GROUP_NAME)
```
```

0 comments on commit 8b85439

Please sign in to comment.