@@ -80,6 +80,7 @@ def test_method_create_with_all_params(self, client: Runloop) -> None:
8080 },
8181 },
8282 "network_policy_id" : "network_policy_id" ,
83+ "provisioning_tier" : "standard" ,
8384 "required_services" : ["string" ],
8485 "resource_size_request" : "X_SMALL" ,
8586 "user_parameters" : {
@@ -309,6 +310,7 @@ def test_method_create_from_inspection_with_all_params(self, client: Runloop) ->
309310 },
310311 },
311312 "network_policy_id" : "network_policy_id" ,
313+ "provisioning_tier" : "standard" ,
312314 "required_services" : ["string" ],
313315 "resource_size_request" : "X_SMALL" ,
314316 "user_parameters" : {
@@ -482,6 +484,7 @@ def test_method_preview_with_all_params(self, client: Runloop) -> None:
482484 },
483485 },
484486 "network_policy_id" : "network_policy_id" ,
487+ "provisioning_tier" : "standard" ,
485488 "required_services" : ["string" ],
486489 "resource_size_request" : "X_SMALL" ,
487490 "user_parameters" : {
@@ -598,6 +601,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncRunloop) -
598601 },
599602 },
600603 "network_policy_id" : "network_policy_id" ,
604+ "provisioning_tier" : "standard" ,
601605 "required_services" : ["string" ],
602606 "resource_size_request" : "X_SMALL" ,
603607 "user_parameters" : {
@@ -827,6 +831,7 @@ async def test_method_create_from_inspection_with_all_params(self, async_client:
827831 },
828832 },
829833 "network_policy_id" : "network_policy_id" ,
834+ "provisioning_tier" : "standard" ,
830835 "required_services" : ["string" ],
831836 "resource_size_request" : "X_SMALL" ,
832837 "user_parameters" : {
@@ -1000,6 +1005,7 @@ async def test_method_preview_with_all_params(self, async_client: AsyncRunloop)
10001005 },
10011006 },
10021007 "network_policy_id" : "network_policy_id" ,
1008+ "provisioning_tier" : "standard" ,
10031009 "required_services" : ["string" ],
10041010 "resource_size_request" : "X_SMALL" ,
10051011 "user_parameters" : {
0 commit comments