From acafc1718e43b71a7356ab0729e93f8f81b00797 Mon Sep 17 00:00:00 2001 From: David Justice Date: Tue, 14 Jul 2015 19:28:11 -0700 Subject: [PATCH] add a better representation of the file structure --- .../2014-01-01/swagger/service.json | 0 .../2014-01-01/swagger/service.yaml | 0 Microsoft.Compute/README.md | 0 README.md | 25 ++++++++++++------- 4 files changed, 16 insertions(+), 9 deletions(-) create mode 100644 Microsoft.Compute/2014-01-01/swagger/service.json create mode 100644 Microsoft.Compute/2014-01-01/swagger/service.yaml create mode 100644 Microsoft.Compute/README.md diff --git a/Microsoft.Compute/2014-01-01/swagger/service.json b/Microsoft.Compute/2014-01-01/swagger/service.json new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/Microsoft.Compute/2014-01-01/swagger/service.yaml b/Microsoft.Compute/2014-01-01/swagger/service.yaml new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/Microsoft.Compute/README.md b/Microsoft.Compute/README.md new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/README.md b/README.md index 6d7c0a8b8d48..9a166a8f2e66 100644 --- a/README.md +++ b/README.md @@ -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.