Skip to content

Commit

Permalink
.tpl packageVersion param (#18546)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alancere authored Jul 7, 2022
1 parent 87fbe24 commit ad02514
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## {{packageVersion}} ({{releaseDate}})

The package of `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/{{rpName}}/{{packageName}}` is using our [next generation design principles](https://azure.github.io/azure-sdk/general_introduction.html) since version {{version}}, which contains breaking changes.
The package of `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/{{rpName}}/{{packageName}}` is using our [next generation design principles](https://azure.github.io/azure-sdk/general_introduction.html) since version {{packageVersion}}, which contains breaking changes.

To migrate the existing applications to the latest version, please refer to [Migration Guide](https://aka.ms/azsdk/go/mgmt/migration).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ require:
- https://github.com/Azure/azure-rest-api-specs/blob/{{commitID}}/specification/{{rpName}}/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/{{commitID}}/specification/{{rpName}}/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 0.1.0
module-version: {{packageVersion}}
{{packageConfig}}
```

0 comments on commit ad02514

Please sign in to comment.