Azure Resource Manager API, SampleRequests for MicrosoftGraphBeta and Office365ManagementAPI, fix missing System.Web.Helpers package reference
This commit is contained in:
Родитель
7cb49163b2
Коммит
89c452c7bd
|
@ -125,7 +125,9 @@
|
|||
</Reference>
|
||||
<Reference Include="System.Runtime.Serialization" />
|
||||
<Reference Include="System.Web" />
|
||||
<Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
||||
<Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\AD.System.Web.Helpers.dll.2.0.0\lib\net20\System.Web.Helpers.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
|
@ -396,6 +398,8 @@
|
|||
<Content Include="Licenses\Microsoft.Spatial.txt" />
|
||||
<Content Include="Licenses\Newtonsoft.Json.txt" />
|
||||
<Content Include="Licenses\System.Management.Automation.dll.txt" />
|
||||
<None Include="SampleRequest\MicrosoftGraphBeta.json" />
|
||||
<None Include="SampleRequest\Office365ManagementAPI.json" />
|
||||
<None Include="SampleRequest\READMD.md" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -0,0 +1,167 @@
|
|||
{
|
||||
"displayName": "Office 365 Management API",
|
||||
"description": "Office 365 Management API Endpoint Sample Requests",
|
||||
"firstLevelCategory": [
|
||||
{
|
||||
"displayName": "Subscriptions",
|
||||
"secondLevelCategory": [
|
||||
{
|
||||
"displayName": "Operations",
|
||||
"thirdLevelCategory": [
|
||||
{
|
||||
"displayName": "Start",
|
||||
"sampleRequest": [
|
||||
{
|
||||
"id": "5F67A370-E225-452D-AEBD-E45B899EFD6A",
|
||||
"displayName": "Audit.AzureActiveDirectory",
|
||||
"method": "POST",
|
||||
"URI": "https://manage.office.com/api/v1.0/{tenant_id}/activity/feed/subscriptions/start?contentType=Audit.AzureActiveDirectory",
|
||||
"header": [],
|
||||
"body": ""
|
||||
},
|
||||
{
|
||||
"id": "5F67A370-E225-452D-AEBD-E45B899EFD6B",
|
||||
"displayName": "Audit.Exchange",
|
||||
"method": "POST",
|
||||
"URI": "https://manage.office.com/api/v1.0/{tenant_id}/activity/feed/subscriptions/start?contentType=Audit.Exchange",
|
||||
"header": [],
|
||||
"body": ""
|
||||
},
|
||||
{
|
||||
"id": "5F67A370-E225-452D-AEBD-E45B899EFD6C",
|
||||
"displayName": "Audit.SharePoint",
|
||||
"method": "POST",
|
||||
"URI": "https://manage.office.com/api/v1.0/{tenant_id}/activity/feed/subscriptions/start?contentType=Audit.SharePoint",
|
||||
"header": [],
|
||||
"body": ""
|
||||
},
|
||||
{
|
||||
"id": "5F67A370-E225-452D-AEBD-E45B899EFD6D",
|
||||
"displayName": "Audit.General",
|
||||
"method": "POST",
|
||||
"URI": "https://manage.office.com/api/v1.0/{tenant_id}/activity/feed/subscriptions/start?contentType=Audit.General",
|
||||
"header": [],
|
||||
"body": ""
|
||||
},
|
||||
{
|
||||
"id": "5F67A370-E225-452D-AEBD-E45B899EFD6E",
|
||||
"displayName": "DLP.All",
|
||||
"method": "POST",
|
||||
"URI": "https://manage.office.com/api/v1.0/{tenant_id}/activity/feed/subscriptions/start?contentType=DLP.All",
|
||||
"header": [],
|
||||
"body": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"displayName": "Stop",
|
||||
"sampleRequest": [
|
||||
{
|
||||
"id": "27746F97-8DA8-4ECE-A58B-2243293F0A22",
|
||||
"displayName": "Audit.AzureActiveDirectory",
|
||||
"method": "POST",
|
||||
"URI": "https://manage.office.com/api/v1.0/{tenant_id}/activity/feed/subscriptions/stop?contentType=Audit.AzureActiveDirectory",
|
||||
"header": [],
|
||||
"body": ""
|
||||
},
|
||||
{
|
||||
"id": "27746F97-8DA8-4ECE-A58B-2243293F0A23",
|
||||
"displayName": "Audit.Exchange",
|
||||
"method": "POST",
|
||||
"URI": "https://manage.office.com/api/v1.0/{tenant_id}/activity/feed/subscriptions/stop?contentType=Audit.Exchange",
|
||||
"header": [],
|
||||
"body": ""
|
||||
},
|
||||
{
|
||||
"id": "27746F97-8DA8-4ECE-A58B-2243293F0A24",
|
||||
"displayName": "Audit.SharePoint",
|
||||
"method": "POST",
|
||||
"URI": "https://manage.office.com/api/v1.0/{tenant_id}/activity/feed/subscriptions/stop?contentType=Audit.SharePoint",
|
||||
"header": [],
|
||||
"body": ""
|
||||
},
|
||||
{
|
||||
"id": "27746F97-8DA8-4ECE-A58B-2243293F0A25",
|
||||
"displayName": "Audit.General",
|
||||
"method": "POST",
|
||||
"URI": "https://manage.office.com/api/v1.0/{tenant_id}/activity/feed/subscriptions/stop?contentType=Audit.General",
|
||||
"header": [],
|
||||
"body": ""
|
||||
},
|
||||
{
|
||||
"id": "27746F97-8DA8-4ECE-A58B-2243293F0A26",
|
||||
"displayName": "DLP.All",
|
||||
"method": "POST",
|
||||
"URI": "https://manage.office.com/api/v1.0/{tenant_id}/activity/feed/subscriptions/stop?contentType=DLP.All",
|
||||
"header": [],
|
||||
"body": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"displayName": "List subscriptions",
|
||||
"sampleRequest": [
|
||||
{
|
||||
"id": "27746F97-8DA8-4ECE-A58B-2243293F0A32",
|
||||
"displayName": "List current",
|
||||
"method": "GET",
|
||||
"URI": "https://manage.office.com/api/v1.0/{tenant_id}/activity/feed/subscriptions/list",
|
||||
"header": [],
|
||||
"body": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"displayName": "List content",
|
||||
"sampleRequest": [
|
||||
{
|
||||
"id": "27746F97-8DA8-4ECE-A58B-2243293F0B22",
|
||||
"displayName": "Audit.AzureActiveDirectory",
|
||||
"method": "GET",
|
||||
"URI": "https://manage.office.com/api/v1.0/{tenant_id}/activity/feed/subscriptions/content?contentType=Audit.AzureActiveDirectory",
|
||||
"header": [],
|
||||
"body": ""
|
||||
},
|
||||
{
|
||||
"id": "27746F97-8DA8-4ECE-A58B-2243293F0B23",
|
||||
"displayName": "Audit.Exchange",
|
||||
"method": "GET",
|
||||
"URI": "https://manage.office.com/api/v1.0/{tenant_id}/activity/feed/subscriptions/content?contentType=Audit.Exchange",
|
||||
"header": [],
|
||||
"body": ""
|
||||
},
|
||||
{
|
||||
"id": "27746F97-8DA8-4ECE-A58B-2243293F0B24",
|
||||
"displayName": "Audit.SharePoint",
|
||||
"method": "GET",
|
||||
"URI": "https://manage.office.com/api/v1.0/{tenant_id}/activity/feed/subscriptions/content?contentType=Audit.SharePoint",
|
||||
"header": [],
|
||||
"body": ""
|
||||
},
|
||||
{
|
||||
"id": "27746F97-8DA8-4ECE-A58B-2243293F0B25",
|
||||
"displayName": "Audit.General",
|
||||
"method": "GET",
|
||||
"URI": "https://manage.office.com/api/v1.0/{tenant_id}/activity/feed/subscriptions/content?contentType=Audit.General",
|
||||
"header": [],
|
||||
"body": ""
|
||||
},
|
||||
{
|
||||
"id": "27746F97-8DA8-4ECE-A58B-2243293F0B26",
|
||||
"displayName": "DLP.All",
|
||||
"method": "GET",
|
||||
"URI": "https://manage.office.com/api/v1.0/{tenant_id}/activity/feed/subscriptions/content?contentType=DLP.All",
|
||||
"header": [],
|
||||
"body": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -73,7 +73,8 @@ namespace Office365APIEditor
|
|||
{
|
||||
"Exchange Online",
|
||||
"Microsoft Graph",
|
||||
"Office 365 Management API"
|
||||
"Office 365 Management API",
|
||||
"Azure Resource Manager"
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@ -88,6 +89,8 @@ namespace Office365APIEditor
|
|||
return "https://graph.microsoft.com/";
|
||||
case "Office 365 Management API":
|
||||
return "https://manage.office.com";
|
||||
case "Azure Resource Manager":
|
||||
return "https://management.azure.com/";
|
||||
default:
|
||||
return "";
|
||||
}
|
||||
|
@ -103,6 +106,8 @@ namespace Office365APIEditor
|
|||
return Resources.Graph;
|
||||
case "Office 365 Management API":
|
||||
return Resources.Management;
|
||||
case "Azure Resource Manager":
|
||||
return Resources.AzureRM;
|
||||
default:
|
||||
return Resources.None;
|
||||
}
|
||||
|
@ -118,6 +123,8 @@ namespace Office365APIEditor
|
|||
return "Microsoft Graph";
|
||||
case Resources.Management:
|
||||
return "Office 365 Management API";
|
||||
case Resources.AzureRM:
|
||||
return "Azure Resource Manager";
|
||||
case Resources.None:
|
||||
default:
|
||||
return "";
|
||||
|
@ -443,7 +450,8 @@ namespace Office365APIEditor
|
|||
None,
|
||||
Outlook,
|
||||
Graph,
|
||||
Management
|
||||
Management,
|
||||
AzureRM
|
||||
}
|
||||
|
||||
public struct FolderInfo
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="AD.System.Web.Helpers.dll" version="2.0.0" targetFramework="net45" />
|
||||
<package id="AsyncUsageAnalyzers" version="1.0.0-alpha003" targetFramework="net45" developmentDependency="true" />
|
||||
<package id="DynamicJson" version="1.2.0.0" targetFramework="net45" />
|
||||
<package id="jacobslusser.ScintillaNET.Signed" version="3.6.3" targetFramework="net45" />
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Office365APIEditor
|
||||
|
||||
You can test Office 365 API, Microsoft Graph and Office 365 Management Activity API easily.
|
||||
You can test Office 365 API, Microsoft Graph, Office 365 Management Activity API and Azure Resource Manager API easily.
|
||||
|
||||
## Download options
|
||||
|
||||
|
@ -19,6 +19,7 @@ You can browse your mailbox contents such as folders, items, and mailbox propert
|
|||
- graph.microsoft.com (Microsoft Graph)
|
||||
- outlook.office.com (Office 365 API - Outlook REST API)
|
||||
- manage.office.com (Office 365 Management Activity API)
|
||||
- management.azure.com (Azure Resource Manager API)
|
||||
|
||||
- In addition to the built-in application ID, you can also use the application ID that you have registered in the Azure Active Directory to acquire an access token.
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче