azureml-registry-tools 0.1.0a33__py3-none-any.whl → 0.1.0a35__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.
@@ -27,6 +27,14 @@
27
27
  "description": "Not used anymore. Use languages in the tags section",
28
28
  "type": "string"
29
29
  },
30
+ "modelArchitecture": {
31
+ "description": "Model architecture - Used for MaaP models",
32
+ "type": "string"
33
+ },
34
+ "componentVersion": {
35
+ "description": "Component version - Used for MaaP models",
36
+ "type": "string"
37
+ },
30
38
  "datasets": {
31
39
  "description": "Not used anymore. Use training_datasets in the tags section",
32
40
  "type": "string"
@@ -57,7 +65,7 @@
57
65
  "engineControllerManifestPath": {
58
66
  "description": "Path to the engine controller manifest",
59
67
  "type": "string",
60
- "pattern": "^(azureml/|models/|model/)"
68
+ "pattern": "^(azureml/|models/|model/|rerank)"
61
69
  },
62
70
  "finetune-recommended-sku": {
63
71
  "description": "Skus that can be used for finetune maap",
@@ -73,7 +81,7 @@
73
81
  },
74
82
  "SharedComputeCapacityEnabled": {
75
83
  "description": "Whether shared compute capacity is enabled",
76
- "type": "boolean"
84
+ "type": "string"
77
85
  },
78
86
  "evaluation-min-sku-spec": {
79
87
  "description": "Minimum SKU specification for evaluation in the format of 'cores|GPUs|RAM(GB)|VRAM(GB)'",
@@ -113,7 +121,7 @@
113
121
  "pipeManifestPath": {
114
122
  "description": "Pipe manifest path. Used for OAI models",
115
123
  "type": "string",
116
- "pattern": "^(azureml/)"
124
+ "pattern": "^(azureml/|rerank)"
117
125
  }
118
126
  }
119
127
  },
@@ -583,7 +591,8 @@
583
591
  "pdf",
584
592
  "text",
585
593
  "video",
586
- "3D-image"
594
+ "3D-image",
595
+ "robot-action-chunks"
587
596
  ]
588
597
  },
589
598
  "description": "Output modalities supported (e.g., text)"
@@ -598,10 +607,12 @@
598
607
  "assistants",
599
608
  "routing",
600
609
  "reasoning",
610
+ "reasoning-summary",
601
611
  "streaming",
602
612
  "tool-calling",
603
613
  "function-calling",
604
- "image-input"
614
+ "image-input",
615
+ "fine-tuning"
605
616
  ]
606
617
  },
607
618
  "description": "Model capabilities (e.g., agents, assistants)"
@@ -616,7 +627,12 @@
616
627
  "image_generation",
617
628
  "code_interpreter",
618
629
  "computer_use",
619
- "mcp"
630
+ "mcp",
631
+ "azure_ai_search",
632
+ "fabric_dataagent",
633
+ "bing_custom_search",
634
+ "bing_grounding",
635
+ "openapi"
620
636
  ]
621
637
  },
622
638
  "description": "Specific tools that the model supports (e.g., web_search, file_search, code_interpreter, computer_use)"
@@ -638,6 +654,26 @@
638
654
  },
639
655
  "description": "Model features and capabilities supported (e.g., streaming, function_calling, structured_outputs)"
640
656
  },
657
+ "modalitiesSupported": {
658
+ "type": "array",
659
+ "items": {
660
+ "type": "string",
661
+ "enum": [
662
+ "placeholder"
663
+ ]
664
+ },
665
+ "description": "Modalities supported by the model"
666
+ },
667
+ "endpointsSupported": {
668
+ "type": "array",
669
+ "items": {
670
+ "type": "string",
671
+ "enum": [
672
+ "placeholder"
673
+ ]
674
+ },
675
+ "description": "Endpoints supported by the model"
676
+ },
641
677
  "azureOffers": {
642
678
  "type": "array",
643
679
  "items": {
@@ -711,11 +747,11 @@
711
747
  },
712
748
  "modelArchitecture": {
713
749
  "type": "string",
714
- "description": "Model architecture type"
750
+ "description": "Model architecture type. Used for MaaP models"
715
751
  },
716
752
  "componentVersion": {
717
753
  "type": "string",
718
- "description": "Version of the model component"
754
+ "description": "Version of the model component. Used for MaaP models"
719
755
  },
720
756
  "modelPath": {
721
757
  "type": "string",
@@ -1009,6 +1045,165 @@
1009
1045
  "format": "date-time"
1010
1046
  }
1011
1047
  }
1048
+ },
1049
+ "maapSurcharge": {
1050
+ "type": "boolean",
1051
+ "description": "Whether MaaP deployment has a surcharge"
1052
+ },
1053
+ "maapSurchargeType": {
1054
+ "type": "string",
1055
+ "description": "Type of MaaP surcharge",
1056
+ "enum": [
1057
+ "model"
1058
+ ]
1059
+ },
1060
+ "isCustomerInfoRequired": {
1061
+ "type": "boolean",
1062
+ "description": "Whether customer information is required"
1063
+ },
1064
+ "fineTuneOnlyModel": {
1065
+ "type": "boolean",
1066
+ "description": "Whether this model is only available for fine-tuning"
1067
+ },
1068
+ "modelFlavor": {
1069
+ "type": "string",
1070
+ "description": "Model flavor (e.g., pytorch, tensorflow)"
1071
+ },
1072
+ "lifecycle": {
1073
+ "type": "string",
1074
+ "description": "Lifecycle stage of the model",
1075
+ "enum": [
1076
+ "Generally available",
1077
+ "Public preview"
1078
+ ]
1079
+ },
1080
+ "links": {
1081
+ "type": "object",
1082
+ "description": "Links to external resources",
1083
+ "additionalProperties": false,
1084
+ "properties": {
1085
+ "pricing": {
1086
+ "type": "string",
1087
+ "description": "Link to pricing information",
1088
+ "pattern": "^https?://.*"
1089
+ },
1090
+ "rateLimit": {
1091
+ "type": "string",
1092
+ "description": "Link to rate limit information",
1093
+ "pattern": "^https?://.*"
1094
+ },
1095
+ "supportedRegions": {
1096
+ "type": "string",
1097
+ "description": "Link to supported regions information",
1098
+ "pattern": "^https?://.*"
1099
+ },
1100
+ "languagesSupported": {
1101
+ "type": "string",
1102
+ "description": "Link to supported languages information",
1103
+ "pattern": "^https?://.*"
1104
+ }
1105
+ }
1106
+ },
1107
+ "foundryLocal": {
1108
+ "type": "string",
1109
+ "description": "Foundry Local configuration for the model",
1110
+ "enum": [
1111
+ "",
1112
+ "hide",
1113
+ "pp_finetuned"
1114
+ ]
1115
+ },
1116
+ "directoryPath": {
1117
+ "type": "string",
1118
+ "description": "Directory path for Foundry Local models"
1119
+ },
1120
+ "alias": {
1121
+ "type": "string",
1122
+ "description": "Alias name for the model"
1123
+ },
1124
+ "promptTemplate": {
1125
+ "type": "string",
1126
+ "description": "JSON-formatted prompt template for the model"
1127
+ },
1128
+ "parameterSchema": {
1129
+ "type": "string",
1130
+ "description": "JSON-formatted parameter schema for the model"
1131
+ },
1132
+ "supportsToolCalling": {
1133
+ "type": "boolean",
1134
+ "description": "Whether the model supports tool calling"
1135
+ },
1136
+ "toolCallStart": {
1137
+ "type": "string",
1138
+ "description": "Tool call start delimiter",
1139
+ "enum": [
1140
+ "<tool_call>",
1141
+ "<|tool_call|>"
1142
+ ]
1143
+ },
1144
+ "toolCallEnd": {
1145
+ "type": "string",
1146
+ "description": "Tool call end delimiter",
1147
+ "enum": [
1148
+ "</tool_call>",
1149
+ "<|/tool_call|>"
1150
+ ]
1151
+ },
1152
+ "toolRegisterStart": {
1153
+ "type": "string",
1154
+ "description": "Tool register start delimiter",
1155
+ "enum": [
1156
+ "<tools>",
1157
+ "<|tool|>"
1158
+ ]
1159
+ },
1160
+ "toolRegisterEnd": {
1161
+ "type": "string",
1162
+ "description": "Tool register end delimiter",
1163
+ "enum": [
1164
+ "</tools>",
1165
+ "<|/tool|>"
1166
+ ]
1167
+ },
1168
+ "toolResponseStart": {
1169
+ "type": "string",
1170
+ "description": "Tool response start delimiter",
1171
+ "enum": [
1172
+ "<tool_response>",
1173
+ "<|tool_response|>"
1174
+ ]
1175
+ },
1176
+ "toolResponseEnd": {
1177
+ "type": "string",
1178
+ "description": "Tool response end delimiter",
1179
+ "enum": [
1180
+ "</tool_response>",
1181
+ "<|tool_response|>"
1182
+ ]
1183
+ },
1184
+ "skuToNumReplicasMap": {
1185
+ "type": "object",
1186
+ "description": "Mapping of SKU names to number of replicas",
1187
+ "additionalProperties": {
1188
+ "type": "integer",
1189
+ "minimum": 1
1190
+ }
1191
+ },
1192
+ "openmmlabModelId": {
1193
+ "type": "string",
1194
+ "description": "OpenMMLab model identifier"
1195
+ },
1196
+ "mlflowFlavor": {
1197
+ "type": "string",
1198
+ "description": "MLflow flavor for the model",
1199
+ "enum": [
1200
+ "transformers"
1201
+ ]
1202
+ },
1203
+ "author": {
1204
+ "type": "string",
1205
+ "description": "Model author in the format 'publisher:author'",
1206
+ "pattern": "^[^:]+:[^:]+$"
1012
1207
  }
1013
1208
  }
1014
1209
  },
@@ -1022,7 +1217,7 @@
1022
1217
  "skuListDefinition": {
1023
1218
  "type": "string",
1024
1219
  "description": "A comma-separated list of valid SKUs with no duplicates",
1025
- "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))*$"
1220
+ "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|Standard_NV36ads_A10_v5))*$"
1026
1221
  },
1027
1222
  "skuEnum": {
1028
1223
  "enum": [
@@ -1081,13 +1276,15 @@
1081
1276
  "Standard_FX4mds",
1082
1277
  "Standard_NV12s_v3",
1083
1278
  "Standard_NV24s_v3",
1084
- "Standard_NV48s_v3"
1279
+ "Standard_NV48s_v3",
1280
+ "Standard_NV36ads_A10_v5"
1085
1281
  ]
1086
1282
  },
1087
1283
  "taskEnum": {
1088
1284
  "type": "string",
1089
1285
  "enum": [
1090
1286
  "audio-analysis",
1287
+ "audio-classification",
1091
1288
  "audio-generation",
1092
1289
  "automatic-speech-recognition",
1093
1290
  "chat-completion",
@@ -1106,16 +1303,22 @@
1106
1303
  "forecasting",
1107
1304
  "image-analysis",
1108
1305
  "image-classification",
1306
+ "image-feature-extraction",
1109
1307
  "image-text-to-text",
1110
1308
  "image-to-image",
1111
1309
  "image-to-text",
1112
1310
  "intelligent-content-processing",
1113
1311
  "intelligent-document-processing",
1312
+ "text-pii-extraction",
1313
+ "conversation-pii-extraction",
1314
+ "document-pii-extraction",
1315
+ "detect-language",
1114
1316
  "optical-character-recognition",
1115
1317
  "protein-sequence-generation",
1116
1318
  "protein-structure-prediction",
1117
1319
  "responses",
1118
1320
  "responsible-ai",
1321
+ "retrosynthesis-prediction",
1119
1322
  "summarization",
1120
1323
  "text-analysis",
1121
1324
  "text-analytics",
@@ -1123,13 +1326,33 @@
1123
1326
  "text-generation",
1124
1327
  "text-to-image",
1125
1328
  "text-to-speech",
1329
+ "time-series-forecasting",
1126
1330
  "translation",
1127
1331
  "speech-to-text",
1128
1332
  "speech-translation",
1129
1333
  "video-analysis",
1130
1334
  "video-generation",
1335
+ "video-text-to-text",
1336
+ "visual-question-answering",
1337
+ "zero-shot-classification",
1338
+ "zero-shot-image-classification",
1131
1339
  "materials-design",
1132
- "atomistic-modelling"
1340
+ "atomistic-modelling",
1341
+ "image-to-3D",
1342
+ "text-to-3D",
1343
+ "3D-generation",
1344
+ "task-completion-verification",
1345
+ "action-affordance",
1346
+ "next-plausible-action-prediction",
1347
+ "Structure-Prediction",
1348
+ "Genomics",
1349
+ "biomolecular-complex-structure-prediction",
1350
+ "structure-prediction",
1351
+ "protein-folding",
1352
+ "web-agent-tasks",
1353
+ "gui-grounding",
1354
+ "messages",
1355
+ "robot-control"
1133
1356
  ]
1134
1357
  },
1135
1358
  "finetuningTasksListDefinition": {
@@ -1184,7 +1407,8 @@
1184
1407
  "json",
1185
1408
  "pdf",
1186
1409
  "text",
1187
- "video"
1410
+ "video",
1411
+ "code"
1188
1412
  ]
1189
1413
  },
1190
1414
  "featureFlagsListDefinition": {
@@ -1194,3 +1418,4 @@
1194
1418
  }
1195
1419
  }
1196
1420
  }
1421
+
@@ -20,14 +20,6 @@ ALLOWED_ASSET_TYPES = {
20
20
  'environments', 'models', 'deployment-templates', 'components', 'datasets'
21
21
  }
22
22
 
23
- ASSET_TYPE_MAP = {
24
- 'models': 'Models',
25
- 'environments': 'Environments',
26
- 'deployment-templates': 'DeploymentTemplates',
27
- 'components': 'Components',
28
- 'datasets': 'Datasets',
29
- }
30
-
31
23
 
32
24
  def validate_manifest_data(data: dict, file_path: str) -> None:
33
25
  """Validate required root-level fields and allowed values for nested fields under 'assets'.
@@ -7,6 +7,18 @@ from dataclasses import dataclass, field
7
7
  from typing import List
8
8
  from uuid import UUID
9
9
 
10
+ # Asset type mapping from YAML keys to JSON/API keys
11
+ ASSET_TYPE_MAP = {
12
+ 'models': 'Models',
13
+ 'environments': 'Environments',
14
+ 'deployment-templates': 'DeploymentTemplates',
15
+ 'components': 'Components',
16
+ 'datasets': 'Datasets',
17
+ }
18
+
19
+ # Reverse mapping for deserializing API responses back to YAML keys
20
+ ASSET_TYPE_REVERSE_MAP = {v: k for k, v in ASSET_TYPE_MAP.items()}
21
+
10
22
 
11
23
  def _norm_key(k):
12
24
  return k.replace('_', '').lower()
@@ -70,7 +82,13 @@ class SourceRegistry:
70
82
  asset_dict = {}
71
83
  for asset_type, asset_list in self.assets.items():
72
84
  if asset_list:
73
- asset_dict[asset_type] = [
85
+ # Convert YAML asset type keys for API
86
+ if asset_type not in ASSET_TYPE_MAP:
87
+ raise ValueError(
88
+ f"Invalid asset type '{asset_type}'. Allowed types: {', '.join(ASSET_TYPE_MAP.keys())}"
89
+ )
90
+ api_asset_type = ASSET_TYPE_MAP[asset_type]
91
+ asset_dict[api_asset_type] = [
74
92
  {"Name": a.name} if a.name == ".*" else {"Name": a.name, "Version": a.version}
75
93
  for a in asset_list
76
94
  ]
@@ -86,7 +104,9 @@ class SourceRegistry:
86
104
  assets = {}
87
105
  assets_dict = _get_key(d, "Assets", "assets", normalize_keys=normalize_keys)
88
106
  for asset_type, asset_list in assets_dict.items():
89
- assets[asset_type] = [Asset.from_dict(a, normalize_keys=normalize_keys) for a in asset_list]
107
+ # Normalize API keys back to YAML keys
108
+ normalized_asset_type = ASSET_TYPE_REVERSE_MAP.get(asset_type, asset_type)
109
+ assets[normalized_asset_type] = [Asset.from_dict(a, normalize_keys=normalize_keys) for a in asset_list]
90
110
  return SourceRegistry(
91
111
  registry_name=_get_key(d, "RegistryName", "registry_name", normalize_keys=normalize_keys),
92
112
  tenant_id=UUID(str(_get_key(d, "TenantId", "tenant_id", normalize_keys=normalize_keys))),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: azureml-registry-tools
3
- Version: 0.1.0a33
3
+ Version: 0.1.0a35
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=DiVAQEXGXoKmhV4LPqE3NupxVtcsuDZ1pn2UA5Fzd6U,2821
14
14
  azureml/registry/data/evaluation.md.template,sha256=FC9U8EI_1Dg9Vz18ftAFDDmTqvpwELDkIDlYqB8C9Dk,1031
15
15
  azureml/registry/data/model-variant.schema.json,sha256=AT4Dy6cCtp_SFUfSqYIqcER8AldpYm0QIEy1abY3QWE,1699
16
- azureml/registry/data/model.schema.json,sha256=OoxFRCKCEnNjB5kPPTDUlzq_LAZBP_AbcQYqNNbdnvY,48726
16
+ azureml/registry/data/model.schema.json,sha256=fIB7zkQqV1lww9j_Kxu6vsMsmUfWr24G7edcC4KTZjM,55530
17
17
  azureml/registry/data/model.yaml.template,sha256=h5uqAN22FLaWrbPxIb8yVKH9cGDBrIwooXYYfsKhxDw,245
18
18
  azureml/registry/data/notes.md.template,sha256=rgGGHQaxfVg6COIzZU8EVBa48sRPnNezVkCMGNyRRNo,1528
19
19
  azureml/registry/data/validate_model_schema.py,sha256=4Exd9K6ry93URbx21gn2wSJ6xPacYfO7tmZ96cr8ViM,8376
@@ -21,19 +21,19 @@ azureml/registry/data/validate_model_variant_schema.py,sha256=0nC1zWzvtYAwowY1MG
21
21
  azureml/registry/mgmt/__init__.py,sha256=LMhqcEC8ItmmpKZljElGXH-6olHlT3SLl0dJU01OvuM,226
22
22
  azureml/registry/mgmt/asset_management.py,sha256=zMAgrwMEQTDh8YjL5B1_p7_Wi0bR-vKx2qyuc3FudsE,15269
23
23
  azureml/registry/mgmt/create_asset_template.py,sha256=ejwLuIsmzJOoUePoxbM-eGMg2E3QHfdX-nPMBzYUVMQ,3525
24
- azureml/registry/mgmt/create_manifest.py,sha256=N9wRmjAKO09A3utN_lCUsM_Ufpj7PL0SJz-XHPHWuyM,9528
24
+ azureml/registry/mgmt/create_manifest.py,sha256=WuL1UNCi-vLOgI71FHNSIP3CAIYJ-jwPvTbEtJPCuTw,9335
25
25
  azureml/registry/mgmt/create_model_spec.py,sha256=1PdAcUf-LomvljoT8wKQihXMTLd7DoTgN0qDX4Lol1A,10473
26
26
  azureml/registry/mgmt/model_management.py,sha256=STTr_uvdPKV2NaJ5UvS5aMi3yejVF6Hkj9DjofJLQik,7453
27
- azureml/registry/mgmt/syndication_manifest.py,sha256=8Sfd49QuCA5en5_mIOLE21kZVpnReUXowx_g0TVRgWg,9025
27
+ azureml/registry/mgmt/syndication_manifest.py,sha256=kSL6SbbpsraIBoo2XdCv6lbg1XxHs3YqPc0ozLX1v54,9900
28
28
  azureml/registry/mgmt/util.py,sha256=1q90sLr70w8FrXYqyHUwszjXa7OdT2MRSI_gJf-aVdY,2403
29
29
  azureml/registry/tools/__init__.py,sha256=IAuWWpGfZm__pAkBIxmpJz84QskpkxBr0yDk1TUSnkE,223
30
30
  azureml/registry/tools/config.py,sha256=eZ8F6vKvKX-rHkZrnLmjX-h_1ccqSSTkUK0s3ADoD9o,3662
31
31
  azureml/registry/tools/create_or_update_assets.py,sha256=xKGmcc3GVQ0qoZav68NENL86dYN1jdTPXCHK1SfK_vM,16207
32
32
  azureml/registry/tools/registry_utils.py,sha256=zgYlCiOONtQJ4yZ9wg8tKVoE8dh6rrjB8hYBGhpV9-0,1403
33
33
  azureml/registry/tools/repo2registry_config.py,sha256=YxSpLl16m-Cs9RkrXjpWgg6la2zukl-y1i12pV4UIco,4891
34
- azureml_registry_tools-0.1.0a33.dist-info/licenses/LICENSE.txt,sha256=n20rxwp7_NGrrShv9Qvcs90sjI1l3Pkt3m-5OPCWzgs,845
35
- azureml_registry_tools-0.1.0a33.dist-info/METADATA,sha256=VMyIOmOZ2b9UEjk65EpWJLuEaPETExKfCsKkmxxj-GI,541
36
- azureml_registry_tools-0.1.0a33.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
37
- azureml_registry_tools-0.1.0a33.dist-info/entry_points.txt,sha256=iRUkAeQidMnO6RQzpLqMUBTcyYtNzAfSin9WnSdVGLw,147
38
- azureml_registry_tools-0.1.0a33.dist-info/top_level.txt,sha256=ZOeEa0TAXo6i5wOjwBoqfIGEuxOcKuscGgNSpizqREY,8
39
- azureml_registry_tools-0.1.0a33.dist-info/RECORD,,
34
+ azureml_registry_tools-0.1.0a35.dist-info/licenses/LICENSE.txt,sha256=n20rxwp7_NGrrShv9Qvcs90sjI1l3Pkt3m-5OPCWzgs,845
35
+ azureml_registry_tools-0.1.0a35.dist-info/METADATA,sha256=LkfvI9BWfhr9baCIe16Yw9opfCNFScYJHL92IPuWSh8,541
36
+ azureml_registry_tools-0.1.0a35.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
37
+ azureml_registry_tools-0.1.0a35.dist-info/entry_points.txt,sha256=iRUkAeQidMnO6RQzpLqMUBTcyYtNzAfSin9WnSdVGLw,147
38
+ azureml_registry_tools-0.1.0a35.dist-info/top_level.txt,sha256=ZOeEa0TAXo6i5wOjwBoqfIGEuxOcKuscGgNSpizqREY,8
39
+ azureml_registry_tools-0.1.0a35.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.9.0)
2
+ Generator: setuptools (80.10.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5