Skip to content

Commit a38dcac

Browse files
committed
Move over old directives.
1 parent 8dc9d3a commit a38dcac

File tree

40 files changed

+4634
-151
lines changed

40 files changed

+4634
-151
lines changed

src/Applications/Applications/Microsoft.Graph.Applications.psd1

Lines changed: 363 additions & 0 deletions
Large diffs are not rendered by default.

src/Applications/Applications/readme.md

Lines changed: 53 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
<!-- region Generated -->
2+
# Microsoft.Graph.Applications
3+
This directory contains the PowerShell module for the Applications service.
4+
5+
---
6+
## Status
7+
[![Microsoft.Graph.Applications](https://img.shields.io/powershellgallery/v/Microsoft.Graph.Applications.svg?style=flat-square&label=Microsoft.Graph.Applications "Microsoft.Graph.Applications")](https://www.powershellgallery.com/packages/Microsoft.Graph.Applications/)
8+
9+
## Info
10+
- Modifiable: yes
11+
- Generated: all
12+
- Committed: yes
13+
- Packaged: yes
14+
15+
---
16+
## Detail
17+
This module was primarily generated via [AutoRest](https://github.com/Azure/autorest) using the [PowerShell](https://github.com/Azure/autorest.powershell) extension.
18+
19+
## Development
20+
For information on how to develop for `Microsoft.Graph.Applications`, see [how-to.md](how-to.md).
21+
<!-- endregion -->
122

223
### AutoRest Configuration
324

@@ -16,35 +37,39 @@ subject-prefix: ''
1637
> see https://github.com/Azure/autorest/blob/master/docs/powershell/directives.md
1738
1839
``` yaml
19-
# Needs validation
20-
# directive:
21-
# # Rename cmdlets
22-
# - where:
23-
# verb: Get
24-
# subject: (^Application$)
25-
# variant: Get1|GetExpanded
26-
# set:
27-
# verb: Get
28-
# subject: $1ById
29-
# - where:
30-
# verb: Get
31-
# subject: (^ServicePrincipal$)
32-
# variant: Get1|GetExpanded
33-
# set:
34-
# verb: Get
35-
# subject: $1ById
36-
# # Rename cmdlets with duplicates in their name.
37-
# - where:
38-
# subject: ^(OnPremisPublishingProfile)(\1)+
39-
# set:
40-
# subject: $1
41-
# # Fix AutoREST OnPremis* typo.
42-
# - where:
43-
# subject: ^OnPremis(PublishingProfile.*)$
44-
# set:
45-
# subject: OnPremise$1
40+
directive:
41+
# Remove cmdlets
42+
- where:
43+
verb: Test
44+
subject: (Application|ServicePrincipal)SynchronizationJobCredentials
45+
variant: Validate1|ValidateExpanded1|ValidateViaIdentity1|ValidateViaIdentityExpanded1
46+
remove: true
47+
# Rename wrongly named cmdlets
48+
- where:
49+
verb: Get
50+
subject: (^Application$)
51+
variant: Get2|Get3|GetExpanded|GetExpanded1
52+
set:
53+
verb: Get
54+
subject: $1ById
55+
- where:
56+
verb: Get
57+
subject: (^ServicePrincipal$)
58+
variant: Get1|Get3|GetExpanded|GetExpanded1
59+
set:
60+
verb: Get
61+
subject: $1ById
62+
# Rename cmdlets with duplicates in their name.
63+
- where:
64+
subject: ^(OnPremisPublishingProfile)(\1)+
65+
set:
66+
subject: $1
67+
# Fix AutoREST OnPremis* typo.
68+
- where:
69+
subject: ^OnPremis(PublishingProfile.*)$
70+
set:
71+
subject: OnPremise$1
4672
```
47-
4873
### Versioning
4974
5075
``` yaml
Lines changed: 155 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,155 @@
1+
#
2+
# Module manifest for module 'Microsoft.Graph.Bookings'
3+
#
4+
# Generated by: Microsoft Corporation
5+
#
6+
# Generated on: 8/20/2020
7+
#
8+
9+
@{
10+
11+
# Script module or binary module file associated with this manifest.
12+
RootModule = './Microsoft.Graph.Bookings.psm1'
13+
14+
# Version number of this module.
15+
ModuleVersion = '0.9.2'
16+
17+
# Supported PSEditions
18+
CompatiblePSEditions = 'Core', 'Desktop'
19+
20+
# ID used to uniquely identify this module
21+
GUID = 'd58dcc16-7cf1-4709-937e-08d95612a339'
22+
23+
# Author of this module
24+
Author = 'Microsoft Corporation'
25+
26+
# Company or vendor of this module
27+
CompanyName = 'Microsoft Corporation'
28+
29+
# Copyright statement for this module
30+
Copyright = 'Microsoft Corporation. All rights reserved.'
31+
32+
# Description of the functionality provided by this module
33+
Description = 'Microsoft Graph PowerShell Cmdlets'
34+
35+
# Minimum version of the PowerShell engine required by this module
36+
PowerShellVersion = '5.1'
37+
38+
# Name of the PowerShell host required by this module
39+
# PowerShellHostName = ''
40+
41+
# Minimum version of the PowerShell host required by this module
42+
# PowerShellHostVersion = ''
43+
44+
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
45+
DotNetFrameworkVersion = '4.7.2'
46+
47+
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
48+
# ClrVersion = ''
49+
50+
# Processor architecture (None, X86, Amd64) required by this module
51+
# ProcessorArchitecture = ''
52+
53+
# Modules that must be imported into the global environment prior to importing this module
54+
RequiredModules = @(@{ModuleName = 'Microsoft.Graph.Authentication'; ModuleVersion = '0.9.1'; })
55+
56+
# Assemblies that must be loaded prior to importing this module
57+
RequiredAssemblies = './bin/Microsoft.Graph.Bookings.private.dll'
58+
59+
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
60+
# ScriptsToProcess = @()
61+
62+
# Type files (.ps1xml) to be loaded when importing this module
63+
# TypesToProcess = @()
64+
65+
# Format files (.ps1xml) to be loaded when importing this module
66+
FormatsToProcess = './Microsoft.Graph.Bookings.format.ps1xml'
67+
68+
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
69+
# NestedModules = @()
70+
71+
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
72+
FunctionsToExport = 'Get-MgBookingBusiness', 'Get-MgBookingBusinessAppointment',
73+
'Get-MgBookingBusinessCalendarView',
74+
'Get-MgBookingBusinessCustomer', 'Get-MgBookingBusinessService',
75+
'Get-MgBookingBusinessStaffMember', 'Get-MgBookingCurrency',
76+
'New-MgBookingBusiness', 'New-MgBookingBusinessAppointment',
77+
'New-MgBookingBusinessCalendarView',
78+
'New-MgBookingBusinessCustomer', 'New-MgBookingBusinessService',
79+
'New-MgBookingBusinessStaffMember', 'New-MgBookingCurrency',
80+
'Publish-MgBookingBusiness', 'Remove-MgBookingBusiness',
81+
'Remove-MgBookingBusinessAppointment',
82+
'Remove-MgBookingBusinessCalendarView',
83+
'Remove-MgBookingBusinessCustomer',
84+
'Remove-MgBookingBusinessService',
85+
'Remove-MgBookingBusinessStaffMember', 'Remove-MgBookingCurrency',
86+
'Stop-MgBookingBusinessAppointment',
87+
'Stop-MgBookingBusinessCalendarView', 'Unpublish-MgBookingBusiness',
88+
'Update-MgBookingBusiness', 'Update-MgBookingBusinessAppointment',
89+
'Update-MgBookingBusinessCalendarView',
90+
'Update-MgBookingBusinessCustomer',
91+
'Update-MgBookingBusinessService',
92+
'Update-MgBookingBusinessStaffMember', 'Update-MgBookingCurrency'
93+
94+
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
95+
CmdletsToExport = @()
96+
97+
# Variables to export from this module
98+
# VariablesToExport = @()
99+
100+
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
101+
AliasesToExport = '*'
102+
103+
# DSC resources to export from this module
104+
# DscResourcesToExport = @()
105+
106+
# List of all modules packaged with this module
107+
# ModuleList = @()
108+
109+
# List of all files packaged with this module
110+
# FileList = @()
111+
112+
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
113+
PrivateData = @{
114+
115+
#Profiles of this module
116+
Profiles = 'v1.0-beta'
117+
118+
PSData = @{
119+
120+
# Tags applied to this module. These help with module discovery in online galleries.
121+
Tags = 'Microsoft','Office365','Graph','PowerShell'
122+
123+
# A URL to the license for this module.
124+
LicenseUri = 'https://aka.ms/devservicesagreement'
125+
126+
# A URL to the main website for this project.
127+
ProjectUri = 'https://github.com/microsoftgraph/msgraph-sdk-powershell'
128+
129+
# A URL to an icon representing this module.
130+
IconUri = 'https://raw.githubusercontent.com/microsoftgraph/g-raph/master/g-raph.png'
131+
132+
# ReleaseNotes of this module
133+
ReleaseNotes = 'See https://aka.ms/GraphPowerShell-Release.'
134+
135+
# Prerelease string of this module
136+
# Prerelease = ''
137+
138+
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
139+
# RequireLicenseAcceptance = $false
140+
141+
# External dependent modules of this module
142+
# ExternalModuleDependencies = @()
143+
144+
} # End of PSData hashtable
145+
146+
} # End of PrivateData hashtable
147+
148+
# HelpInfo URI of this module
149+
# HelpInfoURI = ''
150+
151+
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
152+
# DefaultCommandPrefix = ''
153+
154+
}
155+

src/Bookings/Bookings/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ subject-prefix: ''
3535
### Versioning
3636
3737
``` yaml
38-
module-version: 0.9.0
38+
module-version: 0.9.2
3939
release-notes: See https://aka.ms/GraphPowerShell-Release.
4040
```

0 commit comments

Comments
 (0)