Skip to content

Commit

Permalink
[ACR] Update SDK_VERSION constant (#25842)
Browse files Browse the repository at this point in the history
### Packages impacted by this PR

- `@azure/container-registry`

### Describe the problem that is addressed by this PR

The release automation wasn't updating `constants.ts`. This value isn't
exposed in our API but is passed to our telemetry.
  • Loading branch information
timovv authored May 11, 2023
1 parent 16e0346 commit 5c861b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions sdk/containerregistry/container-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
{
"path": "swagger/README.md",
"prefix": "package-version"
},
{
"path": "src/constants.ts",
"prefix": "const SDK_VERSION"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion sdk/containerregistry/container-registry/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

export const SDK_VERSION = "1.1.0-beta.1";
export const SDK_VERSION = "1.1.0";

0 comments on commit 5c861b2

Please sign in to comment.