Skip to content

Commit

Permalink
Fixes 'pipe' change to 'comma' in the docs. Closes pnp#1420
Browse files Browse the repository at this point in the history
  • Loading branch information
jhagstrom authored and VelinGeorgiev committed Apr 11, 2020
1 parent b46e589 commit ab8add1
Show file tree
Hide file tree
Showing 318 changed files with 505 additions and 505 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/new-command.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ assignees: ''
| Option | Description |
| ----------------------- | ----------------------------------------- |
| `-o, --option <option>` | option |
| `-o, --output [output]` | Output type. `json\|text`. Default `text` |
| `-o, --output [output]` | Output type. `json,text`. Default `text` |
| `--verbose` | Runs command with verbose logging |
| `--debug` | Runs command with debug logging |

Expand Down
2 changes: 1 addition & 1 deletion docs/manual/docs/cmd/aad/groupsetting/groupsetting-add.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Option|Description
`--help`|output usage information
`-i, --templateId <templateId>`|The ID of the group setting template to use to create the group setting
`--query [query]`|JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples
`-o, --output [output]`|Output type. `json|text`. Default `text`
`-o, --output [output]`|Output type. `json,text`. Default `text`
`--pretty`|Prettifies `json` output
`--verbose`|Runs command with verbose logging
`--debug`|Runs command with debug logging
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/docs/cmd/aad/groupsetting/groupsetting-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Option|Description
`--help`|output usage information
`-i, --id <id>`|The ID of the group setting to retrieve
`--query [query]`|JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples
`-o, --output [output]`|Output type. `json|text`. Default `text`
`-o, --output [output]`|Output type. `json,text`. Default `text`
`--pretty`|Prettifies `json` output
`--verbose`|Runs command with verbose logging
`--debug`|Runs command with debug logging
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/docs/cmd/aad/groupsetting/groupsetting-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Option|Description
------|-----------
`--help`|output usage information
`--query [query]`|JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples
`-o, --output [output]`|Output type. `json|text`. Default `text`
`-o, --output [output]`|Output type. `json,text`. Default `text`
`--pretty`|Prettifies `json` output
`--verbose`|Runs command with verbose logging
`--debug`|Runs command with debug logging
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Option|Description
`-i, --id <id>`|The ID of the group setting to remove
`--confirm`|Don't prompt for confirming removing the group setting
`--query [query]`|JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples
`-o, --output [output]`|Output type. `json|text`. Default `text`
`-o, --output [output]`|Output type. `json,text`. Default `text`
`--pretty`|Prettifies `json` output
`--verbose`|Runs command with verbose logging
`--debug`|Runs command with debug logging
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/docs/cmd/aad/groupsetting/groupsetting-set.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Option|Description
`--help`|output usage information
`-i, --id <id>`|The ID of the group setting to update
`--query [query]`|JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples
`-o, --output [output]`|Output type. `json|text`. Default `text`
`-o, --output [output]`|Output type. `json,text`. Default `text`
`--pretty`|Prettifies `json` output
`--verbose`|Runs command with verbose logging
`--debug`|Runs command with debug logging
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Option|Description
`-i, --id [id]`|The ID of the settings template to retrieve. Specify the `id` or `displayName` but not both
`-n, --displayName [displayName]`|The display name of the settings template to retrieve. Specify the `id` or `displayName` but not both
`--query [query]`|JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples
`-o, --output [output]`|Output type. `json|text`. Default `text`
`-o, --output [output]`|Output type. `json,text`. Default `text`
`--pretty`|Prettifies `json` output
`--verbose`|Runs command with verbose logging
`--debug`|Runs command with debug logging
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Option|Description
------|-----------
`--help`|output usage information
`--query [query]`|JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples
`-o, --output [output]`|Output type. `json|text`. Default `text`
`-o, --output [output]`|Output type. `json,text`. Default `text`
`--pretty`|Prettifies `json` output
`--verbose`|Runs command with verbose logging
`--debug`|Runs command with debug logging
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/docs/cmd/aad/o365group/o365group-add.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Option|Description
`--isPrivate [isPrivate]`|Set to `true` if the Office 365 Group should be private and to `false` if it should be public (default)
`-l, --logoPath [logoPath]`|Local path to the image file to use as group logo
`--query [query]`|JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples
`-o, --output [output]`|Output type. `json|text`. Default `text`
`-o, --output [output]`|Output type. `json,text`. Default `text`
`--pretty`|Prettifies `json` output
`--verbose`|Runs command with verbose logging
`--debug`|Runs command with debug logging
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/docs/cmd/aad/o365group/o365group-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Option|Description
`-i, --id <id>`|The ID of the Office 365 Group to retrieve information for
`--includeSiteUrl`|Set to retrieve the site URL for the group
`--query [query]`|JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples
`-o, --output [output]`|Output type. `json|text`. Default `text`
`-o, --output [output]`|Output type. `json,text`. Default `text`
`--pretty`|Prettifies `json` output
`--verbose`|Runs command with verbose logging
`--debug`|Runs command with debug logging
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/docs/cmd/aad/o365group/o365group-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Option|Description
`--deleted`|Set to only retrieve deleted groups
`--orphaned`|Set to only retrieve groups without owners
`--query [query]`|JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples
`-o, --output [output]`|Output type. `json|text`. Default `text`
`-o, --output [output]`|Output type. `json,text`. Default `text`
`--pretty`|Prettifies `json` output
`--verbose`|Runs command with verbose logging
`--debug`|Runs command with debug logging
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/docs/cmd/aad/o365group/o365group-remove.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Option|Description
`-i, --id <id>`|The ID of the Office 365 Group to remove
`--confirm`|Don't prompt for confirming removing the group
`--query [query]`|JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples
`-o, --output [output]`|Output type. `json|text`. Default `text`
`-o, --output [output]`|Output type. `json,text`. Default `text`
`--pretty`|Prettifies `json` output
`--verbose`|Runs command with verbose logging
`--debug`|Runs command with debug logging
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/docs/cmd/aad/o365group/o365group-renew.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Option|Description
`--help`|output usage information
`-i, --id <id>`|The ID of the Office 365 group to renew
`--query [query]`|JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples
`-o, --output [output]`|Output type. `json|text`. Default `text`
`-o, --output [output]`|Output type. `json,text`. Default `text`
`--pretty`|Prettifies `json` output
`--verbose`|Runs command with verbose logging
`--debug`|Runs command with debug logging
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ aad o365group report activitydetail [options]
Option|Description
------|-----------
`--help`|output usage information
`-p, --period [period]`|The length of time over which the report is aggregated. Supported values `D7|D30|D90|D180`. Specify the `period` or `date`, but not both.
`-p, --period [period]`|The length of time over which the report is aggregated. Supported values `D7,D30,D90,D180`. Specify the `period` or `date`, but not both.
`-d, --date [date]`|The date for which you would like to view the users who performed any activity. Supported date format is `YYYY-MM-DD`. Specify the `date` or `period`, but not both.
`-f, --outputFile [outputFile]`|Path to the file where the Office 365 Groups activity by group report should be stored in
`--query [query]`|JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples
`-o, --output [output]`|Output type. `text|json`. Default `text`
`-o, --output [output]`|Output type. `text,json`. Default `text`
`--verbose`|Runs command with verbose logging
`--debug`|Runs command with debug logging

Expand Down
2 changes: 1 addition & 1 deletion docs/manual/docs/cmd/aad/o365group/o365group-restore.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Option|Description
`--help`|output usage information
`-i, --id <id>`|The ID of the Office 365 Group to restore
`--query [query]`|JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples
`-o, --output [output]`|Output type. `json|text`. Default `text`
`-o, --output [output]`|Output type. `json,text`. Default `text`
`--pretty`|Prettifies `json` output
`--verbose`|Runs command with verbose logging
`--debug`|Runs command with debug logging
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/docs/cmd/aad/o365group/o365group-set.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Option|Description
`--isPrivate [isPrivate]`|Set to true if the Office 365 Group should be private and to false if it should be public (default)
`-l, --logoPath [logoPath]`|Local path to the image file to use as group logo
`--query [query]`|JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples
`-o, --output [output]`|Output type. `json|text`. Default `text`
`-o, --output [output]`|Output type. `json,text`. Default `text`
`--pretty`|Prettifies `json` output
`--verbose`|Runs command with verbose logging
`--debug`|Runs command with debug logging
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/docs/cmd/aad/o365group/o365group-teamify.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Option|Description
`--help`|output usage information
`-i, --groupId <groupId>`|The ID of the Office 365 Group to connect to Microsoft Teams
`--query [query]`|JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples
`-o, --output [output]`|Output type. `json|text`. Default `text`
`-o, --output [output]`|Output type. `json,text`. Default `text`
`--pretty`|Prettifies `json` output
`--verbose`|Runs command with verbose logging
`--debug`|Runs command with debug logging
Expand Down
4 changes: 2 additions & 2 deletions docs/manual/docs/cmd/aad/o365group/o365group-user-add.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ Option|Description
`-i, --groupId [groupId]`|The ID of the Office 365 Group to which to add the user
`--teamId [teamId]`|The ID of the Teams team to which to add the user
`-n, --userName <userName>`|User's UPN (user principal name, eg. johndoe@example.com)
`-r, --role [role]`|The role to be assigned to the new user: `Owner|Member`. Default `Member`
`-r, --role [role]`|The role to be assigned to the new user: `Owner,Member`. Default `Member`
`--query [query]`|JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples
`-o, --output [output]`|Output type. `json|text`. Default `text`
`-o, --output [output]`|Output type. `json,text`. Default `text`
`--pretty`|Prettifies `json` output
`--verbose`|Runs command with verbose logging
`--debug`|Runs command with debug logging
Expand Down
4 changes: 2 additions & 2 deletions docs/manual/docs/cmd/aad/o365group/o365group-user-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Option|Description
`--help`|output usage information
`-i, --groupId [groupId]`|The ID of the Office 365 group for which to list users
`--teamId [teamId]`|The ID of the Microsoft Teams team for which to list users
`-r, --role [role]`|Filter the results to only users with the given role: `Owner|Member|Guest`
`-r, --role [role]`|Filter the results to only users with the given role: `Owner,Member,Guest`
`--query [query]`|JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples
`-o, --output [output]`|Output type. `json|text`. Default `text`
`-o, --output [output]`|Output type. `json,text`. Default `text`
`--pretty`|Prettifies `json` output
`--verbose`|Runs command with verbose logging
`--debug`|Runs command with debug logging
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Option|Description
`-n, --userName <userName>`|User's UPN (user principal name), eg. `johndoe@example.com`
`--confirm`|Don't prompt for confirming removing the user from the specified Office 365 Group or Microsoft Teams team
`--query [query]`|JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples
`-o, --output [output]`|Output type. `json|text`. Default `text`
`-o, --output [output]`|Output type. `json,text`. Default `text`
`--pretty`|Prettifies `json` output
`--verbose`|Runs command with verbose logging
`--debug`|Runs command with debug logging
Expand Down
4 changes: 2 additions & 2 deletions docs/manual/docs/cmd/aad/o365group/o365group-user-set.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ Option|Description
`-i, --groupId [groupId]`|The ID of the Office 365 group for which to update user
`--teamId [teamId]`|The ID of the Microsoft Teams team for which to update user
`-n, --userName <userName>`|UPN of the user for whom to update the role (eg. johndoe@example.com)
`-r, --role <role>`|Role to set for the given user in the specified Office 365 Group or Microsoft Teams team. Allowed values: `Owner|Member`
`-r, --role <role>`|Role to set for the given user in the specified Office 365 Group or Microsoft Teams team. Allowed values: `Owner,Member`
`--query [query]`|JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples
`-o, --output [output]`|Output type. `json|text`. Default `text`
`-o, --output [output]`|Output type. `json,text`. Default `text`
`--pretty`|Prettifies `json` output
`--verbose`|Runs command with verbose logging
`--debug`|Runs command with debug logging
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/docs/cmd/aad/oauth2grant/oauth2grant-add.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Option|Description
`-r, --resourceId <resourceId>`|`objectId` of the AAD application to which permissions should be granted
`-s, --scope <scope>`|Permissions to grant
`--query [query]`|JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples
`-o, --output [output]`|Output type. `json|text`. Default `text`
`-o, --output [output]`|Output type. `json,text`. Default `text`
`--pretty`|Prettifies `json` output
`--verbose`|Runs command with verbose logging
`--debug`|Runs command with debug logging
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/docs/cmd/aad/oauth2grant/oauth2grant-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Option|Description
`--help`|output usage information
`-i, --clientId <clientId>`|objectId of the service principal for which the configured OAuth2 permission grants should be retrieved
`--query [query]`|JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples
`-o, --output [output]`|Output type. `json|text`. Default `text`
`-o, --output [output]`|Output type. `json,text`. Default `text`
`--pretty`|Prettifies `json` output
`--verbose`|Runs command with verbose logging
`--debug`|Runs command with debug logging
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/docs/cmd/aad/oauth2grant/oauth2grant-remove.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Option|Description
`--help`|output usage information
`-i, --grantId <grantId>`|`objectId` of OAuth2 permission grant to remove
`--query [query]`|JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples
`-o, --output [output]`|Output type. `json|text`. Default `text`
`-o, --output [output]`|Output type. `json,text`. Default `text`
`--pretty`|Prettifies `json` output
`--verbose`|Runs command with verbose logging
`--debug`|Runs command with debug logging
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/docs/cmd/aad/oauth2grant/oauth2grant-set.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Option|Description
`-i, --grantId <grantId>`|`objectId` of OAuth2 permission grant to update
`-s, --scope <scope>`|Permissions to grant
`--query [query]`|JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples
`-o, --output [output]`|Output type. `json|text`. Default `text`
`-o, --output [output]`|Output type. `json,text`. Default `text`
`--pretty`|Prettifies `json` output
`--verbose`|Runs command with verbose logging
`--debug`|Runs command with debug logging
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Option|Description
`--help`|output usage information
`--confirm`|Don't prompt for confirming disabling site classification
`--query [query]`|JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples
`-o, --output [output]`|Output type. `json|text`. Default `text`
`-o, --output [output]`|Output type. `json,text`. Default `text`
`--pretty`|Prettifies `json` output
`--verbose`|Runs command with verbose logging
`--debug`|Runs command with debug logging
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Option|Description
`-u, --usageGuidelinesUrl [usageGuidelinesUrl]`|URL with usage guidelines for members
`-g, --guestUsageGuidelinesUrl [guestUsageGuidelinesUrl]`|URL with usage guidelines for guests
`--query [query]`|JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples
`-o, --output [output]`|Output type. `json|text`. Default `text`
`-o, --output [output]`|Output type. `json,text`. Default `text`
`--pretty`|Prettifies `json` output
`--verbose`|Runs command with verbose logging
`--debug`|Runs command with debug logging
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Option|Description
------|-----------
`--help`|output usage information
`--query [query]`|JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples
`-o, --output [output]`|Output type. `json|text`. Default `text`
`-o, --output [output]`|Output type. `json,text`. Default `text`
`--pretty`|Prettifies `json` output
`--verbose`|Runs command with verbose logging
`--debug`|Runs command with debug logging
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Option|Description
`-u, --usageGuidelinesUrl [usageGuidelinesUrl]`|URL with usage guidelines for members
`-g, --guestUsageGuidelinesUrl [guestUsageGuidelinesUrl]`|URL with usage guidelines for guests
`--query [query]`|JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples
`-o, --output [output]`|Output type. `json|text`. Default `text`
`-o, --output [output]`|Output type. `json,text`. Default `text`
`--pretty`|Prettifies `json` output
`--verbose`|Runs command with verbose logging
`--debug`|Runs command with debug logging
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/docs/cmd/aad/sp/sp-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Option|Description
`-i, --appId [appId]`|ID of the application for which the service principal should be retrieved
`-n, --displayName [displayName]`|Display name of the application for which the service principal should be retrieved
`--query [query]`|JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples
`-o, --output [output]`|Output type. `json|text`. Default `text`
`-o, --output [output]`|Output type. `json,text`. Default `text`
`--pretty`|Prettifies `json` output
`--verbose`|Runs command with verbose logging
`--debug`|Runs command with debug logging
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/docs/cmd/aad/user/user-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Option|Description
`-n, --userName [userName]`|The name of the user to retrieve information for. Specify `id` or `userName` but not both
`-p, --properties [properties]`|Comma-separated list of properties to retrieve
`--query [query]`|JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples
`-o, --output [output]`|Output type. `json|text`. Default `text`
`-o, --output [output]`|Output type. `json,text`. Default `text`
`--pretty`|Prettifies `json` output
`--verbose`|Runs command with verbose logging
`--debug`|Runs command with debug logging
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/docs/cmd/aad/user/user-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Option|Description
`--help`|output usage information
`-p, --properties [properties]`|Comma-separated list of properties to retrieve
`--query [query]`|JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples
`-o, --output [output]`|Output type. `json|text`. Default `text`
`-o, --output [output]`|Output type. `json,text`. Default `text`
`--pretty`|Prettifies `json` output
`--verbose`|Runs command with verbose logging
`--debug`|Runs command with debug logging
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Option|Description
------|-----------
`--help`|output usage information
`--query [query]`|JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples
`-o, --output [output]`|Output type. `json|text`. Default `text`
`-o, --output [output]`|Output type. `json,text`. Default `text`
`--pretty`|Prettifies `json` output
`--verbose`|Runs command with verbose logging
`--debug`|Runs command with debug logging
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Option|Description
`--help`|output usage information
`-p, --profile <profile>`|Path to the PowerShell profile file
`--query [query]`|JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples
`-o, --output [output]`|Output type. `json|text`. Default `text`
`-o, --output [output]`|Output type. `json,text`. Default `text`
`--pretty`|Prettifies `json` output
`--verbose`|Runs command with verbose logging
`--debug`|Runs command with debug logging
Expand Down

0 comments on commit ab8add1

Please sign in to comment.