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.