1Metadata-Version: 1.1
2Name: azure-cli-acr
3Version: 2.2.9
4Summary: Microsoft Azure Command-Line Tools ACR Command Module
5Home-page: https://github.com/Azure/azure-cli
6Author: Microsoft Corporation
7Author-email: azpycli@microsoft.com
8License: MIT
9Description: Microsoft Azure CLI 'acr' Command Module
10        ========================================
11
12        This package is for the 'acr' module.
13        i.e. 'az acr'
14
15
16        .. :changelog:
17
18        Release History
19        ===============
20
21        2.2.9
22        +++++
23        * Add 'az acr check-health' command.
24        * Improve error handling for AAD tokens and for retrieving external commands.
25
26        2.2.8
27        +++++
28        * Add 'acr pack' command group for creating quick build Tasks using Buildpacks.
29
30        2.2.7
31        +++++
32        * Support Managed Identities for Task
33
34        2.2.6
35        +++++
36        * Minor fixes
37
38        2.2.5
39        +++++
40        * Minor fixes.
41
42        2.2.4
43        +++++
44        * Support running an image contextlessly.
45
46        2.2.3
47        +++++
48        * Minor fixes
49
50        2.2.2
51        +++++
52        * Fix redundant sources in image import.
53        * Add '--auth-mode' for 'az acr build', 'az acr run', 'az acr task create', and 'az acr task update' commands.
54        * Add 'acr task credential' command group for managing credentials for a Task.
55        * Add '--no-wait' for 'az acr build' command.
56
57        2.2.1
58        +++++
59        * Add '--target' parameter for 'az acr build', 'az acr task create' and 'az acr task update' commands.
60        * Improve error handling for runtime commands when not logged into Azure.
61
62        2.2.0
63        +++++
64        * BREAKING CHANGE: Remove 'acr build-task' command group.
65        * BREAKING CHANGE: Remove '--tag'/'--manifest' from 'acr repository delete' command.
66
67        2.1.13
68        ++++++
69        * Add support for VNet/IP rules.
70        * Add '--platform' parameter for 'acr build', 'acr task create' and 'acr task update' commands.
71
72        2.1.12
73        ++++++
74        * Allow force push a helm chart that doesn't exist.
75        * Allow runtime operations without ARM requests.
76        * Deprecating '--resource-group' and add '--suffix' parameter for 'az acr login', 'az acr repository', and 'az acr helm' commands.
77
78        2.1.11
79        ++++++
80        * Add support for image import from external Container Registries.
81        * Condense the table layout for task list.
82        * Add support for Azure DevOps URLs.
83
84        2.1.10
85        ++++++
86        * Minor fixes.
87
88        2.1.9
89        +++++
90        * Add context token to task step.
91        * Add support for setting secrets in acr run to mirror acr task.
92        * Better support of --top/--orderby in show-tags/show-manifests commands.
93
94        2.1.8
95        +++++
96        * Support commit and pull request git events for Task source trigger.
97        * Use default Dockerfile if it's not specified in build command.
98
99        2.1.7
100        +++++
101        * Fix an ACR Build encoding issue in Python2.
102        * Upgrade pinned dependency azure-storage-blob from 1.1.0 to 1.3.1
103
104        2.1.6
105        +++++
106        * Support similar table format as helm client.
107
108        2.1.5
109        +++++
110        * Add ACR Task commands.
111        * Add quick run command.
112        * Deprecate build-task command group.
113        * Add helm command group to support managing helm charts with ACR.
114        * Allow idempotent create for managed registry.
115        * Add a no-format flag for displaying build logs
116
117        2.1.4
118        +++++
119        * Provide a workaround for runtime operations without ARM requests.
120        * Exclude version control files (eg, .git, .gitignore) from uploaded tar by default in build command.
121        * Minor fixes
122
123        2.1.3
124        +++++
125        * Add content-trust policy commands.
126        * Fix a few issues to handle .dockerignore file properly in build command.
127        * Minor fixes
128
129        2.1.2
130        +++++
131        * Minor fixes
132
133        2.1.1
134        +++++
135        * Add --with-secure-properties flag in 'acr build-task show' command.
136        * Add 'acr build-task update-build' command.
137
138        2.1.0
139        +++++
140        * BREAKING CHANGE: Update '--no-push' to a pure flag in 'acr build' command.
141        * BREAKING CHANGE: 'show' commands log error message and fail with exit code of 3 upon a missing resource.
142        * Add 'show' and 'update' commands under 'acr repository' group.
143        * Add '--detail' flag for 'show-manifests' and 'show-tags' to show more detailed information.
144        * Add '--image' parameter to support get build details or logs by an image.
145
146        2.0.28
147        ++++++
148        * Add polling build status.
149        * Allow case-insensitive enum values.
150        * Add --top and --orderby parameters for show-manifests.
151
152        2.0.27
153        ++++++
154        * Add 'azure-storage-blob' as dependency.
155        * Use 2 cores as the default CPU configuration in 'acr build-task create' command.
156
157        2.0.26
158        ++++++
159        * Allow VSTS as a remote source location
160        * Add 'acr import' command.
161
162        2.0.25
163        ++++++
164        * Improve manifest delete confirmation on tags
165
166        2.0.24
167        ++++++
168        * Add ACR Build commands.
169        * Improve resource not found error messages.
170        * Improve resource creation performance and error handling.
171        * Improve acr login in non-standard consoles and WSL.
172        * Improve repository commands error messages.
173        * Update table columns and ordering.
174
175        2.0.23
176        ++++++
177        * Improve error handling of wincred fallback.
178        * `sdist` is now compatible with wheel 0.31.0
179
180        2.0.22
181        ++++++
182        * Improve repository delete command with --image parameter to support docker image format.
183        * Deprecate --manifest and --tag parameters in repository delete command.
184        * Add acr repository untag command to remove a tag without deleting data.
185
186        2.0.21
187        ++++++
188        * Minor fixes
189
190        2.0.20
191        ++++++
192        * minor fix
193
194        2.0.19
195        ++++++
196        * Add acr login fallback on wincred errors.
197        * Minor fixes, enable registry logs.
198
199        2.0.18
200        ++++++
201        * Update for CLI core changes.
202
203        2.0.17
204        ++++++
205        * Update managed storage SDK dependency
206
207        2.0.16
208        ++++++
209        * Documentation fixes.
210
211        2.0.15
212        ++++++
213        * Add creating webhooks in replication regions.
214
215        2.0.14
216        ++++++
217        * All resource management now points to 2017-10-01 api-version.
218        * Bring your own storage SKU is now Classic.
219        * Managed registry SKUs are now Basic, Standard, and Premium.
220
221        2.0.13 (2017-10-09)
222        +++++++++++++++++++
223        * minor fixes
224
225        2.0.12 (2017-09-22)
226        +++++++++++++++++++
227        * minor fixes
228
229        2.0.11 (2017-08-28)
230        +++++++++++++++++++
231        * minor fixes
232
233        2.0.10 (2017-08-11)
234        +++++++++++++++++++
235        * minor fixes
236
237        2.0.9 (2017-07-27)
238        ++++++++++++++++++
239        * Add show-usage command for managed registries.
240        * Support SKU update for managed registries.
241
242        2.0.8 (2017-07-07)
243        ++++++++++++++++++
244        * minor fixes
245
246        2.0.7 (2017-06-21)
247        ++++++++++++++++++
248        * Add managed registries with Managed SKU.
249        * Add webhooks for managed registries with acr webhook command module.
250        * Add AAD authentication with acr login command.
251        * Add delete command for docker repositories, manifests, and tags.
252
253        2.0.6 (2017-06-13)
254        ++++++++++++++++++
255        * Minor fixes.
256
257        2.0.5 (2017-05-30)
258        ++++++++++++++++++
259
260        * Minor fixes.
261
262        2.0.4 (2017-05-09)
263        ++++++++++++++++++
264
265        * Minor fixes.
266
267        2.0.3 (2017-05-05)
268        ++++++++++++++++++
269
270        * Minor fixes.
271
272        2.0.2 (2017-04-28)
273        ++++++++++++++++++
274
275        * New packaging system.
276
277        2.0.1 (2017-04-17)
278        ++++++++++++++++++
279
280        * Apply core changes required for API profile support (#2834) & JSON string parsing from shell (#2705)
281
282        2.0.0 (2017-04-03)
283        ++++++++++++++++++
284
285        * Module is GA.
286        * [ACR] Update to 2017-03-01 api-version (#2563)
287
288        0.1.1b5 (2017-03-13)
289        ++++++++++++++++++++
290
291        * --admin-enabled no longer requires an input value
292
293        0.1.1b4 (2017-02-22)
294        ++++++++++++++++++++
295
296        * Documentation fixes.
297
298
299        0.1.1b3 (2017-02-17)
300        ++++++++++++++++++++
301
302        * Polish error messages for repository/credential commands
303        * Storage account sku validation
304        * Show commands return empty string with exit code 0 for 404 responses
305
306
307        0.1.1b2 (2017-01-30)
308        ++++++++++++++++++++
309
310        * Support Python 3.6.
311        * Fix storage account name with capital letters.
312
313
314        0.1.1b1 (2017-01-17)
315        ++++++++++++++++++++
316
317        * Update ACR SDK version to 0.1.1
318        * Add tty check before prompting for user input
319        * Enable storage account encryption by default
320
321
322        0.1.0b11 (2016-12-12)
323        +++++++++++++++++++++
324
325        * Preview release.
326
327Platform: UNKNOWN
328Classifier: Development Status :: 4 - Beta
329Classifier: Intended Audience :: Developers
330Classifier: Intended Audience :: System Administrators
331Classifier: Programming Language :: Python
332Classifier: Programming Language :: Python :: 2
333Classifier: Programming Language :: Python :: 2.7
334Classifier: Programming Language :: Python :: 3
335Classifier: Programming Language :: Python :: 3.4
336Classifier: Programming Language :: Python :: 3.5
337Classifier: Programming Language :: Python :: 3.6
338Classifier: License :: OSI Approved :: MIT License
339