azureml-registry-tools 0.1.0a16__tar.gz → 0.1.0a17__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.0a16/azureml_registry_tools.egg-info → azureml_registry_tools-0.1.0a17}/PKG-INFO +1 -1
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/azureml/registry/mgmt/asset_management.py +3 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17/azureml_registry_tools.egg-info}/PKG-INFO +1 -1
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/setup.py +1 -1
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/LICENSE.txt +0 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/MANIFEST.in +0 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/azureml/__init__.py +0 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/azureml/registry/__init__.py +0 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/azureml/registry/_cli/__init__.py +0 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/azureml/registry/_cli/registry_syndication_cli.py +0 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/azureml/registry/_cli/repo2registry_cli.py +0 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/azureml/registry/_rest_client/__init__.py +0 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/azureml/registry/_rest_client/arm_client.py +0 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/azureml/registry/_rest_client/base_rest_client.py +0 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/azureml/registry/_rest_client/registry_management_client.py +0 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/azureml/registry/_rest_client/registry_model_client.py +0 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/azureml/registry/data/__init__.py +0 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/azureml/registry/data/asset.yaml.template +0 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/azureml/registry/data/description.md.template +0 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/azureml/registry/data/evaluation.md.template +0 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/azureml/registry/data/model-variant.schema.json +0 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/azureml/registry/data/model.schema.json +0 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/azureml/registry/data/model.yaml.template +0 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/azureml/registry/data/notes.md.template +0 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/azureml/registry/data/validate_model_schema.py +0 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/azureml/registry/data/validate_model_variant_schema.py +0 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/azureml/registry/mgmt/__init__.py +0 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/azureml/registry/mgmt/create_asset_template.py +0 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/azureml/registry/mgmt/create_manifest.py +0 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/azureml/registry/mgmt/create_model_spec.py +0 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/azureml/registry/mgmt/model_management.py +0 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/azureml/registry/mgmt/syndication_manifest.py +0 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/azureml/registry/tools/__init__.py +0 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/azureml/registry/tools/config.py +0 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/azureml/registry/tools/create_or_update_assets.py +0 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/azureml/registry/tools/registry_utils.py +0 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/azureml/registry/tools/repo2registry_config.py +0 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/azureml_registry_tools.egg-info/SOURCES.txt +0 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/azureml_registry_tools.egg-info/dependency_links.txt +0 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/azureml_registry_tools.egg-info/entry_points.txt +0 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/azureml_registry_tools.egg-info/requires.txt +0 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/azureml_registry_tools.egg-info/top_level.txt +0 -0
- {azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/setup.cfg +0 -0
@@ -123,6 +123,9 @@ def build_mutable_asset(base_asset: AssetConfig, mutable_asset_dir: str, overrid
|
|
123
123
|
spec_config = yaml.safe_load(f)
|
124
124
|
spec_config["version"] = datetime.now().strftime("%Y%m%d%H%M%S")
|
125
125
|
|
126
|
+
# Remove intellectualPropertyPublisher if it exists in properties
|
127
|
+
spec_config["properties"].pop("intellectualPropertyPublisher", None)
|
128
|
+
|
126
129
|
with open(spec_config_file, "w") as f:
|
127
130
|
yaml.dump(spec_config, f)
|
128
131
|
|
File without changes
|
File without changes
|
File without changes
|
{azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/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
|
File without changes
|
File without changes
|
{azureml_registry_tools-0.1.0a16 → azureml_registry_tools-0.1.0a17}/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
|