Skip to content

Commit 0605449

Browse files
author
SDKAuto
committed
CodeGen from PR 15851 in Azure/azure-rest-api-specs
Merge 7b5a7580979c8a0cd4daa78e386bd1e9551b4496 into f9e4843
1 parent fac427d commit 0605449

File tree

129 files changed

+13002
-164
lines changed

Some content is hidden

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

129 files changed

+13002
-164
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@autorest/[email protected]",
55
"@autorest/[email protected]"
66
],
7-
"commit": "19707b7e63b29c7b89335f832a4eea104c64aebf",
7+
"commit": "a04315fbb8c33812494742e2fd90c4dcc76ab3ed",
88
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
99
"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/[email protected] --use=@autorest/[email protected] --version=3.4.5",
1010
"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 = "19.0.0"
9+
VERSION = "1.0.0b1"

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 = "19.0.0"
9+
VERSION = "1.0.0b1"

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ class AzureCliScript(DeploymentScript):
196196
'provisioning_state': {'readonly': True},
197197
'status': {'readonly': True},
198198
'outputs': {'readonly': True},
199-
'script_content': {'max_length': 32000, 'min_length': 0},
200199
'retention_interval': {'required': True},
201200
'az_cli_version': {'required': True},
202201
}
@@ -280,7 +279,6 @@ class ScriptConfigurationBase(msrest.serialization.Model):
280279
"""
281280

282281
_validation = {
283-
'script_content': {'max_length': 32000, 'min_length': 0},
284282
'retention_interval': {'required': True},
285283
}
286284

@@ -419,7 +417,6 @@ class AzureCliScriptProperties(DeploymentScriptPropertiesBase, ScriptConfigurati
419417
"""
420418

421419
_validation = {
422-
'script_content': {'max_length': 32000, 'min_length': 0},
423420
'retention_interval': {'required': True},
424421
'provisioning_state': {'readonly': True},
425422
'status': {'readonly': True},
@@ -551,7 +548,6 @@ class AzurePowerShellScript(DeploymentScript):
551548
'provisioning_state': {'readonly': True},
552549
'status': {'readonly': True},
553550
'outputs': {'readonly': True},
554-
'script_content': {'max_length': 32000, 'min_length': 0},
555551
'retention_interval': {'required': True},
556552
'az_power_shell_version': {'required': True},
557553
}
@@ -659,7 +655,6 @@ class AzurePowerShellScriptProperties(DeploymentScriptPropertiesBase, ScriptConf
659655
"""
660656

661657
_validation = {
662-
'script_content': {'max_length': 32000, 'min_length': 0},
663658
'retention_interval': {'required': True},
664659
'provisioning_state': {'readonly': True},
665660
'status': {'readonly': True},

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ class AzureCliScript(DeploymentScript):
205205
'provisioning_state': {'readonly': True},
206206
'status': {'readonly': True},
207207
'outputs': {'readonly': True},
208-
'script_content': {'max_length': 32000, 'min_length': 0},
209208
'retention_interval': {'required': True},
210209
'az_cli_version': {'required': True},
211210
}
@@ -305,7 +304,6 @@ class ScriptConfigurationBase(msrest.serialization.Model):
305304
"""
306305

307306
_validation = {
308-
'script_content': {'max_length': 32000, 'min_length': 0},
309307
'retention_interval': {'required': True},
310308
}
311309

@@ -457,7 +455,6 @@ class AzureCliScriptProperties(DeploymentScriptPropertiesBase, ScriptConfigurati
457455
"""
458456

459457
_validation = {
460-
'script_content': {'max_length': 32000, 'min_length': 0},
461458
'retention_interval': {'required': True},
462459
'provisioning_state': {'readonly': True},
463460
'status': {'readonly': True},
@@ -602,7 +599,6 @@ class AzurePowerShellScript(DeploymentScript):
602599
'provisioning_state': {'readonly': True},
603600
'status': {'readonly': True},
604601
'outputs': {'readonly': True},
605-
'script_content': {'max_length': 32000, 'min_length': 0},
606602
'retention_interval': {'required': True},
607603
'az_power_shell_version': {'required': True},
608604
}
@@ -726,7 +722,6 @@ class AzurePowerShellScriptProperties(DeploymentScriptPropertiesBase, ScriptConf
726722
"""
727723

728724
_validation = {
729-
'script_content': {'max_length': 32000, 'min_length': 0},
730725
'retention_interval': {'required': True},
731726
'provisioning_state': {'readonly': True},
732727
'status': {'readonly': True},

sdk/resources/azure-mgmt-resource/azure/mgmt/resource/features/v2015_12_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 = "19.0.0"
9+
VERSION = "1.0.0b1"

sdk/resources/azure-mgmt-resource/azure/mgmt/resource/features/v2021_07_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 = "19.0.0"
9+
VERSION = "1.0.0b1"

sdk/resources/azure-mgmt-resource/azure/mgmt/resource/links/v2016_09_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 = "19.0.0"
9+
VERSION = "1.0.0b1"

sdk/resources/azure-mgmt-resource/azure/mgmt/resource/locks/v2015_01_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 = "19.0.0"
9+
VERSION = "1.0.0b1"

sdk/resources/azure-mgmt-resource/azure/mgmt/resource/locks/v2016_09_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 = "19.0.0"
9+
VERSION = "1.0.0b1"

0 commit comments

Comments
 (0)