Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Kistler <mikekistler@microsoft.com>
  • Loading branch information
Konrad Jamrozik and mikekistler committed May 7, 2024
1 parent b623dc2 commit 52d8b28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/directory-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ all its dependencies, and all artifacts generated from the service,
In practice, this means, for an example service with version `2024-03-25`:

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

TODO:
Expand Down

0 comments on commit 52d8b28

Please sign in to comment.