Skip to content

Commit 0c05d31

Browse files
author
SDKAuto
committed
CodeGen from PR 14198 in Azure/azure-rest-api-specs
Merge 6e61333b2bbd2e747bb22117a0e0e66defe05c33 into 741037c
1 parent 19da7a4 commit 0c05d31

File tree

205 files changed

+31836
-1405
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

205 files changed

+31836
-1405
lines changed

sdk/resources/azure-mgmt-resource/_meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"autorest": "3.3.0",
33
"use": "@autorest/python@5.6.6",
4-
"commit": "c55d37d10ded9ef904539fe5814df3ea333b66a8",
4+
"commit": "3951a779e4cd7b351bdfc4557fdc94490f5f6765",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
66
"autorest_command": "autorest specification/resources/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk --track2 --use=@autorest/python@5.6.6 --version=3.3.0",
77
"readme": "specification/resources/resource-manager/readme.md"

sdk/resources/azure-mgmt-resource/azure/mgmt/resource/deploymentscripts/v2019_10_01_preview/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "16.1.0"
9+
VERSION = "1.0.0b1"

sdk/resources/azure-mgmt-resource/azure/mgmt/resource/deploymentscripts/v2019_10_01_preview/models/_models.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ class AzureCliScript(DeploymentScript):
162162
:ivar status: Contains the results of script execution.
163163
:vartype status: ~azure.mgmt.resource.deploymentscripts.v2019_10_01_preview.models.ScriptStatus
164164
:ivar outputs: List of script outputs.
165-
:vartype outputs: dict[str, object]
165+
:vartype outputs: dict[str, str]
166166
:param primary_script_uri: Uri for the script. This is the entry point for the external script.
167167
:type primary_script_uri: str
168168
:param supporting_script_uris: Supporting files for the external script.
@@ -219,7 +219,7 @@ class AzureCliScript(DeploymentScript):
219219
'cleanup_preference': {'key': 'properties.cleanupPreference', 'type': 'str'},
220220
'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'},
221221
'status': {'key': 'properties.status', 'type': 'ScriptStatus'},
222-
'outputs': {'key': 'properties.outputs', 'type': '{object}'},
222+
'outputs': {'key': 'properties.outputs', 'type': '{str}'},
223223
'primary_script_uri': {'key': 'properties.primaryScriptUri', 'type': 'str'},
224224
'supporting_script_uris': {'key': 'properties.supportingScriptUris', 'type': '[str]'},
225225
'script_content': {'key': 'properties.scriptContent', 'type': 'str'},
@@ -338,7 +338,7 @@ class DeploymentScriptPropertiesBase(msrest.serialization.Model):
338338
:ivar status: Contains the results of script execution.
339339
:vartype status: ~azure.mgmt.resource.deploymentscripts.v2019_10_01_preview.models.ScriptStatus
340340
:ivar outputs: List of script outputs.
341-
:vartype outputs: dict[str, object]
341+
:vartype outputs: dict[str, str]
342342
"""
343343

344344
_validation = {
@@ -353,7 +353,7 @@ class DeploymentScriptPropertiesBase(msrest.serialization.Model):
353353
'cleanup_preference': {'key': 'cleanupPreference', 'type': 'str'},
354354
'provisioning_state': {'key': 'provisioningState', 'type': 'str'},
355355
'status': {'key': 'status', 'type': 'ScriptStatus'},
356-
'outputs': {'key': 'outputs', 'type': '{object}'},
356+
'outputs': {'key': 'outputs', 'type': '{str}'},
357357
}
358358

359359
def __init__(
@@ -417,7 +417,7 @@ class AzureCliScriptProperties(DeploymentScriptPropertiesBase, ScriptConfigurati
417417
:ivar status: Contains the results of script execution.
418418
:vartype status: ~azure.mgmt.resource.deploymentscripts.v2019_10_01_preview.models.ScriptStatus
419419
:ivar outputs: List of script outputs.
420-
:vartype outputs: dict[str, object]
420+
:vartype outputs: dict[str, str]
421421
:param az_cli_version: Required. Azure CLI module version to be used.
422422
:type az_cli_version: str
423423
"""
@@ -445,7 +445,7 @@ class AzureCliScriptProperties(DeploymentScriptPropertiesBase, ScriptConfigurati
445445
'cleanup_preference': {'key': 'cleanupPreference', 'type': 'str'},
446446
'provisioning_state': {'key': 'provisioningState', 'type': 'str'},
447447
'status': {'key': 'status', 'type': 'ScriptStatus'},
448-
'outputs': {'key': 'outputs', 'type': '{object}'},
448+
'outputs': {'key': 'outputs', 'type': '{str}'},
449449
'az_cli_version': {'key': 'azCliVersion', 'type': 'str'},
450450
}
451451

@@ -519,7 +519,7 @@ class AzurePowerShellScript(DeploymentScript):
519519
:ivar status: Contains the results of script execution.
520520
:vartype status: ~azure.mgmt.resource.deploymentscripts.v2019_10_01_preview.models.ScriptStatus
521521
:ivar outputs: List of script outputs.
522-
:vartype outputs: dict[str, object]
522+
:vartype outputs: dict[str, str]
523523
:param primary_script_uri: Uri for the script. This is the entry point for the external script.
524524
:type primary_script_uri: str
525525
:param supporting_script_uris: Supporting files for the external script.
@@ -576,7 +576,7 @@ class AzurePowerShellScript(DeploymentScript):
576576
'cleanup_preference': {'key': 'properties.cleanupPreference', 'type': 'str'},
577577
'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'},
578578
'status': {'key': 'properties.status', 'type': 'ScriptStatus'},
579-
'outputs': {'key': 'properties.outputs', 'type': '{object}'},
579+
'outputs': {'key': 'properties.outputs', 'type': '{str}'},
580580
'primary_script_uri': {'key': 'properties.primaryScriptUri', 'type': 'str'},
581581
'supporting_script_uris': {'key': 'properties.supportingScriptUris', 'type': '[str]'},
582582
'script_content': {'key': 'properties.scriptContent', 'type': 'str'},
@@ -659,7 +659,7 @@ class AzurePowerShellScriptProperties(DeploymentScriptPropertiesBase, ScriptConf
659659
:ivar status: Contains the results of script execution.
660660
:vartype status: ~azure.mgmt.resource.deploymentscripts.v2019_10_01_preview.models.ScriptStatus
661661
:ivar outputs: List of script outputs.
662-
:vartype outputs: dict[str, object]
662+
:vartype outputs: dict[str, str]
663663
:param az_power_shell_version: Required. Azure PowerShell module version to be used.
664664
:type az_power_shell_version: str
665665
"""
@@ -687,7 +687,7 @@ class AzurePowerShellScriptProperties(DeploymentScriptPropertiesBase, ScriptConf
687687
'cleanup_preference': {'key': 'cleanupPreference', 'type': 'str'},
688688
'provisioning_state': {'key': 'provisioningState', 'type': 'str'},
689689
'status': {'key': 'status', 'type': 'ScriptStatus'},
690-
'outputs': {'key': 'outputs', 'type': '{object}'},
690+
'outputs': {'key': 'outputs', 'type': '{str}'},
691691
'az_power_shell_version': {'key': 'azPowerShellVersion', 'type': 'str'},
692692
}
693693

@@ -873,7 +873,7 @@ class ErrorAdditionalInfo(msrest.serialization.Model):
873873
:ivar type: The additional info type.
874874
:vartype type: str
875875
:ivar info: The additional info.
876-
:vartype info: object
876+
:vartype info: str
877877
"""
878878

879879
_validation = {
@@ -883,7 +883,7 @@ class ErrorAdditionalInfo(msrest.serialization.Model):
883883

884884
_attribute_map = {
885885
'type': {'key': 'type', 'type': 'str'},
886-
'info': {'key': 'info', 'type': 'object'},
886+
'info': {'key': 'info', 'type': 'str'},
887887
}
888888

889889
def __init__(

sdk/resources/azure-mgmt-resource/azure/mgmt/resource/deploymentscripts/v2019_10_01_preview/models/_models_py3.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ class AzureCliScript(DeploymentScript):
171171
:ivar status: Contains the results of script execution.
172172
:vartype status: ~azure.mgmt.resource.deploymentscripts.v2019_10_01_preview.models.ScriptStatus
173173
:ivar outputs: List of script outputs.
174-
:vartype outputs: dict[str, object]
174+
:vartype outputs: dict[str, str]
175175
:param primary_script_uri: Uri for the script. This is the entry point for the external script.
176176
:type primary_script_uri: str
177177
:param supporting_script_uris: Supporting files for the external script.
@@ -228,7 +228,7 @@ class AzureCliScript(DeploymentScript):
228228
'cleanup_preference': {'key': 'properties.cleanupPreference', 'type': 'str'},
229229
'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'},
230230
'status': {'key': 'properties.status', 'type': 'ScriptStatus'},
231-
'outputs': {'key': 'properties.outputs', 'type': '{object}'},
231+
'outputs': {'key': 'properties.outputs', 'type': '{str}'},
232232
'primary_script_uri': {'key': 'properties.primaryScriptUri', 'type': 'str'},
233233
'supporting_script_uris': {'key': 'properties.supportingScriptUris', 'type': '[str]'},
234234
'script_content': {'key': 'properties.scriptContent', 'type': 'str'},
@@ -372,7 +372,7 @@ class DeploymentScriptPropertiesBase(msrest.serialization.Model):
372372
:ivar status: Contains the results of script execution.
373373
:vartype status: ~azure.mgmt.resource.deploymentscripts.v2019_10_01_preview.models.ScriptStatus
374374
:ivar outputs: List of script outputs.
375-
:vartype outputs: dict[str, object]
375+
:vartype outputs: dict[str, str]
376376
"""
377377

378378
_validation = {
@@ -387,7 +387,7 @@ class DeploymentScriptPropertiesBase(msrest.serialization.Model):
387387
'cleanup_preference': {'key': 'cleanupPreference', 'type': 'str'},
388388
'provisioning_state': {'key': 'provisioningState', 'type': 'str'},
389389
'status': {'key': 'status', 'type': 'ScriptStatus'},
390-
'outputs': {'key': 'outputs', 'type': '{object}'},
390+
'outputs': {'key': 'outputs', 'type': '{str}'},
391391
}
392392

393393
def __init__(
@@ -455,7 +455,7 @@ class AzureCliScriptProperties(DeploymentScriptPropertiesBase, ScriptConfigurati
455455
:ivar status: Contains the results of script execution.
456456
:vartype status: ~azure.mgmt.resource.deploymentscripts.v2019_10_01_preview.models.ScriptStatus
457457
:ivar outputs: List of script outputs.
458-
:vartype outputs: dict[str, object]
458+
:vartype outputs: dict[str, str]
459459
:param az_cli_version: Required. Azure CLI module version to be used.
460460
:type az_cli_version: str
461461
"""
@@ -483,7 +483,7 @@ class AzureCliScriptProperties(DeploymentScriptPropertiesBase, ScriptConfigurati
483483
'cleanup_preference': {'key': 'cleanupPreference', 'type': 'str'},
484484
'provisioning_state': {'key': 'provisioningState', 'type': 'str'},
485485
'status': {'key': 'status', 'type': 'ScriptStatus'},
486-
'outputs': {'key': 'outputs', 'type': '{object}'},
486+
'outputs': {'key': 'outputs', 'type': '{str}'},
487487
'az_cli_version': {'key': 'azCliVersion', 'type': 'str'},
488488
}
489489

@@ -570,7 +570,7 @@ class AzurePowerShellScript(DeploymentScript):
570570
:ivar status: Contains the results of script execution.
571571
:vartype status: ~azure.mgmt.resource.deploymentscripts.v2019_10_01_preview.models.ScriptStatus
572572
:ivar outputs: List of script outputs.
573-
:vartype outputs: dict[str, object]
573+
:vartype outputs: dict[str, str]
574574
:param primary_script_uri: Uri for the script. This is the entry point for the external script.
575575
:type primary_script_uri: str
576576
:param supporting_script_uris: Supporting files for the external script.
@@ -627,7 +627,7 @@ class AzurePowerShellScript(DeploymentScript):
627627
'cleanup_preference': {'key': 'properties.cleanupPreference', 'type': 'str'},
628628
'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'},
629629
'status': {'key': 'properties.status', 'type': 'ScriptStatus'},
630-
'outputs': {'key': 'properties.outputs', 'type': '{object}'},
630+
'outputs': {'key': 'properties.outputs', 'type': '{str}'},
631631
'primary_script_uri': {'key': 'properties.primaryScriptUri', 'type': 'str'},
632632
'supporting_script_uris': {'key': 'properties.supportingScriptUris', 'type': '[str]'},
633633
'script_content': {'key': 'properties.scriptContent', 'type': 'str'},
@@ -726,7 +726,7 @@ class AzurePowerShellScriptProperties(DeploymentScriptPropertiesBase, ScriptConf
726726
:ivar status: Contains the results of script execution.
727727
:vartype status: ~azure.mgmt.resource.deploymentscripts.v2019_10_01_preview.models.ScriptStatus
728728
:ivar outputs: List of script outputs.
729-
:vartype outputs: dict[str, object]
729+
:vartype outputs: dict[str, str]
730730
:param az_power_shell_version: Required. Azure PowerShell module version to be used.
731731
:type az_power_shell_version: str
732732
"""
@@ -754,7 +754,7 @@ class AzurePowerShellScriptProperties(DeploymentScriptPropertiesBase, ScriptConf
754754
'cleanup_preference': {'key': 'cleanupPreference', 'type': 'str'},
755755
'provisioning_state': {'key': 'provisioningState', 'type': 'str'},
756756
'status': {'key': 'status', 'type': 'ScriptStatus'},
757-
'outputs': {'key': 'outputs', 'type': '{object}'},
757+
'outputs': {'key': 'outputs', 'type': '{str}'},
758758
'az_power_shell_version': {'key': 'azPowerShellVersion', 'type': 'str'},
759759
}
760760

@@ -965,7 +965,7 @@ class ErrorAdditionalInfo(msrest.serialization.Model):
965965
:ivar type: The additional info type.
966966
:vartype type: str
967967
:ivar info: The additional info.
968-
:vartype info: object
968+
:vartype info: str
969969
"""
970970

971971
_validation = {
@@ -975,7 +975,7 @@ class ErrorAdditionalInfo(msrest.serialization.Model):
975975

976976
_attribute_map = {
977977
'type': {'key': 'type', 'type': 'str'},
978-
'info': {'key': 'info', 'type': 'object'},
978+
'info': {'key': 'info', 'type': 'str'},
979979
}
980980

981981
def __init__(

sdk/resources/azure-mgmt-resource/azure/mgmt/resource/deploymentscripts/v2020_10_01/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "16.1.0"
9+
VERSION = "1.0.0b1"

sdk/resources/azure-mgmt-resource/azure/mgmt/resource/deploymentscripts/v2020_10_01/models/_models.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ class AzureCliScript(DeploymentScript):
159159
:ivar status: Contains the results of script execution.
160160
:vartype status: ~azure.mgmt.resource.deploymentscripts.v2020_10_01.models.ScriptStatus
161161
:ivar outputs: List of script outputs.
162-
:vartype outputs: dict[str, object]
162+
:vartype outputs: dict[str, str]
163163
:param primary_script_uri: Uri for the script. This is the entry point for the external script.
164164
:type primary_script_uri: str
165165
:param supporting_script_uris: Supporting files for the external script.
@@ -215,7 +215,7 @@ class AzureCliScript(DeploymentScript):
215215
'cleanup_preference': {'key': 'properties.cleanupPreference', 'type': 'str'},
216216
'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'},
217217
'status': {'key': 'properties.status', 'type': 'ScriptStatus'},
218-
'outputs': {'key': 'properties.outputs', 'type': '{object}'},
218+
'outputs': {'key': 'properties.outputs', 'type': '{str}'},
219219
'primary_script_uri': {'key': 'properties.primaryScriptUri', 'type': 'str'},
220220
'supporting_script_uris': {'key': 'properties.supportingScriptUris', 'type': '[str]'},
221221
'script_content': {'key': 'properties.scriptContent', 'type': 'str'},
@@ -334,7 +334,7 @@ class DeploymentScriptPropertiesBase(msrest.serialization.Model):
334334
:ivar status: Contains the results of script execution.
335335
:vartype status: ~azure.mgmt.resource.deploymentscripts.v2020_10_01.models.ScriptStatus
336336
:ivar outputs: List of script outputs.
337-
:vartype outputs: dict[str, object]
337+
:vartype outputs: dict[str, str]
338338
"""
339339

340340
_validation = {
@@ -349,7 +349,7 @@ class DeploymentScriptPropertiesBase(msrest.serialization.Model):
349349
'cleanup_preference': {'key': 'cleanupPreference', 'type': 'str'},
350350
'provisioning_state': {'key': 'provisioningState', 'type': 'str'},
351351
'status': {'key': 'status', 'type': 'ScriptStatus'},
352-
'outputs': {'key': 'outputs', 'type': '{object}'},
352+
'outputs': {'key': 'outputs', 'type': '{str}'},
353353
}
354354

355355
def __init__(
@@ -413,7 +413,7 @@ class AzureCliScriptProperties(DeploymentScriptPropertiesBase, ScriptConfigurati
413413
:ivar status: Contains the results of script execution.
414414
:vartype status: ~azure.mgmt.resource.deploymentscripts.v2020_10_01.models.ScriptStatus
415415
:ivar outputs: List of script outputs.
416-
:vartype outputs: dict[str, object]
416+
:vartype outputs: dict[str, str]
417417
:param az_cli_version: Required. Azure CLI module version to be used.
418418
:type az_cli_version: str
419419
"""
@@ -441,7 +441,7 @@ class AzureCliScriptProperties(DeploymentScriptPropertiesBase, ScriptConfigurati
441441
'cleanup_preference': {'key': 'cleanupPreference', 'type': 'str'},
442442
'provisioning_state': {'key': 'provisioningState', 'type': 'str'},
443443
'status': {'key': 'status', 'type': 'ScriptStatus'},
444-
'outputs': {'key': 'outputs', 'type': '{object}'},
444+
'outputs': {'key': 'outputs', 'type': '{str}'},
445445
'az_cli_version': {'key': 'azCliVersion', 'type': 'str'},
446446
}
447447

@@ -514,7 +514,7 @@ class AzurePowerShellScript(DeploymentScript):
514514
:ivar status: Contains the results of script execution.
515515
:vartype status: ~azure.mgmt.resource.deploymentscripts.v2020_10_01.models.ScriptStatus
516516
:ivar outputs: List of script outputs.
517-
:vartype outputs: dict[str, object]
517+
:vartype outputs: dict[str, str]
518518
:param primary_script_uri: Uri for the script. This is the entry point for the external script.
519519
:type primary_script_uri: str
520520
:param supporting_script_uris: Supporting files for the external script.
@@ -570,7 +570,7 @@ class AzurePowerShellScript(DeploymentScript):
570570
'cleanup_preference': {'key': 'properties.cleanupPreference', 'type': 'str'},
571571
'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'},
572572
'status': {'key': 'properties.status', 'type': 'ScriptStatus'},
573-
'outputs': {'key': 'properties.outputs', 'type': '{object}'},
573+
'outputs': {'key': 'properties.outputs', 'type': '{str}'},
574574
'primary_script_uri': {'key': 'properties.primaryScriptUri', 'type': 'str'},
575575
'supporting_script_uris': {'key': 'properties.supportingScriptUris', 'type': '[str]'},
576576
'script_content': {'key': 'properties.scriptContent', 'type': 'str'},
@@ -653,7 +653,7 @@ class AzurePowerShellScriptProperties(DeploymentScriptPropertiesBase, ScriptConf
653653
:ivar status: Contains the results of script execution.
654654
:vartype status: ~azure.mgmt.resource.deploymentscripts.v2020_10_01.models.ScriptStatus
655655
:ivar outputs: List of script outputs.
656-
:vartype outputs: dict[str, object]
656+
:vartype outputs: dict[str, str]
657657
:param az_power_shell_version: Required. Azure PowerShell module version to be used.
658658
:type az_power_shell_version: str
659659
"""
@@ -681,7 +681,7 @@ class AzurePowerShellScriptProperties(DeploymentScriptPropertiesBase, ScriptConf
681681
'cleanup_preference': {'key': 'cleanupPreference', 'type': 'str'},
682682
'provisioning_state': {'key': 'provisioningState', 'type': 'str'},
683683
'status': {'key': 'status', 'type': 'ScriptStatus'},
684-
'outputs': {'key': 'outputs', 'type': '{object}'},
684+
'outputs': {'key': 'outputs', 'type': '{str}'},
685685
'az_power_shell_version': {'key': 'azPowerShellVersion', 'type': 'str'},
686686
}
687687

@@ -866,7 +866,7 @@ class ErrorAdditionalInfo(msrest.serialization.Model):
866866
:ivar type: The additional info type.
867867
:vartype type: str
868868
:ivar info: The additional info.
869-
:vartype info: object
869+
:vartype info: str
870870
"""
871871

872872
_validation = {
@@ -876,7 +876,7 @@ class ErrorAdditionalInfo(msrest.serialization.Model):
876876

877877
_attribute_map = {
878878
'type': {'key': 'type', 'type': 'str'},
879-
'info': {'key': 'info', 'type': 'object'},
879+
'info': {'key': 'info', 'type': 'str'},
880880
}
881881

882882
def __init__(

0 commit comments

Comments
 (0)