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 13666 in Azure/azure-rest-api-specs
fix python track2 generation (Azure#13666)
- Loading branch information
SDKAuto
committed
Mar 26, 2021
1 parent
0caa4ba
commit 7a514dd
Showing
16 changed files
with
287 additions
and
192 deletions.
There are no files selected for viewing
80 changes: 80 additions & 0 deletions
80
sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/_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,80 @@ | ||
{ | ||
"chosen_version": "2020-08-01", | ||
"total_api_version_list": ["2020-08-01"], | ||
"client": { | ||
"name": "LogAnalyticsManagementClient", | ||
"filename": "_log_analytics_management_client", | ||
"description": "Operational Insights Client.", | ||
"base_url": "\u0027https://management.azure.com\u0027", | ||
"custom_base_url": null, | ||
"azure_arm": true, | ||
"has_lro_operations": true, | ||
"client_side_validation": false | ||
}, | ||
"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": "The ID of the target subscription.", | ||
"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": "The ID of the target subscription.", | ||
"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": { | ||
"data_exports": "DataExportsOperations", | ||
"data_sources": "DataSourcesOperations", | ||
"intelligence_packs": "IntelligencePacksOperations", | ||
"linked_services": "LinkedServicesOperations", | ||
"linked_storage_accounts": "LinkedStorageAccountsOperations", | ||
"management_groups": "ManagementGroupsOperations", | ||
"operations": "Operations", | ||
"operation_statuses": "OperationStatusesOperations", | ||
"shared_keys": "SharedKeysOperations", | ||
"usages": "UsagesOperations", | ||
"workspaces": "WorkspacesOperations", | ||
"deleted_workspaces": "DeletedWorkspacesOperations", | ||
"clusters": "ClustersOperations", | ||
"storage_insight_configs": "StorageInsightConfigsOperations", | ||
"saved_searches": "SavedSearchesOperations", | ||
"available_service_tiers": "AvailableServiceTiersOperations", | ||
"gateways": "GatewaysOperations", | ||
"schema": "SchemaOperations", | ||
"workspace_purge": "WorkspacePurgeOperations", | ||
"tables": "TablesOperations" | ||
}, | ||
"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
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
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
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
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
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
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
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.