Skip to content

Commit

Permalink
CodeGen from PR 13575 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
frontdoor readme t2 config (Azure#13575)

* wrong opr

* delete unexpected modification

* frontdoor readme t2 config

* readme.python version del

* frontdoor clear-output-folder del

* forntdoor readme.pythong package-version add
  • Loading branch information
SDKAuto committed Mar 26, 2021
1 parent a8d5d45 commit 2b75c37
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def __init__(

client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)}
self._serialize = Serializer(client_models)
self._serialize.client_side_validation = False
self._deserialize = Deserializer(client_models)

self.network_experiment_profiles = NetworkExperimentProfilesOperations(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"custom_base_url": null,
"azure_arm": true,
"has_lro_operations": true,
"client_side_validation": true
"client_side_validation": false
},
"global_parameters": {
"sync": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "1.0.0b1"
VERSION = "0.1.0"
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def __init__(

client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)}
self._serialize = Serializer(client_models)
self._serialize.client_side_validation = False
self._deserialize = Deserializer(client_models)

self.network_experiment_profiles = NetworkExperimentProfilesOperations(
Expand Down

0 comments on commit 2b75c37

Please sign in to comment.