Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DFD - Agentless GA api changes #32706

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update devops json
  • Loading branch information
neelindap committed Feb 21, 2025
commit 1133871ede869b89755821019e5ff66200dfb3c9
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check notice on line 1 in specification/security/resource-manager/Microsoft.Security/stable/2025-03-01/securityConnectorsDevOps.json

View workflow job for this annotation

GitHub Actions / TypeSpec Requirement

Brownfield services will soon be required to convert from OpenAPI to TypeSpec. See https://aka.ms/azsdk/typespec.
"swagger": "2.0",
"info": {
"title": "Microsoft.Security",
Expand Down Expand Up @@ -879,6 +879,9 @@
},
"Get_DevOpsConfigurations_WithCapabilities": {
"$ref": "./examples/SecurityConnectorsDevOps/GetDevOpsConfigurationsWithCapabilities_example.json"
},
"Get_DevOpsConfigurations_WithAgentlessConfigurations": {
"$ref": "./examples/SecurityConnectorsDevOps/GetDevOpsConfigurationsWithAgentlessConfigurations_example.json"
}
}
},
Expand Down Expand Up @@ -956,6 +959,9 @@
},
"CreateOrUpdate_DevOpsConfigurations_OnboardSelected": {
"$ref": "./examples/SecurityConnectorsDevOps/CreateOrUpdateDevOpsConfigurationsOnboardSelected_example.json"
},
"CreateOrUpdate_DevOpsConfigurations_WithAgentlessConfigurations": {
"$ref": "./examples/SecurityConnectorsDevOps/CreateOrUpdateDevOpsConfigurationsWithAgentlessConfigurations_example.json"
}
}
},
Expand Down Expand Up @@ -1714,11 +1720,7 @@
}
},
"inventoryListType": {
"description": "Gets or sets the inventory list kind for inclusion or exclusion from Agentless.",
"type": "object",
"additionalProperties": {
"$ref": "#/definitions/InventoryListKind"
}
"$ref": "#/definitions/InventoryListKind"
},
"inventoryList": {
"description": "Gets or sets the inventory list for inclusion or exclusion from Agentless.\r\nWill be ignored if agentless auto-discovery is enabled.",
Expand Down Expand Up @@ -2162,11 +2164,7 @@
"readOnly": true
},
"agentlessConfiguration": {
"description": "Optional Agentless configuration for the connector.",
"type": "object",
"additionalProperties": {
"$ref": "#/definitions/AgentlessConfiguration"
}
"$ref": "#/definitions/AgentlessConfiguration"
}
}
},
Expand Down