Skip to content

Commit

Permalink
add a better representation of the file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
devigned committed Jul 15, 2015
1 parent 8c42e63 commit acafc17
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
Empty file.
Empty file.
Empty file added Microsoft.Compute/README.md
Empty file.
25 changes: 16 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,22 @@ The structure of the directory should strictly follow these rules:
- The forth level must be the specifications

The structure should appear like so:
/Resource.Provider
/2014-01-01
/swagger
/service.json
/service.yaml
/2014-12-31
/swagger
/service.json
/service.yaml
```bash
.
├── Microsoft.Compute
│   ├── 2014-01-01
│   │   └── swagger
│   │   ├── service.json
│   │   └── service.yaml
│   ├── 2014-12-31
│   │   └── swagger
│   └── README.md
├── Microsoft.Network
├── Microsoft.Resources
├── Microsoft.Storage
├── Microsoft.Web
└── README.md
```

At this point, the specifications are expected to be in swagger format.

Expand Down

0 comments on commit acafc17

Please sign in to comment.