-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a new resource type for RP - Microsoft.SecurityAndCompliance (#…
…13323) * Added a new api version on Mar 8th * Added apis for /MIPPolicySync * Updated readme.md file * Updated readme.md file * Fixed check failures * updated author's name * updated default tag * updated readme * add title and description in readme.md * fix readme.go.md * Fixed typo Co-authored-by: ArcturusZhang <dapzhang@microsoft.com>
- Loading branch information
1 parent
eb89dba
commit d26d0ae
Showing
96 changed files
with
10,456 additions
and
3 deletions.
There are no files selected for viewing
832 changes: 832 additions & 0 deletions
832
...ance/resource-manager/Microsoft.SecurityAndCompliance/stable/2021-03-08/common-types.json
Large diffs are not rendered by default.
Oops, something went wrong.
48 changes: 48 additions & 0 deletions
48
...soft.SecurityAndCompliance/stable/2021-03-08/examples/ComplianceCenterOperationsList.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,48 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-03-08" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"name": "Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/read", | ||
"display": {}, | ||
"origin": "user,system" | ||
}, | ||
{ | ||
"name": "Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/write", | ||
"display": {}, | ||
"origin": "user,system" | ||
}, | ||
{ | ||
"name": "Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/delete", | ||
"display": {}, | ||
"origin": "user,system" | ||
}, | ||
{ | ||
"name": "Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/privateEndpointConnections/read", | ||
"display": {}, | ||
"origin": "user,system" | ||
}, | ||
{ | ||
"name": "Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/privateEndpointConnections/write", | ||
"display": {}, | ||
"origin": "user,system" | ||
}, | ||
{ | ||
"name": "Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/privateEndpointConnections/delete", | ||
"display": {}, | ||
"origin": "user,system" | ||
}, | ||
{ | ||
"name": "Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/privateLinkResources/read", | ||
"display": {}, | ||
"origin": "user,system" | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
35 changes: 35 additions & 0 deletions
35
...urityAndCompliance/stable/2021-03-08/examples/ComplianceCenterPrivateLinkResourceGet.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,35 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-03-08", | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "rgname", | ||
"resourceName": "service1", | ||
"groupName": "fhir" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/service1/privateLinkResources/fhir", | ||
"name": "fhir", | ||
"type": "Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/privateLinkResources", | ||
"properties": { | ||
"groupId": "fhir", | ||
"requiredMembers": [ | ||
"fhir" | ||
], | ||
"requiredZoneNames": [ | ||
"privatelink.security.microsoft.com" | ||
] | ||
}, | ||
"systemData": { | ||
"createdBy": "sove", | ||
"createdByType": "User", | ||
"createdAt": "2021-03-08T13:30:28.958Z", | ||
"lastModifiedBy": "sove", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2021-03-08T13:30:28.958Z" | ||
} | ||
} | ||
} | ||
} | ||
} |
30 changes: 30 additions & 0 deletions
30
...pliance/stable/2021-03-08/examples/ComplianceCenterPrivateLinkResourcesListByService.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,30 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-03-08", | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "rgname", | ||
"resourceName": "service1" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/service1/privateLinkResources/fhir", | ||
"name": "fhir", | ||
"type": "Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/privateLinkResources", | ||
"properties": { | ||
"groupId": "fhir", | ||
"requiredMembers": [ | ||
"fhir" | ||
], | ||
"requiredZoneNames": [ | ||
"privatelink.compliance.microsoft.com" | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
193 changes: 193 additions & 0 deletions
193
...osoft.SecurityAndCompliance/stable/2021-03-08/examples/ComplianceCenterServiceCreate.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,193 @@ | ||
{ | ||
"parameters": { | ||
"resourceName": "service1", | ||
"resourceGroupName": "rg1", | ||
"api-version": "2021-03-08", | ||
"subscriptionId": "subid", | ||
"PrivateLinkServicesForM365ComplianceCenterDescription": { | ||
"location": "westus2", | ||
"tags": {}, | ||
"kind": "fhir-R4", | ||
"properties": { | ||
"accessPolicies": [ | ||
{ | ||
"objectId": "c487e7d1-3210-41a3-8ccc-e9372b78da47" | ||
}, | ||
{ | ||
"objectId": "5b307da8-43d4-492b-8b66-b0294ade872f" | ||
} | ||
], | ||
"cosmosDbConfiguration": { | ||
"offerThroughput": 1000, | ||
"keyVaultKeyUri": "https://my-vault.vault.azure.net/keys/my-key" | ||
}, | ||
"authenticationConfiguration": { | ||
"authority": "https://login.microsoftonline.com/abfde7b2-df0f-47e6-aabf-2462b07508dc", | ||
"audience": "https://azurehealthcareapis.com", | ||
"smartProxyEnabled": true | ||
}, | ||
"corsConfiguration": { | ||
"origins": [ | ||
"*" | ||
], | ||
"headers": [ | ||
"*" | ||
], | ||
"methods": [ | ||
"DELETE", | ||
"GET", | ||
"OPTIONS", | ||
"PATCH", | ||
"POST", | ||
"PUT" | ||
], | ||
"maxAge": 1440, | ||
"allowCredentials": false | ||
}, | ||
"exportConfiguration": { | ||
"storageAccountName": "existingStorageAccount" | ||
}, | ||
"privateEndpointConnections": [], | ||
"publicNetworkAccess": "Disabled" | ||
}, | ||
"identity": { | ||
"type": "SystemAssigned" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/service1", | ||
"name": "service1", | ||
"location": "West US 2", | ||
"type": "Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter", | ||
"kind": "fhir-R4", | ||
"etag": "etagvalue", | ||
"tags": {}, | ||
"properties": { | ||
"provisioningState": "Creating", | ||
"accessPolicies": [ | ||
{ | ||
"objectId": "c487e7d1-3210-41a3-8ccc-e9372b78da47" | ||
}, | ||
{ | ||
"objectId": "5b307da8-43d4-492b-8b66-b0294ade872f" | ||
} | ||
], | ||
"cosmosDbConfiguration": { | ||
"offerThroughput": 1000, | ||
"keyVaultKeyUri": "https://my-vault.vault.azure.net/keys/my-key" | ||
}, | ||
"authenticationConfiguration": { | ||
"authority": "https://login.microsoftonline.com/abfde7b2-df0f-47e6-aabf-2462b07508dc", | ||
"audience": "https://azurehealthcareapis.com", | ||
"smartProxyEnabled": true | ||
}, | ||
"corsConfiguration": { | ||
"origins": [ | ||
"*" | ||
], | ||
"headers": [ | ||
"*" | ||
], | ||
"methods": [ | ||
"DELETE", | ||
"GET", | ||
"OPTIONS", | ||
"PATCH", | ||
"POST", | ||
"PUT" | ||
], | ||
"maxAge": 1440, | ||
"allowCredentials": false | ||
}, | ||
"exportConfiguration": { | ||
"storageAccountName": "existingStorageAccount" | ||
}, | ||
"privateEndpointConnections": [], | ||
"publicNetworkAccess": "Disabled" | ||
}, | ||
"systemData": { | ||
"createdBy": "sove", | ||
"createdByType": "User", | ||
"createdAt": "2021-03-08T13:30:28.958Z", | ||
"lastModifiedBy": "sove", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2021-03-08T13:30:28.958Z" | ||
}, | ||
"identity": { | ||
"principalId": "03fe6ae0-952c-4e4b-954b-cc0364dd252e", | ||
"tenantId": "72f988bf-86f1-41af-91ab-2d8cd011db47", | ||
"type": "SystemAssigned" | ||
} | ||
} | ||
}, | ||
"201": { | ||
"body": { | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/service1", | ||
"name": "service1", | ||
"location": "West US 2", | ||
"type": "Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter", | ||
"kind": "fhir-R4", | ||
"etag": "etagvalue", | ||
"tags": {}, | ||
"properties": { | ||
"provisioningState": "Creating", | ||
"accessPolicies": [ | ||
{ | ||
"objectId": "c487e7d1-3210-41a3-8ccc-e9372b78da47" | ||
}, | ||
{ | ||
"objectId": "5b307da8-43d4-492b-8b66-b0294ade872f" | ||
} | ||
], | ||
"cosmosDbConfiguration": { | ||
"offerThroughput": 1000 | ||
}, | ||
"authenticationConfiguration": { | ||
"authority": "https://login.microsoftonline.com/abfde7b2-df0f-47e6-aabf-2462b07508dc", | ||
"audience": "https://azurehealthcareapis.com", | ||
"smartProxyEnabled": true | ||
}, | ||
"corsConfiguration": { | ||
"origins": [ | ||
"*" | ||
], | ||
"headers": [ | ||
"*" | ||
], | ||
"methods": [ | ||
"DELETE", | ||
"GET", | ||
"OPTIONS", | ||
"PATCH", | ||
"POST", | ||
"PUT" | ||
], | ||
"maxAge": 1440, | ||
"allowCredentials": false | ||
}, | ||
"exportConfiguration": { | ||
"storageAccountName": "existingStorageAccount" | ||
}, | ||
"privateEndpointConnections": [], | ||
"publicNetworkAccess": "Disabled" | ||
}, | ||
"systemData": { | ||
"createdBy": "sove", | ||
"createdByType": "User", | ||
"createdAt": "2021-03-08T13:30:28.958Z", | ||
"lastModifiedBy": "sove", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2021-03-08T13:30:28.958Z" | ||
}, | ||
"identity": { | ||
"principalId": "03fe6ae0-952c-4e4b-954b-cc0364dd252e", | ||
"tenantId": "72f988bf-86f1-41af-91ab-2d8cd011db47", | ||
"type": "SystemAssigned" | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.