Skip to content

Commit 52d8b28

Browse files
Konrad Jamrozikmikekistler
andcommitted
Apply suggestions from code review
Co-authored-by: Mike Kistler <mikekistler@microsoft.com>
1 parent b623dc2 commit 52d8b28

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

documentation/directory-structure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ all its dependencies, and all artifacts generated from the service,
5353
In practice, this means, for an example service with version `2024-03-25`:
5454

5555
- All the OpenAPI specification `.json` files the service is composed of must have the same version of `2024-03-25`.
56-
- All the shared specifications (i.e. `common-types`) the service depends on must have the same version of `2024-03-25`.
56+
- All the shared specifications (i.e. `common-types`) the service depends on must have the same version.
5757
- In case of ARM service, all the resource types must have the same version of `2024-03-25`.
5858
- The language SDKs generated from the service must have the same version of `2024-03-25`.
5959
- The documentation published for the service must have the same version of `2024-03-25`.
@@ -66,7 +66,7 @@ In practice, this means, for an example service with version `2024-03-25`:
6666
In addition, a new SDK must be generated from the service, and new documentation published, both tagged with
6767
version `2024-04-17`.
6868
- As a consequence of the above, if given service version uses `-preview` version anywhere, then the service
69-
version itself must be `-preview`, it can depend only **only** `-preview` versions, and the generated SDK
69+
version itself must be `-preview`, it can depend **only** on `-preview` versions, and the generated SDK
7070
and published docs must denote they are in `preview` too.
7171

7272
TODO:

0 commit comments

Comments
 (0)