Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .azure-pipelines/generate-beta-rollup-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
inputs:
ConnectedServiceName: 'microsoftgraph ESRP CodeSign DLL and NuGet'
FolderPath: $(MODULE_PATH)
Pattern: '$(MODULE_PREFIX).psd1, $(MODULE_PREFIX).*.psd1, $(MODULE_PREFIX).*.format.ps1xml, *.ps1'
Pattern: '$(MODULE_PREFIX).psm1, $(MODULE_PREFIX).*.format.ps1xml, *.ps1'
signConfigType: inlineSignParams
inlineOperation: |
[
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/generate-v1.0-rollup-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
inputs:
ConnectedServiceName: 'microsoftgraph ESRP CodeSign DLL and NuGet'
FolderPath: $(MODULE_PATH)
Pattern: '$(MODULE_PREFIX).psd1, $(MODULE_PREFIX).*.psd1, $(MODULE_PREFIX).*.format.ps1xml, *.ps1'
Pattern: '$(MODULE_PREFIX).psm1, $(MODULE_PREFIX).*.format.ps1xml, *.ps1'
signConfigType: inlineSignParams
inlineOperation: |
[
Expand Down
5 changes: 3 additions & 2 deletions config/ModuleMetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"projectUri": "https://github.com/microsoftgraph/msgraph-sdk-powershell",
"iconUri": "https://raw.githubusercontent.com/microsoftgraph/g-raph/master/g-raph.png",
"tags": "MicrosoftGraph;Microsoft;Office365;Graph;PowerShell;GraphServiceClient;Outlook;OneDrive;AzureAD;GraphAPI;Productivity;SharePoint;Intune;SDK;",
"releaseNotes": "",
"assemblyOriginatorKeyFile": "35MSSharedLib1024.snk"
"releaseNotes": "Initial release of Microsoft.Graph module.",
"assemblyOriginatorKeyFile": "35MSSharedLib1024.snk",
"version": "0.2.0"
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="$(MSBuildThisFileDirectory)..\..\..\Repo.props" />

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>0.0.1</Version>
<Version>0.1.6</Version>
<LangVersion>7.1</LangVersion>
<TargetFramework>netstandard2.0</TargetFramework>
<OutputType>Library</OutputType>
Expand All @@ -17,20 +14,19 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsAsErrors />
<NuspecFile>Microsoft.Graph.Authentication.nuspec</NuspecFile>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
</PropertyGroup>

<Import Project="$(MSBuildThisFileDirectory)..\..\..\Repo.props" />
<ItemGroup>
<PreLoadAssemblies Include="$(RepoTools)lib\System.Security.Cryptography.ProtectedData.dll" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Graph.Auth" Version="1.0.0-preview.2" />
<PackageReference Include="Microsoft.Graph.Core" Version="1.18.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.5.1" />
<PackageReference Include="PowerShellStandard.Library" Version="5.1.0" />
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="4.7.0" />
</ItemGroup>

<Target Name="CopyFiles" AfterTargets="Build">
<Copy SourceFiles="@(PreLoadAssemblies)" DestinationFolder="$(TargetDir)\PreloadAssemblies" />
</Target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
<projectUrl>https://github.com/microsoftgraph/msgraph-sdk-powershell</projectUrl>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>Microsoft Office365 Graph PowerShell GraphServiceClient Outlook OneDrive AzureAD GraphAPI Productivity SharePoint Intune SDK</tags>
<releaseNotes>
</releaseNotes>
<releaseNotes>Initial release of Microsoft.Graph.Authentication module.</releaseNotes>
<dependencies />
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft
#
# Generated on: 2/3/2020
# Generated on: 2/10/2020
#

@{
Expand Down Expand Up @@ -107,7 +107,7 @@ PrivateData = @{
IconUri = 'https://raw.githubusercontent.com/microsoftgraph/g-raph/master/g-raph.png'

# ReleaseNotes of this module
# ReleaseNotes = ''
ReleaseNotes = 'Initial release of Microsoft.Graph.Authentication module.'

# Prerelease string of this module
# Prerelease = ''
Expand Down
8 changes: 8 additions & 0 deletions src/Beta/Analytics/Analytics/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ title: $(service-name)
subject-prefix: ''
input-file: $(spec-doc-repo)/$(title).yml
```
### Versioning

``` yaml
module-version: 0.1.1
release-notes:
- Initial release of Microsoft.Graph.Analytics module.
```

8 changes: 8 additions & 0 deletions src/Beta/Bookings/Bookings/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ title: $(service-name)
subject-prefix: ''
input-file: $(spec-doc-repo)/$(title).yml
```
### Versioning

``` yaml
module-version: 0.1.1
release-notes:
- Initial release of Microsoft.Graph.Bookings module.
```

Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ title: $(service-name)
subject-prefix: ''
input-file: $(spec-doc-repo)/$(title).yml
```
### Versioning

``` yaml
module-version: 0.1.1
release-notes:
- Initial release of Microsoft.Graph.DevicesApps.MobileAppManagement module.
```

Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ title: $(service-name)
subject-prefix: ''
input-file: $(spec-doc-repo)/$(title).yml
```
### Versioning

``` yaml
module-version: 0.1.1
release-notes:
- Initial release of Microsoft.Graph.DevicesApps.OfficeConfiguration module.
```

Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ title: $(service-name)
subject-prefix: ''
input-file: $(spec-doc-repo)/$(title).yml
```
### Versioning

``` yaml
module-version: 0.1.1
release-notes:
- Initial release of Microsoft.Graph.DevicesApps.SharedResources module.
```

8 changes: 8 additions & 0 deletions src/Beta/Education/Education/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ title: $(service-name)
subject-prefix: ''
input-file: $(spec-doc-repo)/$(title).yml
```
### Versioning

``` yaml
module-version: 0.1.1
release-notes:
- Initial release of Microsoft.Graph.Education module.
```

8 changes: 8 additions & 0 deletions src/Beta/Files.Drives/Files.Drives/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ title: $(service-name)
subject-prefix: ''
input-file: $(spec-doc-repo)/$(title).yml
```
### Versioning

``` yaml
module-version: 0.1.1
release-notes:
- Initial release of Microsoft.Graph.Files.Drives module.
```

8 changes: 8 additions & 0 deletions src/Beta/Files.Permissions/Files.Permissions/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ title: $(service-name)
subject-prefix: ''
input-file: $(spec-doc-repo)/$(title).yml
```
### Versioning

``` yaml
module-version: 0.1.1
release-notes:
- Initial release of Microsoft.Graph.Files.Permissions module.
```

8 changes: 8 additions & 0 deletions src/Beta/Files.Shares/Files.Shares/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ title: $(service-name)
subject-prefix: ''
input-file: $(spec-doc-repo)/$(title).yml
```
### Versioning

``` yaml
module-version: 0.1.1
release-notes:
- Initial release of Microsoft.Graph.Files.Shares module.
```

8 changes: 8 additions & 0 deletions src/Beta/Groups.Calendar/Groups.Calendar/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ title: $(service-name)
subject-prefix: ''
input-file: $(spec-doc-repo)/$(title).yml
```
### Versioning

``` yaml
module-version: 0.1.1
release-notes:
- Initial release of Microsoft.Graph.Groups.Calendar module.
```

8 changes: 8 additions & 0 deletions src/Beta/Groups.Conversation/Groups.Conversation/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ title: $(service-name)
subject-prefix: ''
input-file: $(spec-doc-repo)/$(title).yml
```
### Versioning

``` yaml
module-version: 0.1.1
release-notes:
- Initial release of Microsoft.Graph.Groups.Conversation module.
```

Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ title: $(service-name)
subject-prefix: ''
input-file: $(spec-doc-repo)/$(title).yml
```
### Versioning

``` yaml
module-version: 0.1.1
release-notes:
- Initial release of Microsoft.Graph.Groups.ConversationThread module.
```

Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,11 @@ directive:
set:
subject: GroupTransitiveMemberOf
```
### Versioning

``` yaml
module-version: 0.1.1
release-notes:
- Initial release of Microsoft.Graph.Groups.DirectoryObject module.
```

8 changes: 8 additions & 0 deletions src/Beta/Groups.Drive/Groups.Drive/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ title: $(service-name)
subject-prefix: ''
input-file: $(spec-doc-repo)/$(title).yml
```
### Versioning

``` yaml
module-version: 0.1.1
release-notes:
- Initial release of Microsoft.Graph.Groups.Drive module.
```

8 changes: 8 additions & 0 deletions src/Beta/Groups.Endpoint/Groups.Endpoint/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ title: $(service-name)
subject-prefix: ''
input-file: $(spec-doc-repo)/$(title).yml
```
### Versioning

``` yaml
module-version: 0.1.1
release-notes:
- Initial release of Microsoft.Graph.Groups.Endpoint module.
```

8 changes: 8 additions & 0 deletions src/Beta/Groups.Extension/Groups.Extension/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ title: $(service-name)
subject-prefix: ''
input-file: $(spec-doc-repo)/$(title).yml
```
### Versioning

``` yaml
module-version: 0.1.1
release-notes:
- Initial release of Microsoft.Graph.Groups.Extension module.
```

8 changes: 8 additions & 0 deletions src/Beta/Groups.Functions/Groups.Functions/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ title: $(service-name)
subject-prefix: ''
input-file: $(spec-doc-repo)/$(title).yml
```
### Versioning

``` yaml
module-version: 0.1.1
release-notes:
- Initial release of Microsoft.Graph.Groups.Functions module.
```

8 changes: 8 additions & 0 deletions src/Beta/Groups.Group/Groups.Group/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ title: $(service-name)
subject-prefix: ''
input-file: $(spec-doc-repo)/$(title).yml
```
### Versioning

``` yaml
module-version: 0.1.1
release-notes:
- Initial release of Microsoft.Graph.Groups.Group module.
```

Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ title: $(service-name)
subject-prefix: ''
input-file: $(spec-doc-repo)/$(title).yml
```
### Versioning

``` yaml
module-version: 0.1.1
release-notes:
- Initial release of Microsoft.Graph.Groups.LifecyclePolicies module.
```

8 changes: 8 additions & 0 deletions src/Beta/Groups.OneNote/Groups.OneNote/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ title: $(service-name)
subject-prefix: ''
input-file: $(spec-doc-repo)/$(title).yml
```
### Versioning

``` yaml
module-version: 0.1.1
release-notes:
- Initial release of Microsoft.Graph.Groups.OneNote module.
```

8 changes: 8 additions & 0 deletions src/Beta/Groups.Planner/Groups.Planner/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ title: $(service-name)
subject-prefix: ''
input-file: $(spec-doc-repo)/$(title).yml
```
### Versioning

``` yaml
module-version: 0.1.1
release-notes:
- Initial release of Microsoft.Graph.Groups.Planner module.
```

8 changes: 8 additions & 0 deletions src/Beta/Groups.ProfilePhoto/Groups.ProfilePhoto/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ title: $(service-name)
subject-prefix: ''
input-file: $(spec-doc-repo)/$(title).yml
```
### Versioning

``` yaml
module-version: 0.1.1
release-notes:
- Initial release of Microsoft.Graph.Groups.ProfilePhoto module.
```

8 changes: 8 additions & 0 deletions src/Beta/Groups.Site/Groups.Site/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ title: $(service-name)
subject-prefix: ''
input-file: $(spec-doc-repo)/$(title).yml
```
### Versioning

``` yaml
module-version: 0.1.1
release-notes:
- Initial release of Microsoft.Graph.Groups.Site module.
```

Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ title: $(service-name)
subject-prefix: ''
input-file: $(spec-doc-repo)/$(title).yml
```
### Versioning

``` yaml
module-version: 0.1.1
release-notes:
- Initial release of Microsoft.Graph.Identity.AccessReview module.
```

Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ title: $(service-name)
subject-prefix: ''
input-file: $(spec-doc-repo)/$(title).yml
```
### Versioning

``` yaml
module-version: 0.1.1
release-notes:
- Initial release of Microsoft.Graph.Identity.AdministrativeUnits module.
```

Loading