forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeGen from PR 13502 in Azure/azure-rest-api-specs
Merge 7411406f6986b210312a6a9b9475bf95b1db2c4a into 2807478
- Loading branch information
SDKAuto
committed
Mar 18, 2021
1 parent
af066bb
commit c96dece
Showing
74 changed files
with
2,431 additions
and
369 deletions.
There are no files selected for viewing
126 changes: 68 additions & 58 deletions
126
sdk/automation/azure-mgmt-automation/azure/mgmt/automation/_automation_client.py
Large diffs are not rendered by default.
Oops, something went wrong.
103 changes: 103 additions & 0 deletions
103
sdk/automation/azure-mgmt-automation/azure/mgmt/automation/_metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
{ | ||
"chosen_version": "", | ||
"total_api_version_list": ["2015-10-31", "2019-06-01", "2020-01-13-preview"], | ||
"client": { | ||
"name": "AutomationClient", | ||
"filename": "_automation_client", | ||
"description": "Automation Client.", | ||
"base_url": "\u0027https://management.azure.com\u0027", | ||
"custom_base_url": null, | ||
"azure_arm": true, | ||
"has_lro_operations": true, | ||
"client_side_validation": true | ||
}, | ||
"global_parameters": { | ||
"sync": { | ||
"credential": { | ||
"signature": "credential, # type: \"TokenCredential\"", | ||
"description": "Credential needed for the client to connect to Azure.", | ||
"docstring_type": "~azure.core.credentials.TokenCredential", | ||
"required": true | ||
}, | ||
"subscription_id": { | ||
"signature": "subscription_id, # type: str", | ||
"description": "Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.", | ||
"docstring_type": "str", | ||
"required": true | ||
} | ||
}, | ||
"async": { | ||
"credential": { | ||
"signature": "credential, # type: \"AsyncTokenCredential\"", | ||
"description": "Credential needed for the client to connect to Azure.", | ||
"docstring_type": "~azure.core.credentials_async.AsyncTokenCredential", | ||
"required": true | ||
}, | ||
"subscription_id": { | ||
"signature": "subscription_id, # type: str", | ||
"description": "Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.", | ||
"docstring_type": "str", | ||
"required": true | ||
} | ||
}, | ||
"constant": { | ||
}, | ||
"call": "credential, subscription_id" | ||
}, | ||
"config": { | ||
"credential": true, | ||
"credential_scopes": ["https://management.azure.com/.default"], | ||
"credential_default_policy_type": "BearerTokenCredentialPolicy", | ||
"credential_default_policy_type_has_async_version": true, | ||
"credential_key_header_name": null | ||
}, | ||
"operation_groups": { | ||
"private_endpoint_connections": "PrivateEndpointConnectionsOperations", | ||
"private_link_resources": "PrivateLinkResourcesOperations", | ||
"python2_package": "Python2PackageOperations", | ||
"agent_registration_information": "AgentRegistrationInformationOperations", | ||
"dsc_node": "DscNodeOperations", | ||
"node_reports": "NodeReportsOperations", | ||
"dsc_node_configuration": "DscNodeConfigurationOperations", | ||
"dsc_compilation_job": "DscCompilationJobOperations", | ||
"dsc_compilation_job_stream": "DscCompilationJobStreamOperations", | ||
"node_count_information": "NodeCountInformationOperations", | ||
"source_control": "SourceControlOperations", | ||
"source_control_sync_job": "SourceControlSyncJobOperations", | ||
"source_control_sync_job_streams": "SourceControlSyncJobStreamsOperations", | ||
"automation_account": "AutomationAccountOperations", | ||
"statistics": "StatisticsOperations", | ||
"usages": "UsagesOperations", | ||
"keys": "KeysOperations", | ||
"certificate": "CertificateOperations", | ||
"connection": "ConnectionOperations", | ||
"connection_type": "ConnectionTypeOperations", | ||
"credential": "CredentialOperations", | ||
"hybrid_runbook_worker_group": "HybridRunbookWorkerGroupOperations", | ||
"job_schedule": "JobScheduleOperations", | ||
"linked_workspace": "LinkedWorkspaceOperations", | ||
"activity": "ActivityOperations", | ||
"module": "ModuleOperations", | ||
"object_data_types": "ObjectDataTypesOperations", | ||
"fields": "FieldsOperations", | ||
"schedule": "ScheduleOperations", | ||
"variable": "VariableOperations", | ||
"watcher": "WatcherOperations", | ||
"software_update_configurations": "SoftwareUpdateConfigurationsOperations", | ||
"dsc_configuration": "DscConfigurationOperations", | ||
"job": "JobOperations", | ||
"job_stream": "JobStreamOperations", | ||
"operations": "Operations", | ||
"runbook_draft": "RunbookDraftOperations", | ||
"runbook": "RunbookOperations", | ||
"test_job_streams": "TestJobStreamsOperations", | ||
"test_job": "TestJobOperations", | ||
"software_update_configuration_runs": "SoftwareUpdateConfigurationRunsOperations", | ||
"software_update_configuration_machine_runs": "SoftwareUpdateConfigurationMachineRunsOperations", | ||
"webhook": "WebhookOperations" | ||
}, | ||
"operation_mixins": { | ||
}, | ||
"sync_imports": "None", | ||
"async_imports": "None" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.