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

Add Microsoft.M365SecurityAndCompliance RP #13646

Merged
merged 7 commits into from
Apr 8, 2021
Merged
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
replace stable with preview
  • Loading branch information
sonalverm committed Mar 29, 2021
commit 525f4225492420c153f21ae0f9603fdca8d20621
Original file line number Diff line number Diff line change
@@ -18,12 +18,12 @@ output-folder: $(azureresourceschema-folder)/schemas

# all the input files in this apiVersion
input-file:
- Microsoft.M365SecurityAndCompliance/stable/2021-03-25-preview/common-types.json
- Microsoft.M365SecurityAndCompliance/stable/2021-03-25-preview/privateLinkServicesForEDMUpload.json
- Microsoft.M365SecurityAndCompliance/stable/2021-03-25-preview/privateLinkServicesForM365ComplianceCenter.json
- Microsoft.M365SecurityAndCompliance/stable/2021-03-25-preview/privateLinkServicesForM365SecurityCenter.json
- Microsoft.M365SecurityAndCompliance/stable/2021-03-25-preview/privateLinkServicesForO365ManagementActivityAPI.json
- Microsoft.M365SecurityAndCompliance/stable/2021-03-25-preview/privateLinkServicesForSCCPowershell.json
- Microsoft.M365SecurityAndCompliance/preview/2021-03-25-preview/common-types.json
- Microsoft.M365SecurityAndCompliance/preview/2021-03-25-preview/privateLinkServicesForEDMUpload.json
- Microsoft.M365SecurityAndCompliance/preview/2021-03-25-preview/privateLinkServicesForM365ComplianceCenter.json
- Microsoft.M365SecurityAndCompliance/preview/2021-03-25-preview/privateLinkServicesForM365SecurityCenter.json
- Microsoft.M365SecurityAndCompliance/preview/2021-03-25-preview/privateLinkServicesForO365ManagementActivityAPI.json
- Microsoft.M365SecurityAndCompliance/preview/2021-03-25-preview/privateLinkServicesForSCCPowershell.json

```

@@ -39,12 +39,12 @@ output-folder: $(azureresourceschema-folder)/schemas

# all the input files in this apiVersion
input-file:
- Microsoft.M365SecurityAndCompliance/stable/2021-03-25-preview/common-types.json
- Microsoft.M365SecurityAndCompliance/stable/2021-03-25-preview/privateLinkServicesForEDMUpload.json
- Microsoft.M365SecurityAndCompliance/stable/2021-03-25-preview/privateLinkServicesForM365ComplianceCenter.json
- Microsoft.M365SecurityAndCompliance/stable/2021-03-25-preview/privateLinkServicesForM365SecurityCenter.json
- Microsoft.M365SecurityAndCompliance/stable/2021-03-25-preview/privateLinkServicesForO365ManagementActivityAPI.json
- Microsoft.M365SecurityAndCompliance/stable/2021-03-25-preview/privateLinkServicesForSCCPowershell.json
- Microsoft.M365SecurityAndCompliance/stable/2021-03-25-preview/privateLinkServicesForMIPPolicySync.json
- Microsoft.M365SecurityAndCompliance/preview/2021-03-25-preview/common-types.json
- Microsoft.M365SecurityAndCompliance/preview/2021-03-25-preview/privateLinkServicesForEDMUpload.json
- Microsoft.M365SecurityAndCompliance/preview/2021-03-25-preview/privateLinkServicesForM365ComplianceCenter.json
- Microsoft.M365SecurityAndCompliance/preview/2021-03-25-preview/privateLinkServicesForM365SecurityCenter.json
- Microsoft.M365SecurityAndCompliance/preview/2021-03-25-preview/privateLinkServicesForO365ManagementActivityAPI.json
- Microsoft.M365SecurityAndCompliance/preview/2021-03-25-preview/privateLinkServicesForSCCPowershell.json
- Microsoft.M365SecurityAndCompliance/preview/2021-03-25-preview/privateLinkServicesForMIPPolicySync.json

```