Skip to content

Commit

Permalink
multi-cloud connector in azure security center (#9429)
Browse files Browse the repository at this point in the history
* aws connector in asc including API and examples - draft 1

* adding 'state' to the connector

* when deleting aws connector that is not exist, return 404

* Updating connector is in put

* aws connector status updated to enum

* deleting post option in aws connector

* aws connector adding state to the example files

* adding description to aws connector

* Renaming awsConnectors to connectors

* renaming example files to connector without aws

* aws dropped from the connector and adding connector type

* update examples of connector based in the new schema

* adding proxy to arc onboarding

* updating example files

* fixing typo

* fixing arc to hybridComputeAutoProvision

* update connectors.json (#1)

* fixing file structure

* updating examples

* fixing connectorType to authenticationType

* adding another block of properites

* making two parts in the connector settings

* updating required fields

* Adding permission list

* fixing error

* changing name object

* fixing permission name

* adding all service principal fields

* update documentation of app serivce secret

* creating examples

* location changed to region

* create example changed to createupdate

* moving account id insode the connection object

* remove name fields in hybrid compute

* Adding base for aws onboarding

* two put and update examples

* fixing examples based new body

* fixing connector name

* fixing aws connctor example

* fixing readme and link to example file

* adding correct example file

* fixin example extension

* fixing discriminator

* provisioningState is required prop

* fixing link in readme file

* fixing typo in connectorName

* fixing provisioningState

* fixin authenticationType to authenticationType

* removing readonly fields from examples

* fixing credential fields

* remove id from create

* run Prettier on the files

* running prettier

* create two different x-ms-enum

* update examples of connectors

* update readme file

* removing custom from secure score

* fifixng enum permission prop

* fixing extra space in readme

* Adding gcp connector

* adding gcp example

* update example of get list

* fixing name

* running prettier

* fixing errors of build

* removing null values from examples

* taking secureScore.json new file

* all secret fields marked as format password

* remove required fields

* Adding relavent required fields

* remove password format

* writeonly fields are returned with <empty> value

* fixing gcp connector fields

* fixing delete response

* fiximng examples to return empty string on writeonly fields

* fixing delete response in the example

* change structure of authentication

* fixing inheretence in aws

* fixing structure of cred in aws and gcp

* write only fields are empty strings in the response of the examples

* after Prettier check

* clarifing the documentation of two fields

* fixing documentation of region field in hybrid compute.

Co-authored-by: Ayman Jarrous <ayjarrou@microsoft.com>
Co-authored-by: adzamri <49613774+adzamri@users.noreply.github.com>
  • Loading branch information
3 people authored Jun 26, 2020
1 parent 5e57ac1 commit 0b912b1
Show file tree
Hide file tree
Showing 9 changed files with 1,007 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"version": "0.1",
"language": "en",
"words": [
"Creds"
],
"dictionaryDefinitions": [
{
Expand Down Expand Up @@ -636,4 +637,4 @@
]
}
]
}
}
Loading

0 comments on commit 0b912b1

Please sign in to comment.