azureml-registry-tools 0.1.0a18__py3-none-any.whl → 0.1.0a20__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -78,7 +78,8 @@
78
78
  "evaluation-min-sku-spec": {
79
79
  "description": "Minimum SKU specification for evaluation in the format of 'cores|GPUs|RAM(GB)|VRAM(GB)'",
80
80
  "type": "string",
81
- "pattern": "^\\d+\\|\\d+\\|\\d+\\|\\d+$"
81
+ "pattern": "^\\d+\\|\\d+\\|\\d+\\|\\d+$",
82
+ "format": "sku-spec"
82
83
  },
83
84
  "evaluation-recommended-sku": {
84
85
  "description": "Evaluation recommended sku",
@@ -87,12 +88,14 @@
87
88
  "finetune-min-sku-spec": {
88
89
  "description": "Minimum SKU specification for finetune in the format of 'cores|GPUs|RAM(GB)|VRAM(GB)'",
89
90
  "type": "string",
90
- "pattern": "^\\d+\\|\\d+\\|\\d+\\|\\d+$"
91
+ "pattern": "^\\d+\\|\\d+\\|\\d+\\|\\d+$",
92
+ "format": "sku-spec"
91
93
  },
92
94
  "inference-min-sku-spec": {
93
95
  "description": "Minimum SKU specification for inference in the format of 'cores|GPUs|RAM(GB)|VRAM(GB)'",
94
96
  "type": "string",
95
- "pattern": "^\\d+\\|\\d+\\|\\d+\\|\\d+$"
97
+ "pattern": "^\\d+\\|\\d+\\|\\d+\\|\\d+$",
98
+ "format": "sku-spec"
96
99
  },
97
100
  "inference-recommended-sku": {
98
101
  "description": "A list of comma separated skus that the client should use to deploy the model",
@@ -122,37 +125,44 @@
122
125
  "Featured": {
123
126
  "description": "Whether the model is featured",
124
127
  "type": "string",
125
- "enum": [""]
128
+ "enum": [""],
129
+ "format": "exists"
126
130
  },
127
131
  "FinetuneDeprecationDate": {
128
132
  "description": "The date that finetune will be deprecated. Date format yyyy-MM-dd. The deprecation will happen at midnight UTC",
129
133
  "type": "string",
130
- "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
134
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
135
+ "format": "date-time"
131
136
  },
132
137
  "FinetuneRetirementDate": {
133
138
  "description": "The date that finetune will be retired. Date format yyyy-MM-dd. The retirement will happen at midnight UTC",
134
139
  "type": "string",
135
- "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
140
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
141
+ "format": "date-time"
136
142
  },
137
143
  "InferenceDeprecationDate": {
138
144
  "description": "The date that inference will be deprecated. Date format yyyy-MM-dd. The deprecation will happen at midnight UTC",
139
145
  "type": "string",
140
- "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
146
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
147
+ "format": "date-time"
141
148
  },
142
149
  "InferenceLegacyDate": {
143
150
  "description": "The date that inference will become legacy. Date format yyyy-MM-dd. The change will happen at midnight UTC",
144
151
  "type": "string",
145
- "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
152
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
153
+ "format": "date-time"
146
154
  },
147
155
  "InferenceRetirementDate": {
148
156
  "description": "The date that inference will be retired. Date format yyyy-MM-dd. The retirement will happen at midnight UTC",
149
157
  "type": "string",
150
- "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
158
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
159
+ "format": "date-time"
151
160
  },
152
161
  "Preview": {
153
162
  "description": "Whether the model is in preview. Remove the key if not in preview.",
154
163
  "type": "string",
155
- "enum": [""]
164
+ "enum": [""],
165
+ "format": "exists"
156
166
  },
157
167
  "_aml_system_vanity_registry": {
158
168
  "description": "AML vanity registry",
@@ -209,7 +219,8 @@
209
219
  "hiddenlayerscanned": {
210
220
  "description": "If the model has been scanned by hiddenlayer. The value is set to \"\" if scanned, otherwise the key should be removed.",
211
221
  "type": "string",
212
- "enum": [""]
222
+ "enum": [""],
223
+ "format": "exists"
213
224
  },
214
225
  "huggingface_model_id": {
215
226
  "description": "Id of the model in the hugging face catalog",
@@ -243,7 +254,8 @@
243
254
  "invisibleUntil": {
244
255
  "description": "Date until which the model is invisible",
245
256
  "type": "string",
246
- "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{1,6}Z$"
257
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{1,6}Z$",
258
+ "format": "date-time"
247
259
  },
248
260
  "isDirectFromAzure": {
249
261
  "description": "If the model is an Azure Direct model",
@@ -253,7 +265,7 @@
253
265
  "keywords": {
254
266
  "description": "List of key words as a comma-separated string. Max 3 keywords",
255
267
  "type": "string",
256
- "pattern": "^(Agents|Audio|Coding|Conversation|Instruction|Large context|Low latency|Multilingual|Multimodal|Multipurpose|RAG|Reasoning|Summarization|Translation|Understanding|Vision)(?:\\s*,\\s*(Agents|Audio|Coding|Conversation|Instruction|Large context|Low latency|Multilingual|Multimodal|Multipurpose|RAG|Reasoning|Summarization|Translation|Understanding|Vision)){0,2}$"
268
+ "pattern": "^(Agents|Audio|Coding|Conversation|Instruction|Large context|Low latency|Multilingual|Multimodal|Multipurpose|RAG|Reasoning|Summarization|Translation|Understanding|Vision|Atomistic generation)(?:\\s*,\\s*(Agents|Audio|Coding|Conversation|Instruction|Large context|Low latency|Multilingual|Multimodal|Multipurpose|RAG|Reasoning|Summarization|Translation|Understanding|Vision|Atomistic generation)){0,2}$"
257
269
  },
258
270
  "languages": {
259
271
  "description": "Comma-separated list of supported languages (ISO 639-1 language codes)",
@@ -274,7 +286,8 @@
274
286
  },
275
287
  "licenseDescription": {
276
288
  "description": "Description of the license terms",
277
- "type": "string"
289
+ "type": "string",
290
+ "format": "long-string"
278
291
  },
279
292
  "maas-finetuning": {
280
293
  "description": "Whether MaaS fine-tuning is enabled. True means enabled, if disabled remove the key",
@@ -351,16 +364,18 @@
351
364
  "SharedComputeCapacityEnabled": {
352
365
  "description": "Whether shared compute capacity is enabled. An empty string means enabled. If not enabled remove the key",
353
366
  "type": "string",
354
- "enum": [""]
367
+ "enum": [""],
368
+ "format": "exists"
355
369
  },
356
370
  "summary": {
357
371
  "description": "Brief description of the model",
358
- "type": "string"
372
+ "type": "string",
373
+ "format": "long-string"
359
374
  },
360
375
  "task": {
361
376
  "description": "Tasks supported by the model as a comma-separated string",
362
377
  "type": "string",
363
- "pattern": "^(audio-analysis|audio-classification|audio-generation|automatic-speech-recognition|chat-completion|completions|content-filters|content-safety|conversational-ai|custom-extraction|data-generation|document-analysis|document-ingestion|document-translation|embeddings|face-detection|fill-mask|forecasting|image-analysis|image-classification|image-feature-extraction|image-text-to-text|image-to-image|image-to-text|intelligent-content-processing|intelligent-document-processing|optical-character-recognition|protein-sequence-generation|protein-structure-prediction|responses|responsible-ai|retrosynthesis-prediction|summarization|text-analysis|text-analytics|text-classification|text-generation|text-to-image|text-to-speech|time-series-forecasting|translation|speech-to-text|speech-translation|video-analysis|video-generation|video-text-to-text|visual-question-answering|zero-shot-classification|zero-shot-image-classification)(?:\\s*,\\s*(audio-analysis|audio-classification|audio-generation|automatic-speech-recognition|chat-completion|completions|content-filters|content-safety|conversational-ai|custom-extraction|data-generation|document-analysis|document-ingestion|document-translation|embeddings|face-detection|fill-mask|forecasting|image-analysis|image-classification|image-feature-extraction|image-text-to-text|image-to-image|image-to-text|intelligent-content-processing|intelligent-document-processing|optical-character-recognition|protein-sequence-generation|protein-structure-prediction|responses|responsible-ai|summarization|text-analysis|text-analytics|text-classification|text-generation|text-to-image|text-to-speech|time-series-forecasting|translation|speech-to-text|speech-translation|video-analysis|video-generation|video-text-to-text|visual-question-answering|zero-shot-classification|zero-shot-image-classification))*$"
378
+ "pattern": "^(audio-analysis|audio-classification|audio-generation|automatic-speech-recognition|chat-completion|completions|content-filters|content-safety|conversational-ai|custom-extraction|data-generation|document-analysis|document-ingestion|document-translation|embeddings|face-detection|fill-mask|forecasting|image-analysis|image-classification|image-feature-extraction|image-text-to-text|image-to-image|image-to-text|intelligent-content-processing|intelligent-document-processing|optical-character-recognition|protein-sequence-generation|protein-structure-prediction|responses|responsible-ai|retrosynthesis-prediction|summarization|text-analysis|text-analytics|text-classification|text-generation|text-to-image|text-to-speech|time-series-forecasting|translation|speech-to-text|speech-translation|video-analysis|video-generation|video-text-to-text|visual-question-answering|zero-shot-classification|zero-shot-image-classification|materials-design)(?:\\s*,\\s*(audio-analysis|audio-classification|audio-generation|automatic-speech-recognition|chat-completion|completions|content-filters|content-safety|conversational-ai|custom-extraction|data-generation|document-analysis|document-ingestion|document-translation|embeddings|face-detection|fill-mask|forecasting|image-analysis|image-classification|image-feature-extraction|image-text-to-text|image-to-image|image-to-text|intelligent-content-processing|intelligent-document-processing|optical-character-recognition|protein-sequence-generation|protein-structure-prediction|responses|responsible-ai|summarization|text-analysis|text-analytics|text-classification|text-generation|text-to-image|text-to-speech|time-series-forecasting|translation|speech-to-text|speech-translation|video-analysis|video-generation|video-text-to-text|visual-question-answering|zero-shot-classification|zero-shot-image-classification|materials-design))*$"
364
379
  },
365
380
  "textContextWindow": {
366
381
  "description": "Context window size",
@@ -369,7 +384,8 @@
369
384
  },
370
385
  "training_datasets": {
371
386
  "description": "A description of the training datasets",
372
- "type": "string"
387
+ "type": "string",
388
+ "format": "long-string"
373
389
  },
374
390
  "finetune_compute_allow_list": {
375
391
  "description": "List of compute SKUs allowed for finetune with maap as a comma-separated string",
@@ -389,7 +405,8 @@
389
405
  "trainingDataDate": {
390
406
  "description": "Training cutoff date",
391
407
  "type": "string",
392
- "pattern": "^(January|February|March|April|May|June|July|August|September|October|November|December)\\s+\\d{4}$"
408
+ "pattern": "^(January|February|March|April|May|June|July|August|September|October|November|December)\\s+\\d{4}$",
409
+ "format": "month-year"
393
410
  },
394
411
  "newNotes": {
395
412
  "description": "Notes for the model. Can be a full string of notes or it can be the name of an md file in the current directory like 'notes.md'",
@@ -417,8 +434,7 @@
417
434
  },
418
435
  "featureFlags": {
419
436
  "description": "Comma separated list of feature flags for the models to gate usage",
420
- "type": "string",
421
- "pattern": "^(OpenAI\\.(?:EAGatingTier|EnterpriseTier|1PGatingTier|OneVetGatingTier|1000CUGatingTier|computer-use-preview|Preview\\.202409)|OpenAITest|Microsoft\\.CognitiveServices/OpenAI\\.(?:EAGatingTier|EnterpriseTier|1PGatingTier|OneVetGatingTier|1000CUGatingTier))(?:\\s*,\\s*(OpenAI\\.(?:EAGatingTier|EnterpriseTier|1PGatingTier|OneVetGatingTier|1000CUGatingTier|computer-use-preview|Preview\\.202409)|OpenAITest|Microsoft\\.CognitiveServices/OpenAI\\.(?:EAGatingTier|EnterpriseTier|1PGatingTier|OneVetGatingTier|1000CUGatingTier)))*$"
437
+ "$ref": "#/definitions/featureFlagsListDefinition"
422
438
  },
423
439
  "model_flavor": {
424
440
  "description": "Model flavor identifier (e.g., pytorch, mlflow).",
@@ -436,7 +452,7 @@
436
452
  "skuListDefinition": {
437
453
  "type": "string",
438
454
  "description": "A comma-separated list of valid SKUs with no duplicates",
439
- "pattern": "^(Standard_(DS3_v2|NC12s_v3|NC16as_T4_v3|NC24ads_A100_v4|NC24rs_v3|NC24s_v3|NC40ads_H100_v5|NC48ads_A100_v4|NC4as_T4_v3|NC64as_T4_v3|NC6s_v3|NC80adis_H100_v5|NC8as_T4_v3|NC96ads_A100_v4|ND40rs_v2|ND96amsr_A100_v4|ND96amsr_v4|ND96asr_v4|ND96isr_H100_v5|DS12_v2|DS4_v2|DS5_v2|D16a_v4|D16as_v4|D32a_v4|D32as_v4|D48a_v4|D48as_v4|D64a_v4|D64as_v4|D8a_v4|D8as_v4|D96a_v4|D96as_v4|E16s_v3|E2s_v3|E32s_v3|E48s_v3|E4s_v3|E64s_v3|E8s_v3|F16s_v2|F32s_v2|F48s_v2|F4s_v2|F64s_v2|F72s_v2|F8s_v2|FX12mds|FX24mds|FX36mds|FX48mds|FX4mds|NV12s_v3|NV24s_v3|NV48s_v3))(?:\\s*,\\s*Standard_(DS3_v2|NC12s_v3|NC16as_T4_v3|NC24ads_A100_v4|NC24rs_v3|NC24s_v3|NC40ads_H100_v5|NC48ads_A100_v4|NC4as_T4_v3|NC64as_T4_v3|NC6s_v3|NC80adis_H100_v5|NC8as_T4_v3|NC96ads_A100_v4|ND40rs_v2|ND96amsr_A100_v4|ND96amsr_v4|ND96asr_v4|ND96isr_H100_v5|DS12_v2|DS4_v2|DS5_v2|D16a_v4|D16as_v4|D32a_v4|D32as_v4|D48a_v4|D48as_v4|D64a_v4|D64as_v4|D8a_v4|D8as_v4|D96a_v4|D96as_v4|E16s_v3|E2s_v3|E32s_v3|E48s_v3|E4s_v3|E64s_v3|E8s_v3|F16s_v2|F32s_v2|F48s_v2|F4s_v2|F64s_v2|F72s_v2|F8s_v2|FX12mds|FX24mds|FX36mds|FX48mds|FX4mds|NV12s_v3|NV24s_v3|NV48s_v3))*$"
455
+ "pattern": "^(Standard_DS3_v2|Standard_NC12s_v3|Standard_NC16as_T4_v3|Standard_NC24ads_A100_v4|Standard_NC24rs_v3|Standard_NC24s_v3|Standard_NC40ads_H100_v5|Standard_NC48ads_A100_v4|Standard_NC4as_T4_v3|Standard_NC64as_T4_v3|Standard_NC6s_v3|Standard_NC80adis_H100_v5|Standard_NC8as_T4_v3|Standard_NC96ads_A100_v4|Standard_ND40rs_v2|Standard_ND96amsr_A100_v4|Standard_ND96amsr_v4|Standard_ND96asr_v4|Standard_ND96isr_H100_v5|Standard_DS12_v2|Standard_DS4_v2|Standard_DS5_v2|Standard_D16a_v4|Standard_D16as_v4|Standard_D32a_v4|Standard_D32as_v4|Standard_D48a_v4|Standard_D48as_v4|Standard_D64a_v4|Standard_D64as_v4|Standard_D8a_v4|Standard_D8as_v4|Standard_D96a_v4|Standard_D96as_v4|Standard_E16s_v3|Standard_E2s_v3|Standard_E32s_v3|Standard_E48s_v3|Standard_E4s_v3|Standard_E64s_v3|Standard_E8s_v3|Standard_F16s_v2|Standard_F32s_v2|Standard_F48s_v2|Standard_F4s_v2|Standard_F64s_v2|Standard_F72s_v2|Standard_F8s_v2|Standard_FX12mds|Standard_FX24mds|Standard_FX36mds|Standard_FX48mds|Standard_FX4mds|Standard_NV12s_v3|Standard_NV24s_v3|Standard_NV48s_v3)(?:\\s*,\\s*(Standard_DS3_v2|Standard_NC12s_v3|Standard_NC16as_T4_v3|Standard_NC24ads_A100_v4|Standard_NC24rs_v3|Standard_NC24s_v3|Standard_NC40ads_H100_v5|Standard_NC48ads_A100_v4|Standard_NC4as_T4_v3|Standard_NC64as_T4_v3|Standard_NC6s_v3|Standard_NC80adis_H100_v5|Standard_NC8as_T4_v3|Standard_NC96ads_A100_v4|Standard_ND40rs_v2|Standard_ND96amsr_A100_v4|Standard_ND96amsr_v4|Standard_ND96asr_v4|Standard_ND96isr_H100_v5|Standard_DS12_v2|Standard_DS4_v2|Standard_DS5_v2|Standard_D16a_v4|Standard_D16as_v4|Standard_D32a_v4|Standard_D32as_v4|Standard_D48a_v4|Standard_D48as_v4|Standard_D64a_v4|Standard_D64as_v4|Standard_D8a_v4|Standard_D8as_v4|Standard_D96a_v4|Standard_D96as_v4|Standard_E16s_v3|Standard_E2s_v3|Standard_E32s_v3|Standard_E48s_v3|Standard_E4s_v3|Standard_E64s_v3|Standard_E8s_v3|Standard_F16s_v2|Standard_F32s_v2|Standard_F48s_v2|Standard_F4s_v2|Standard_F64s_v2|Standard_F72s_v2|Standard_F8s_v2|Standard_FX12mds|Standard_FX24mds|Standard_FX36mds|Standard_FX48mds|Standard_FX4mds|Standard_NV12s_v3|Standard_NV24s_v3|Standard_NV48s_v3))*$"
440
456
  },
441
457
  "skuEnum": {
442
458
  "enum": [
@@ -541,7 +557,8 @@
541
557
  "speech-to-text",
542
558
  "speech-translation",
543
559
  "video-analysis",
544
- "video-generation"
560
+ "video-generation",
561
+ "materials-design"
545
562
  ]
546
563
  },
547
564
  "finetuningTasksListDefinition": {
@@ -582,7 +599,8 @@
582
599
  "Summarization",
583
600
  "Translation",
584
601
  "Understanding",
585
- "Vision"
602
+ "Vision",
603
+ "Atomistic generation"
586
604
  ]
587
605
  },
588
606
  "modalitiesEnum": {
@@ -597,6 +615,11 @@
597
615
  "text",
598
616
  "video"
599
617
  ]
618
+ },
619
+ "featureFlagsListDefinition": {
620
+ "type": "string",
621
+ "description": "A comma-separated list of valid feature flags with no duplicates",
622
+ "pattern": "^(OpenAI\\.EAGatingTier|OpenAI\\.EnterpriseTier|OpenAI\\.1PGatingTier|OpenAI\\.OneVetGatingTier|OpenAI\\.1000CUGatingTier|OpenAI\\.computer-use-preview|OpenAI\\.Preview\\.202409|OpenAITest|AIServices\\.grok-4-code)(?:\\s*,\\s*(OpenAI\\.EAGatingTier|OpenAI\\.EnterpriseTier|OpenAI\\.1PGatingTier|OpenAI\\.OneVetGatingTier|OpenAI\\.1000CUGatingTier|OpenAI\\.computer-use-preview|OpenAI\\.Preview\\.202409|OpenAITest|AIServices\\.grok-4-code))*$"
600
623
  }
601
624
  }
602
625
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: azureml-registry-tools
3
- Version: 0.1.0a18
3
+ Version: 0.1.0a20
4
4
  Summary: AzureML Registry tools and CLI
5
5
  Author: Microsoft Corp
6
6
  License: https://aka.ms/azureml-sdk-license
@@ -13,7 +13,7 @@ azureml/registry/data/asset.yaml.template,sha256=WTgfuvKEBp-EVFSQ0JpU0h4z_ULJdUL
13
13
  azureml/registry/data/description.md.template,sha256=wQLk54U8hoXU1y9235R4irc6FGYPXGO-x9EHUorP15Q,84
14
14
  azureml/registry/data/evaluation.md.template,sha256=JaDecIfLV9vZDUrZzVRPzVHHnKD-BQGBgQ-cw1dHavU,277
15
15
  azureml/registry/data/model-variant.schema.json,sha256=AT4Dy6cCtp_SFUfSqYIqcER8AldpYm0QIEy1abY3QWE,1699
16
- azureml/registry/data/model.schema.json,sha256=ve59POHl2eOtWKeana01Wk8aTdraz9L1S6PcaUT5txk,26259
16
+ azureml/registry/data/model.schema.json,sha256=ZezvItOdGhwPb8drJAxJ6XGKJiOeWQS2W7NWhjQhLu4,28031
17
17
  azureml/registry/data/model.yaml.template,sha256=h5uqAN22FLaWrbPxIb8yVKH9cGDBrIwooXYYfsKhxDw,245
18
18
  azureml/registry/data/notes.md.template,sha256=zSRyOR__9NGL2j0tugY7HgFkwkAdcE2pJyyyGsz1SAk,248
19
19
  azureml/registry/data/validate_model_schema.py,sha256=OQp2E01kdxSphvUQYQvelSiD24-qUG6nTFuzW60wX2c,8322
@@ -30,9 +30,9 @@ azureml/registry/tools/config.py,sha256=tjPaoBsWtPXBL8Ww1hcJtsr2SuIjPKt79dR8iovc
30
30
  azureml/registry/tools/create_or_update_assets.py,sha256=Q-_BV7KWn1huQn5JriKT_8xJNoQQ_HK5wCftrq9DepA,15988
31
31
  azureml/registry/tools/registry_utils.py,sha256=zgYlCiOONtQJ4yZ9wg8tKVoE8dh6rrjB8hYBGhpV9-0,1403
32
32
  azureml/registry/tools/repo2registry_config.py,sha256=eXp_tU8Jyi30g8xGf7wbpLgKEPpieohBANKxMSLzq7s,4873
33
- azureml_registry_tools-0.1.0a18.dist-info/licenses/LICENSE.txt,sha256=n20rxwp7_NGrrShv9Qvcs90sjI1l3Pkt3m-5OPCWzgs,845
34
- azureml_registry_tools-0.1.0a18.dist-info/METADATA,sha256=myQM-P_XQfjKNPvQBKR5SZrHK_bCF7dttP3FbUOIqBk,522
35
- azureml_registry_tools-0.1.0a18.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
36
- azureml_registry_tools-0.1.0a18.dist-info/entry_points.txt,sha256=iRUkAeQidMnO6RQzpLqMUBTcyYtNzAfSin9WnSdVGLw,147
37
- azureml_registry_tools-0.1.0a18.dist-info/top_level.txt,sha256=ZOeEa0TAXo6i5wOjwBoqfIGEuxOcKuscGgNSpizqREY,8
38
- azureml_registry_tools-0.1.0a18.dist-info/RECORD,,
33
+ azureml_registry_tools-0.1.0a20.dist-info/licenses/LICENSE.txt,sha256=n20rxwp7_NGrrShv9Qvcs90sjI1l3Pkt3m-5OPCWzgs,845
34
+ azureml_registry_tools-0.1.0a20.dist-info/METADATA,sha256=uwEFH4N18_NWol3U6TiBM4JSoWimmf2sVgSKLdfZWUs,522
35
+ azureml_registry_tools-0.1.0a20.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
36
+ azureml_registry_tools-0.1.0a20.dist-info/entry_points.txt,sha256=iRUkAeQidMnO6RQzpLqMUBTcyYtNzAfSin9WnSdVGLw,147
37
+ azureml_registry_tools-0.1.0a20.dist-info/top_level.txt,sha256=ZOeEa0TAXo6i5wOjwBoqfIGEuxOcKuscGgNSpizqREY,8
38
+ azureml_registry_tools-0.1.0a20.dist-info/RECORD,,