azureml-registry-tools 0.1.0a5__py3-none-any.whl → 0.1.0a6__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.
- azureml/registry/mgmt/syndication_manifest.py +3 -3
- {azureml_registry_tools-0.1.0a5.dist-info → azureml_registry_tools-0.1.0a6.dist-info}/METADATA +1 -1
- {azureml_registry_tools-0.1.0a5.dist-info → azureml_registry_tools-0.1.0a6.dist-info}/RECORD +7 -7
- {azureml_registry_tools-0.1.0a5.dist-info → azureml_registry_tools-0.1.0a6.dist-info}/WHEEL +0 -0
- {azureml_registry_tools-0.1.0a5.dist-info → azureml_registry_tools-0.1.0a6.dist-info}/entry_points.txt +0 -0
- {azureml_registry_tools-0.1.0a5.dist-info → azureml_registry_tools-0.1.0a6.dist-info}/licenses/LICENSE.txt +0 -0
- {azureml_registry_tools-0.1.0a5.dist-info → azureml_registry_tools-0.1.0a6.dist-info}/top_level.txt +0 -0
@@ -160,16 +160,16 @@ class AssetToResync:
|
|
160
160
|
def to_dict(self) -> dict:
|
161
161
|
"""Convert the AssetToResync instance to a dictionary."""
|
162
162
|
return {
|
163
|
-
"
|
163
|
+
"AssetIds": self.asset_id,
|
164
164
|
"TenantId": str(self.tenant_id)
|
165
165
|
}
|
166
166
|
|
167
167
|
@staticmethod
|
168
168
|
def from_dict(d: dict, normalize_keys=False) -> "AssetToResync":
|
169
169
|
"""Create an AssetToResync instance from a dictionary."""
|
170
|
-
asset_id = _get_key(d, "
|
170
|
+
asset_id = _get_key(d, "AssetIds", "asset_ids", normalize_keys=normalize_keys)
|
171
171
|
if asset_id is None:
|
172
|
-
raise ValueError("Missing required field '
|
172
|
+
raise ValueError("Missing required field 'AssetIds' in dictionary.")
|
173
173
|
|
174
174
|
tenant_id_str = _get_key(d, "TenantId", "tenant_id", normalize_keys=normalize_keys)
|
175
175
|
if tenant_id_str is None:
|
{azureml_registry_tools-0.1.0a5.dist-info → azureml_registry_tools-0.1.0a6.dist-info}/RECORD
RENAMED
@@ -9,15 +9,15 @@ azureml/registry/_rest_client/base_rest_client.py,sha256=JcmhckfR-ZdUtEh0EeQIKfe
|
|
9
9
|
azureml/registry/_rest_client/registry_management_client.py,sha256=3-PBwj91lkG1yrlB-s7jaYj0w5j177oSHZHvcoO8icQ,4984
|
10
10
|
azureml/registry/mgmt/__init__.py,sha256=LMhqcEC8ItmmpKZljElGXH-6olHlT3SLl0dJU01OvuM,226
|
11
11
|
azureml/registry/mgmt/create_manifest.py,sha256=N9wRmjAKO09A3utN_lCUsM_Ufpj7PL0SJz-XHPHWuyM,9528
|
12
|
-
azureml/registry/mgmt/syndication_manifest.py,sha256=
|
12
|
+
azureml/registry/mgmt/syndication_manifest.py,sha256=8Sfd49QuCA5en5_mIOLE21kZVpnReUXowx_g0TVRgWg,9025
|
13
13
|
azureml/registry/tools/__init__.py,sha256=IAuWWpGfZm__pAkBIxmpJz84QskpkxBr0yDk1TUSnkE,223
|
14
14
|
azureml/registry/tools/config.py,sha256=tjPaoBsWtPXBL8Ww1hcJtsr2SuIjPKt79dR8iovcebg,3639
|
15
15
|
azureml/registry/tools/create_or_update_assets.py,sha256=Q-_BV7KWn1huQn5JriKT_8xJNoQQ_HK5wCftrq9DepA,15988
|
16
16
|
azureml/registry/tools/registry_utils.py,sha256=zgYlCiOONtQJ4yZ9wg8tKVoE8dh6rrjB8hYBGhpV9-0,1403
|
17
17
|
azureml/registry/tools/repo2registry_config.py,sha256=eXp_tU8Jyi30g8xGf7wbpLgKEPpieohBANKxMSLzq7s,4873
|
18
|
-
azureml_registry_tools-0.1.
|
19
|
-
azureml_registry_tools-0.1.
|
20
|
-
azureml_registry_tools-0.1.
|
21
|
-
azureml_registry_tools-0.1.
|
22
|
-
azureml_registry_tools-0.1.
|
23
|
-
azureml_registry_tools-0.1.
|
18
|
+
azureml_registry_tools-0.1.0a6.dist-info/licenses/LICENSE.txt,sha256=n20rxwp7_NGrrShv9Qvcs90sjI1l3Pkt3m-5OPCWzgs,845
|
19
|
+
azureml_registry_tools-0.1.0a6.dist-info/METADATA,sha256=cHaW5YddH_-oZuk3WdrCjAH5xTaFKcKZZDWuBpj-B0A,521
|
20
|
+
azureml_registry_tools-0.1.0a6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
21
|
+
azureml_registry_tools-0.1.0a6.dist-info/entry_points.txt,sha256=iRUkAeQidMnO6RQzpLqMUBTcyYtNzAfSin9WnSdVGLw,147
|
22
|
+
azureml_registry_tools-0.1.0a6.dist-info/top_level.txt,sha256=ZOeEa0TAXo6i5wOjwBoqfIGEuxOcKuscGgNSpizqREY,8
|
23
|
+
azureml_registry_tools-0.1.0a6.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
{azureml_registry_tools-0.1.0a5.dist-info → azureml_registry_tools-0.1.0a6.dist-info}/top_level.txt
RENAMED
File without changes
|