|
8 | 8 | "base_url": "\u0027https://management.azure.com\u0027", |
9 | 9 | "custom_base_url": null, |
10 | 10 | "azure_arm": true, |
11 | | - "has_lro_operations": true |
| 11 | + "has_lro_operations": true, |
| 12 | + "client_side_validation": true |
12 | 13 | }, |
13 | 14 | "global_parameters": { |
14 | | - "sync_method": { |
| 15 | + "sync": { |
15 | 16 | "credential": { |
16 | | - "method_signature": "credential, # type: \"TokenCredential\"", |
| 17 | + "signature": "credential, # type: \"TokenCredential\"", |
17 | 18 | "description": "Credential needed for the client to connect to Azure.", |
18 | 19 | "docstring_type": "~azure.core.credentials.TokenCredential", |
19 | 20 | "required": true |
20 | 21 | }, |
21 | 22 | "subscription_id": { |
22 | | - "method_signature": "subscription_id, # type: str", |
| 23 | + "signature": "subscription_id, # type: str", |
23 | 24 | "description": "Microsoft Azure subscription id.", |
24 | 25 | "docstring_type": "str", |
25 | 26 | "required": true |
26 | 27 | } |
27 | 28 | }, |
28 | | - "async_method": { |
| 29 | + "async": { |
29 | 30 | "credential": { |
30 | | - "method_signature": "credential, # type: \"AsyncTokenCredential\"", |
| 31 | + "signature": "credential, # type: \"AsyncTokenCredential\"", |
31 | 32 | "description": "Credential needed for the client to connect to Azure.", |
32 | 33 | "docstring_type": "~azure.core.credentials_async.AsyncTokenCredential", |
33 | 34 | "required": true |
34 | 35 | }, |
35 | 36 | "subscription_id": { |
36 | | - "method_signature": "subscription_id, # type: str", |
| 37 | + "signature": "subscription_id, # type: str", |
37 | 38 | "description": "Microsoft Azure subscription id.", |
38 | 39 | "docstring_type": "str", |
39 | 40 | "required": true |
|
0 commit comments