Commit 5eff9b8
[ContainerRegistry] Update to beta.2 API design (Azure#15109)
and address JS review feedback. API changes include
Change to a single ContainerRegistryClient with helper classes of hierarchy ContainerRepository => RegistryArtifact to group repository and artifact operations
Add string literal types for artifact architectures and operation systems.
Combine the parameters to Set*Properties() methods
Add readonly properties like loginServer and fullyQualifiedName for better interaction with docker and other tools.
Various renames
* Apply suggestions from code review
Improve CHANGELOG
Co-authored-by: Jeff Fisher <[email protected]>1 parent e31eb3e commit 5eff9b8
File tree
60 files changed
+2308
-1797
lines changed- sdk/containerregistry/container-registry
- recordings
- browsers
- containerregistryclient_tests
- repository_and_artifact_tests
- node
- containerregistryclient_tests
- repository_and_artifact_tests
- review
- samples-dev
- samples/v1
- javascript
- typescript
- src
- src
- generated
- models
- operations
- swagger
- test/public
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
60 files changed
+2308
-1797
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
5 | 20 | | |
6 | 21 | | |
7 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments