azureml-registry-tools 0.1.0a31__tar.gz → 0.1.0a32__tar.gz
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.
- {azureml_registry_tools-0.1.0a31/azureml_registry_tools.egg-info → azureml_registry_tools-0.1.0a32}/PKG-INFO +1 -1
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml/registry/data/model.schema.json +52 -38
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml/registry/mgmt/asset_management.py +1 -1
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32/azureml_registry_tools.egg-info}/PKG-INFO +1 -1
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/setup.py +1 -1
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/LICENSE.txt +0 -0
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/MANIFEST.in +0 -0
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml/__init__.py +0 -0
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml/registry/__init__.py +0 -0
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml/registry/_cli/__init__.py +0 -0
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml/registry/_cli/registry_syndication_cli.py +0 -0
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml/registry/_cli/repo2registry_cli.py +0 -0
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml/registry/_rest_client/__init__.py +0 -0
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml/registry/_rest_client/arm_client.py +0 -0
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml/registry/_rest_client/base_rest_client.py +0 -0
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml/registry/_rest_client/registry_management_client.py +0 -0
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml/registry/_rest_client/registry_model_client.py +0 -0
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml/registry/data/__init__.py +0 -0
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml/registry/data/asset.yaml.template +0 -0
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml/registry/data/description.md.template +0 -0
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml/registry/data/evaluation.md.template +0 -0
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml/registry/data/model-variant.schema.json +0 -0
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml/registry/data/model.yaml.template +0 -0
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml/registry/data/notes.md.template +0 -0
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml/registry/data/validate_model_schema.py +0 -0
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml/registry/data/validate_model_variant_schema.py +0 -0
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml/registry/mgmt/__init__.py +0 -0
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml/registry/mgmt/create_asset_template.py +0 -0
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml/registry/mgmt/create_manifest.py +0 -0
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml/registry/mgmt/create_model_spec.py +0 -0
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml/registry/mgmt/model_management.py +0 -0
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml/registry/mgmt/syndication_manifest.py +0 -0
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml/registry/mgmt/util.py +0 -0
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml/registry/tools/__init__.py +0 -0
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml/registry/tools/config.py +0 -0
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml/registry/tools/create_or_update_assets.py +0 -0
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml/registry/tools/registry_utils.py +0 -0
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml/registry/tools/repo2registry_config.py +0 -0
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml_registry_tools.egg-info/SOURCES.txt +0 -0
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml_registry_tools.egg-info/dependency_links.txt +0 -0
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml_registry_tools.egg-info/entry_points.txt +0 -0
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml_registry_tools.egg-info/requires.txt +0 -0
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml_registry_tools.egg-info/top_level.txt +0 -0
- {azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/setup.cfg +0 -0
|
@@ -495,6 +495,7 @@
|
|
|
495
495
|
"invisibleUntil": {
|
|
496
496
|
"type": "string",
|
|
497
497
|
"format": "date-time",
|
|
498
|
+
"pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{1,6}Z$",
|
|
498
499
|
"description": "Date until which the model is invisible"
|
|
499
500
|
},
|
|
500
501
|
"playgroundRateLimitTier": {
|
|
@@ -605,16 +606,6 @@
|
|
|
605
606
|
},
|
|
606
607
|
"description": "Model capabilities (e.g., agents, assistants)"
|
|
607
608
|
},
|
|
608
|
-
"playground_rate_limit_tier": {
|
|
609
|
-
"type": "string",
|
|
610
|
-
"description": "Rate limit tier for playground",
|
|
611
|
-
"enum": [
|
|
612
|
-
"high",
|
|
613
|
-
"low",
|
|
614
|
-
"custom",
|
|
615
|
-
"embeddings"
|
|
616
|
-
]
|
|
617
|
-
},
|
|
618
609
|
"azureOffers": {
|
|
619
610
|
"type": "array",
|
|
620
611
|
"items": {
|
|
@@ -643,7 +634,8 @@
|
|
|
643
634
|
},
|
|
644
635
|
"sharedComputeCapacityEnabled": {
|
|
645
636
|
"type": "boolean",
|
|
646
|
-
"
|
|
637
|
+
"enum": [true],
|
|
638
|
+
"description": "Whether shared compute capacity is enabled. Only true values are allowed - remove this field when disabled."
|
|
647
639
|
},
|
|
648
640
|
"freePlayground": {
|
|
649
641
|
"type": "boolean",
|
|
@@ -678,7 +670,8 @@
|
|
|
678
670
|
},
|
|
679
671
|
"isDirectFromAzure": {
|
|
680
672
|
"type": "boolean",
|
|
681
|
-
"
|
|
673
|
+
"enum": [true],
|
|
674
|
+
"description": "If the model is an Azure Direct model. Only true values are allowed - remove this field when disabled."
|
|
682
675
|
},
|
|
683
676
|
"inferenceEnvironmentAssetId": {
|
|
684
677
|
"type": "string",
|
|
@@ -855,14 +848,17 @@
|
|
|
855
848
|
}
|
|
856
849
|
}
|
|
857
850
|
},
|
|
858
|
-
"
|
|
851
|
+
"SKU": {
|
|
859
852
|
"type": "object",
|
|
860
853
|
"description": "SKU specifications for different operations",
|
|
861
854
|
"additionalProperties": false,
|
|
862
855
|
"properties": {
|
|
863
|
-
"
|
|
864
|
-
"
|
|
865
|
-
"
|
|
856
|
+
"finetuneRecommendedSkus": {
|
|
857
|
+
"type": "array",
|
|
858
|
+
"items": {
|
|
859
|
+
"$ref": "#/definitions/skuEnum"
|
|
860
|
+
},
|
|
861
|
+
"description": "Skus that can be used for finetune maap"
|
|
866
862
|
},
|
|
867
863
|
"evaluationMinSkuSpec": {
|
|
868
864
|
"type": "string",
|
|
@@ -870,9 +866,12 @@
|
|
|
870
866
|
"pattern": "^\\d+\\|\\d+\\|\\d+\\|\\d+$",
|
|
871
867
|
"format": "sku-spec"
|
|
872
868
|
},
|
|
873
|
-
"
|
|
874
|
-
"
|
|
875
|
-
"
|
|
869
|
+
"evaluationRecommendedSkus": {
|
|
870
|
+
"type": "array",
|
|
871
|
+
"items": {
|
|
872
|
+
"$ref": "#/definitions/skuEnum"
|
|
873
|
+
},
|
|
874
|
+
"description": "Evaluation recommended skus"
|
|
876
875
|
},
|
|
877
876
|
"finetuneMinSkuSpec": {
|
|
878
877
|
"type": "string",
|
|
@@ -886,9 +885,12 @@
|
|
|
886
885
|
"pattern": "^\\d+\\|\\d+\\|\\d+\\|\\d+$",
|
|
887
886
|
"format": "sku-spec"
|
|
888
887
|
},
|
|
889
|
-
"
|
|
890
|
-
"
|
|
891
|
-
"
|
|
888
|
+
"inferenceRecommendedSkus": {
|
|
889
|
+
"type": "array",
|
|
890
|
+
"items": {
|
|
891
|
+
"$ref": "#/definitions/skuEnum"
|
|
892
|
+
},
|
|
893
|
+
"description": "A list of skus that the client should use to deploy the model"
|
|
892
894
|
}
|
|
893
895
|
}
|
|
894
896
|
},
|
|
@@ -899,7 +901,8 @@
|
|
|
899
901
|
"properties": {
|
|
900
902
|
"maasFinetuningTest": {
|
|
901
903
|
"type": "boolean",
|
|
902
|
-
"
|
|
904
|
+
"enum": [true],
|
|
905
|
+
"description": "Used for testing maas-finetuning in INT. Only true values are allowed - remove this field when disabled."
|
|
903
906
|
},
|
|
904
907
|
"maasFinetuningDeployRegions": {
|
|
905
908
|
"type": "array",
|
|
@@ -918,12 +921,23 @@
|
|
|
918
921
|
},
|
|
919
922
|
"maasFinetuningOffer": {
|
|
920
923
|
"type": "boolean",
|
|
921
|
-
"
|
|
924
|
+
"enum": [true],
|
|
925
|
+
"description": "Whether MaaS fine-tuning offer is available. Only true values are allowed - remove this field when disabled."
|
|
922
926
|
},
|
|
923
|
-
"
|
|
924
|
-
"type": "
|
|
925
|
-
"
|
|
926
|
-
|
|
927
|
+
"maasFinetuningAzureRegions": {
|
|
928
|
+
"type": "array",
|
|
929
|
+
"items": {
|
|
930
|
+
"type": "string",
|
|
931
|
+
"enum": [
|
|
932
|
+
"westus3",
|
|
933
|
+
"eastus2",
|
|
934
|
+
"eastus",
|
|
935
|
+
"southcentralus",
|
|
936
|
+
"northcentralus",
|
|
937
|
+
"westus"
|
|
938
|
+
]
|
|
939
|
+
},
|
|
940
|
+
"description": "Regions where fine-tuning is available"
|
|
927
941
|
}
|
|
928
942
|
}
|
|
929
943
|
},
|
|
@@ -934,32 +948,32 @@
|
|
|
934
948
|
"properties": {
|
|
935
949
|
"finetuneDeprecationDate": {
|
|
936
950
|
"type": "string",
|
|
937
|
-
"description": "The date that finetune will be deprecated.
|
|
938
|
-
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
|
|
951
|
+
"description": "The date that finetune will be deprecated. This date-time should be in midnight UTC.",
|
|
952
|
+
"pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{1,6}Z$",
|
|
939
953
|
"format": "date-time"
|
|
940
954
|
},
|
|
941
955
|
"finetuneRetirementDate": {
|
|
942
956
|
"type": "string",
|
|
943
|
-
"description": "The date that finetune will be retired.
|
|
944
|
-
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
|
|
957
|
+
"description": "The date that finetune will be retired. This date-time should be in midnight UTC.",
|
|
958
|
+
"pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{1,6}Z$",
|
|
945
959
|
"format": "date-time"
|
|
946
960
|
},
|
|
947
961
|
"inferenceDeprecationDate": {
|
|
948
962
|
"type": "string",
|
|
949
|
-
"description": "The date that inference will be deprecated.
|
|
950
|
-
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
|
|
963
|
+
"description": "The date that inference will be deprecated. This date-time should be in midnight UTC.",
|
|
964
|
+
"pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{1,6}Z$",
|
|
951
965
|
"format": "date-time"
|
|
952
966
|
},
|
|
953
967
|
"inferenceLegacyDate": {
|
|
954
968
|
"type": "string",
|
|
955
|
-
"description": "The date that inference will become legacy.
|
|
956
|
-
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
|
|
969
|
+
"description": "The date that inference will become legacy. This date-time should be in midnight UTC.",
|
|
970
|
+
"pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{1,6}Z$",
|
|
957
971
|
"format": "date-time"
|
|
958
972
|
},
|
|
959
973
|
"inferenceRetirementDate": {
|
|
960
974
|
"type": "string",
|
|
961
|
-
"description": "The date that inference will be retired.
|
|
962
|
-
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
|
|
975
|
+
"description": "The date that inference will be retired. This date-time should be in midnight UTC.",
|
|
976
|
+
"pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{1,6}Z$",
|
|
963
977
|
"format": "date-time"
|
|
964
978
|
}
|
|
965
979
|
}
|
|
@@ -236,7 +236,7 @@ def create_or_update_asset(readonly_asset: AssetConfig, registry_name: str, subs
|
|
|
236
236
|
subscription_id=subscription_id,
|
|
237
237
|
resource_group_name=resource_group,
|
|
238
238
|
registry_name=registry_name,
|
|
239
|
-
credential=DefaultAzureCredential(),
|
|
239
|
+
credential=DefaultAzureCredential(), # CodeQL [SM05139] DefaultAzureCredential should only be used for local development and testing purposes.
|
|
240
240
|
)
|
|
241
241
|
|
|
242
242
|
with tempfile.TemporaryDirectory() as mutable_asset_dir:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml/registry/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml/registry/mgmt/util.py
RENAMED
|
File without changes
|
|
File without changes
|
{azureml_registry_tools-0.1.0a31 → azureml_registry_tools-0.1.0a32}/azureml/registry/tools/config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|