Skip to content

Commit 6e9ff9c

Browse files
committed
Rename DeviceAppManagement cmdlets.
1 parent 1bf6276 commit 6e9ff9c

File tree

13 files changed

+46
-15
lines changed

13 files changed

+46
-15
lines changed

src/Beta/DevicesApps.DeviceAppManagement/DevicesApps.DeviceAppManagement/Microsoft.Graph.DevicesApps.DeviceAppManagement.psd1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ModuleVersion = '0.2.1'
1818
CompatiblePSEditions = 'Core', 'Desktop'
1919

2020
# ID used to uniquely identify this module
21-
GUID = '64b98bfc-7bf3-4f9d-8ade-adf0f6c32b82'
21+
GUID = '1437dd02-e2cc-4049-8e80-1125609dac50'
2222

2323
# Author of this module
2424
Author = 'Microsoft Corporation'
@@ -269,6 +269,8 @@ FunctionsToExport =
269269
'Update-MgDeviceAppManagementMobileAppUserStatusesAppRelationship',
270270
'Update-MgDeviceAppManagementMobileAppUserStatusesDeviceStatuses',
271271
'Update-MgDeviceAppManagementMobileAppUserStatusesDeviceStatusesAppRelationship',
272+
'Update-MgDeviceAppManagementMultipleMobileAppRelationship',
273+
'Update-MgDeviceAppManagementMultiplePolicySet',
272274
'Update-MgDeviceAppManagementPolicySet',
273275
'Update-MgDeviceAppManagementPolicySetAssignment',
274276
'Update-MgDeviceAppManagementPolicySetItem',
@@ -285,9 +287,7 @@ FunctionsToExport =
285287
'Update-MgDeviceAppManagementWdacSupplementalPolicyDeviceStatuses',
286288
'Update-MgDeviceAppManagementWindowInformationProtectionDeviceRegistration',
287289
'Update-MgDeviceAppManagementWindowInformationProtectionPolicy',
288-
'Update-MgDeviceAppManagementWindowInformationProtectionWipeAction',
289-
'Update-MgMultipleDeviceAppManagementMobileAppRelationship',
290-
'Update-MgMultipleDeviceAppManagementPolicySet'
290+
'Update-MgDeviceAppManagementWindowInformationProtectionWipeAction'
291291

292292
# 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.
293293
CmdletsToExport = @()

src/Beta/DevicesApps.DeviceAppManagement/DevicesApps.DeviceAppManagement/readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@ subject-prefix: ''
3232
input-file: $(spec-doc-repo)/$(title).yml
3333
directive:
3434
# Remove paths that are too long.
35-
- remove-path-by-operation: ^deviceAppManagement.wdacSupplementalPolicies.deviceStatuses.policy_assign$|deviceManagement.deviceHealthScripts.deviceRunStates.managedDevice_deleteUserFromSharedAppleDevice
35+
- remove-path-by-operation: ^deviceAppManagement.wdacSupplementalPolicies.deviceStatuses.policy_assign$|^deviceManagement.deviceHealthScripts.deviceRunStates.managedDevice_deleteUserFromSharedAppleDevice$
3636
- where:
3737
verb: Update
38-
subject: ^(DeviceAppManagementMobileAppRelationship)$
38+
subject: ^(DeviceAppManagement)(MobileAppRelationship)$
3939
variant: ^Update$|^UpdateExpanded$|^UpdateViaIdentity$|^UpdateViaIdentityExpanded$
4040
set:
41-
subject: Multiple$1
41+
subject: $1Multiple$2
4242
- where:
4343
verb: Update
44-
subject: ^(DeviceAppManagementPolicySet)$
44+
subject: ^(DeviceAppManagement)(PolicySet)$
4545
variant: ^Update1$|^UpdateExpanded1$|^UpdateViaIdentity1$|^UpdateViaIdentityExpanded1$
4646
set:
47-
subject: Multiple$1
47+
subject: $1Multiple$2
4848
```
4949
5050
### Versioning

src/Beta/Groups.Actions/Groups.Actions/Microsoft.Graph.Groups.Actions.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ModuleVersion = '0.2.1'
1818
CompatiblePSEditions = 'Core', 'Desktop'
1919

2020
# ID used to uniquely identify this module
21-
GUID = 'd3a19811-d303-4cd4-b290-d1f623b727f7'
21+
GUID = '70948181-c034-4ece-8dcd-d9e9add4460c'
2222

2323
# Author of this module
2424
Author = 'Microsoft Corporation'

src/Beta/Groups.Actions/Groups.Actions/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ input-file: $(spec-doc-repo)/$(title).yml
3333
directive:
3434
# Remove paths that have /parent* or /calendarView*.
3535
- remove-path-by-operation: groups.onenote..*.parent.*|groups.*.calendarView.*
36-
# Remove Test-MgGroupProperty. It's a duplicate of Test-MgDirectoryObjectProperty.
36+
# Remove cmdlets.
3737
- where:
3838
verb: Test
3939
subject: ^GroupProperty$
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
bin
2+
obj
3+
.vs
4+
generated
5+
internal
6+
exports
7+
custom/*.psm1
8+
test/*-TestResults.xml
9+
/*.ps1
10+
/*.ps1xml
11+
/*.psm1
12+
/*.snk
13+
/*.csproj
14+
/*.nuspec

src/Beta/Sites.Actions/Sites.Actions/Microsoft.Graph.Sites.Actions.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ModuleVersion = '0.2.1'
1818
CompatiblePSEditions = 'Core', 'Desktop'
1919

2020
# ID used to uniquely identify this module
21-
GUID = '283728db-d033-4053-965a-9851e06ccf3c'
21+
GUID = '6a9ddc5f-fefb-4306-93f0-e38e7edc78ef'
2222

2323
# Author of this module
2424
Author = 'Microsoft Corporation'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
bin
2+
obj
3+
.vs
4+
generated
5+
internal
6+
exports
7+
custom/*.psm1
8+
test/*-TestResults.xml
9+
/*.ps1
10+
/*.ps1xml
11+
/*.psm1
12+
/*.snk
13+
/*.csproj
14+
/*.nuspec

src/Beta/Sites.Functions/Sites.Functions/Microsoft.Graph.Sites.Functions.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ModuleVersion = '0.2.1'
1818
CompatiblePSEditions = 'Core', 'Desktop'
1919

2020
# ID used to uniquely identify this module
21-
GUID = '4a857be7-6adf-4f89-ac35-a493669d08bb'
21+
GUID = '19a91896-e365-4084-83b1-0c2a02987d05'
2222

2323
# Author of this module
2424
Author = 'Microsoft Corporation'

0 commit comments

Comments
 (0)