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 15390 in Azure/azure-rest-api-specs
Merge 49fa4afc79bdb7f42e5ae4f2668ed8629f18979f into 74dbcfe
- Loading branch information
SDKAuto
committed
Jul 29, 2021
1 parent
8228131
commit eb91895
Showing
86 changed files
with
5,807 additions
and
2,693 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
include _meta.json | ||
recursive-include tests *.py *.yaml | ||
include *.md | ||
include azure/__init__.py | ||
|
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,11 @@ | ||
{ | ||
"autorest": "3.4.5", | ||
"use": [ | ||
"@autorest/[email protected]", | ||
"@autorest/[email protected]" | ||
], | ||
"commit": "97b0fe13e7219d5c3c97ebcbe86530d334bb6d8a", | ||
"repository_url": "https://github.com/Azure/azure-rest-api-specs", | ||
"autorest_command": "autorest specification/security/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk --track2 --use=@autorest/[email protected] --use=@autorest/[email protected] --version=3.4.5", | ||
"readme": "specification/security/resource-manager/readme.md" | ||
} |
170 changes: 170 additions & 0 deletions
170
sdk/security/azure-mgmt-security/azure/mgmt/security/_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,170 @@ | ||
{ | ||
"chosen_version": "", | ||
"total_api_version_list": ["2015-06-01-preview", "2017-08-01", "2017-08-01-preview", "2018-06-01", "2019-01-01", "2019-01-01-preview", "2019-08-01", "2020-01-01", "2020-01-01-preview", "2020-07-01-preview", "2020-08-06-preview", "2021-01-01", "2021-01-15-preview", "2021-05-01-preview", "2021-06-01"], | ||
"client": { | ||
"name": "SecurityCenter", | ||
"filename": "_security_center", | ||
"description": "API spec for Microsoft.Security (Azure Security Center) resource provider.", | ||
"base_url": "\u0027https://management.azure.com\u0027", | ||
"custom_base_url": null, | ||
"azure_arm": true, | ||
"has_lro_operations": true, | ||
"client_side_validation": false, | ||
"sync_imports": "{\"typing\": {\"azurecore\": {\"azure.core.credentials\": [\"TokenCredential\"]}}, \"regular\": {\"azurecore\": {\"azure.profiles\": [\"KnownProfiles\", \"ProfileDefinition\"], \"azure.profiles.multiapiclient\": [\"MultiApiClientMixin\"], \"msrest\": [\"Deserializer\", \"Serializer\"], \"azure.mgmt.core\": [\"ARMPipelineClient\"]}, \"local\": {\"._configuration\": [\"SecurityCenterConfiguration\"]}}, \"conditional\": {\"stdlib\": {\"typing\": [\"Any\", \"Optional\"]}, \"azurecore\": {\"azure.core.pipeline.transport\": [\"HttpRequest\", \"HttpResponse\"]}}}", | ||
"async_imports": "{\"typing\": {\"azurecore\": {\"azure.core.credentials_async\": [\"AsyncTokenCredential\"]}}, \"regular\": {\"azurecore\": {\"azure.profiles\": [\"KnownProfiles\", \"ProfileDefinition\"], \"azure.profiles.multiapiclient\": [\"MultiApiClientMixin\"], \"msrest\": [\"Deserializer\", \"Serializer\"], \"azure.mgmt.core\": [\"AsyncARMPipelineClient\"]}, \"local\": {\"._configuration\": [\"SecurityCenterConfiguration\"]}}, \"conditional\": {\"stdlib\": {\"typing\": [\"Any\", \"Optional\"]}, \"azurecore\": {\"azure.core.pipeline.transport\": [\"AsyncHttpResponse\", \"HttpRequest\"]}}}" | ||
}, | ||
"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": "Azure subscription ID.", | ||
"docstring_type": "str", | ||
"required": true | ||
}, | ||
"asc_location": { | ||
"signature": "asc_location, # type: str", | ||
"description": "The location where ASC stores the data of the subscription. can be retrieved from Get locations.", | ||
"docstring_type": "str", | ||
"required": true | ||
} | ||
}, | ||
"async": { | ||
"credential": { | ||
"signature": "credential: \"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: str,", | ||
"description": "Azure subscription ID.", | ||
"docstring_type": "str", | ||
"required": true | ||
}, | ||
"asc_location": { | ||
"signature": "asc_location: str,", | ||
"description": "The location where ASC stores the data of the subscription. can be retrieved from Get locations.", | ||
"docstring_type": "str", | ||
"required": true | ||
} | ||
}, | ||
"constant": { | ||
}, | ||
"call": "credential, subscription_id, asc_location", | ||
"service_client_specific": { | ||
"sync": { | ||
"api_version": { | ||
"signature": "api_version=None, # type: Optional[str]", | ||
"description": "API version to use if no profile is provided, or if missing in profile.", | ||
"docstring_type": "str", | ||
"required": false | ||
}, | ||
"base_url": { | ||
"signature": "base_url=None, # type: Optional[str]", | ||
"description": "Service URL", | ||
"docstring_type": "str", | ||
"required": false | ||
}, | ||
"profile": { | ||
"signature": "profile=KnownProfiles.default, # type: KnownProfiles", | ||
"description": "A profile definition, from KnownProfiles to dict.", | ||
"docstring_type": "azure.profiles.KnownProfiles", | ||
"required": false | ||
} | ||
}, | ||
"async": { | ||
"api_version": { | ||
"signature": "api_version: Optional[str] = None,", | ||
"description": "API version to use if no profile is provided, or if missing in profile.", | ||
"docstring_type": "str", | ||
"required": false | ||
}, | ||
"base_url": { | ||
"signature": "base_url: Optional[str] = None,", | ||
"description": "Service URL", | ||
"docstring_type": "str", | ||
"required": false | ||
}, | ||
"profile": { | ||
"signature": "profile: KnownProfiles = KnownProfiles.default,", | ||
"description": "A profile definition, from KnownProfiles to dict.", | ||
"docstring_type": "azure.profiles.KnownProfiles", | ||
"required": false | ||
} | ||
} | ||
} | ||
}, | ||
"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, | ||
"sync_imports": "{\"regular\": {\"azurecore\": {\"azure.core.configuration\": [\"Configuration\"], \"azure.core.pipeline\": [\"policies\"], \"azure.mgmt.core.policies\": [\"ARMHttpLoggingPolicy\"]}, \"local\": {\"._version\": [\"VERSION\"]}}, \"conditional\": {\"stdlib\": {\"typing\": [\"Any\"]}}, \"typing\": {\"azurecore\": {\"azure.core.credentials\": [\"TokenCredential\"]}}}", | ||
"async_imports": "{\"regular\": {\"azurecore\": {\"azure.core.configuration\": [\"Configuration\"], \"azure.core.pipeline\": [\"policies\"], \"azure.mgmt.core.policies\": [\"ARMHttpLoggingPolicy\"]}, \"local\": {\".._version\": [\"VERSION\"]}}, \"conditional\": {\"stdlib\": {\"typing\": [\"Any\"]}}, \"typing\": {\"azurecore\": {\"azure.core.credentials_async\": [\"AsyncTokenCredential\"]}}}" | ||
}, | ||
"operation_groups": { | ||
"compliance_results": "ComplianceResultsOperations", | ||
"pricings": "PricingsOperations", | ||
"advanced_threat_protection": "AdvancedThreatProtectionOperations", | ||
"device_security_groups": "DeviceSecurityGroupsOperations", | ||
"iot_security_solution": "IotSecuritySolutionOperations", | ||
"iot_security_solution_analytics": "IotSecuritySolutionAnalyticsOperations", | ||
"iot_security_solutions_analytics_aggregated_alert": "IotSecuritySolutionsAnalyticsAggregatedAlertOperations", | ||
"iot_security_solutions_analytics_recommendation": "IotSecuritySolutionsAnalyticsRecommendationOperations", | ||
"locations": "LocationsOperations", | ||
"operations": "Operations", | ||
"tasks": "TasksOperations", | ||
"auto_provisioning_settings": "AutoProvisioningSettingsOperations", | ||
"compliances": "CompliancesOperations", | ||
"information_protection_policies": "InformationProtectionPoliciesOperations", | ||
"security_contacts": "SecurityContactsOperations", | ||
"workspace_settings": "WorkspaceSettingsOperations", | ||
"regulatory_compliance_standards": "RegulatoryComplianceStandardsOperations", | ||
"regulatory_compliance_controls": "RegulatoryComplianceControlsOperations", | ||
"regulatory_compliance_assessments": "RegulatoryComplianceAssessmentsOperations", | ||
"sub_assessments": "SubAssessmentsOperations", | ||
"automations": "AutomationsOperations", | ||
"alerts_suppression_rules": "AlertsSuppressionRulesOperations", | ||
"server_vulnerability_assessment": "ServerVulnerabilityAssessmentOperations", | ||
"assessments_metadata": "AssessmentsMetadataOperations", | ||
"assessments": "AssessmentsOperations", | ||
"adaptive_application_controls": "AdaptiveApplicationControlsOperations", | ||
"adaptive_network_hardenings": "AdaptiveNetworkHardeningsOperations", | ||
"allowed_connections": "AllowedConnectionsOperations", | ||
"topology": "TopologyOperations", | ||
"jit_network_access_policies": "JitNetworkAccessPoliciesOperations", | ||
"discovered_security_solutions": "DiscoveredSecuritySolutionsOperations", | ||
"security_solutions_reference_data": "SecuritySolutionsReferenceDataOperations", | ||
"external_security_solutions": "ExternalSecuritySolutionsOperations", | ||
"secure_scores": "SecureScoresOperations", | ||
"secure_score_controls": "SecureScoreControlsOperations", | ||
"secure_score_control_definitions": "SecureScoreControlDefinitionsOperations", | ||
"security_solutions": "SecuritySolutionsOperations", | ||
"connectors": "ConnectorsOperations", | ||
"sql_vulnerability_assessment_scans": "SqlVulnerabilityAssessmentScansOperations", | ||
"sql_vulnerability_assessment_scan_results": "SqlVulnerabilityAssessmentScanResultsOperations", | ||
"sql_vulnerability_assessment_baseline_rules": "SqlVulnerabilityAssessmentBaselineRulesOperations", | ||
"iot_defender_settings": "IotDefenderSettingsOperations", | ||
"iot_sensors": "IotSensorsOperations", | ||
"devices_for_subscription": "DevicesForSubscriptionOperations", | ||
"devices_for_hub": "DevicesForHubOperations", | ||
"device": "DeviceOperations", | ||
"on_premise_iot_sensors": "OnPremiseIotSensorsOperations", | ||
"iot_sites": "IotSitesOperations", | ||
"iot_alerts": "IotAlertsOperations", | ||
"iot_alert_types": "IotAlertTypesOperations", | ||
"iot_recommendations": "IotRecommendationsOperations", | ||
"iot_recommendation_types": "IotRecommendationTypesOperations", | ||
"alerts": "AlertsOperations", | ||
"settings": "SettingsOperations", | ||
"ingestion_settings": "IngestionSettingsOperations", | ||
"software_inventories": "SoftwareInventoriesOperations" | ||
} | ||
} |
Oops, something went wrong.