Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.3.2 Pre-Releases #565

Merged
merged 4 commits into from
Feb 23, 2021
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
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = './Microsoft.Graph.Authentication.psm1'

# Version number of this module.
ModuleVersion = '1.3.1'
ModuleVersion = '1.3.2'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@ directive:
# Remove invalid paths that exceed Windows file name limit.
- remove-path-by-operation: ^deviceManagement.(deviceShellScripts.userRunStates.deviceRunStates.managedDevice_.*|windowsAutopilotDeploymentProfiles.(assignedDevices_updateDeviceProperties|assignedDevices.deploymentProfile_assign|assignedDevices.intendedDeploymentProfile_assign|assignedDevices_assignResourceAccountToDevice|assignedDevices_unassignResourceAccountFromDevice)|deviceComplianceScripts.deviceRunStates.managedDevice_.*|deviceCustomAttributeShellScripts.(deviceRunStates.managedDevice_.*|userRunStates.deviceRunStates.managedDevice_.*)|deviceManagementScripts.deviceRunStates.managedDevice(_updateWindowsDeviceAccount|_logoutSharedAppleDeviceActiveUser|_deleteUserFromSharedAppleDevice|_createDeviceLogCollectionRequest|_sendCustomNotificationToCompanyPortal|_triggerConfigurationManagerAction|_windowsDefenderUpdateSignatures)|deviceManagementScripts.userRunStates.deviceRunStates.managedDevice_.*|deviceConfigurations.groupAssignments.deviceConfiguration(_assignedAccessMultiModeProfiles|_windowsPrivacyAccessControls)|deviceHealthScripts.deviceRunStates.managedDevice(_sendCustomNotificationToCompanyPortal|_createDeviceLogCollectionRequest)|deviceShellScripts.deviceRunStates.managedDevice_sendCustomNotificationToCompanyPortal)$

# Remove cmdlets.
- where:
verb: New
subject: ^DeviceManagementComanagedDeviceLogCollectionRequest$
remove: true
- where:
verb: Update
subject: ^DeviceManagementComanagedDevice.*
remove: true

# Rename cmdlets.
- where:
verb: Get
Expand All @@ -56,8 +66,23 @@ directive:
set:
verb: Invoke
subject: $1WindowsPrivacyAccessControl
- where:
verb: Update
subject: ^(DeviceManagementGroupPolicyConfiguration)(DefinitionValue)$
set:
subject: $1Multiple$2
- where:
verb: Update
subject: ^(DeviceManagementIntent)(Setting)$
set:
subject: $1Multiple$2
- where:
verb: Update
subject: ^(DeviceManagementManagedDevice)$
set:
verb: New
subject: $1WindowsDefenderUpdateSignature
```

### Versioning

``` yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,24 @@ require:
title: $(service-name)
subject-prefix: ''
```

### Directives

> see https://github.com/Azure/autorest/blob/master/docs/powershell/directives.md

``` yaml
directive:
# Remove cmdlets.
- where:
verb: New
subject: ^DeviceManagementGroupPolicyMigrationReport$
remove: true
- where:
verb: Remove
subject: ^DeviceManagementGroupPolicyUploadedDefinitionFile$
remove: true
```

### Versioning

``` yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,30 @@ require:
title: $(service-name)
subject-prefix: ''
```

### Directives

> see https://github.com/Azure/autorest/blob/master/docs/powershell/directives.md

``` yaml
directive:
# Rename cmdlets.
- where:
subject: ^(DeviceManagement(Condition|ConditionStatementManagementCondition|ConditionStatementManagementConditionStatement))$
set:
subject: $1ForPlatform
- where:
subject: ^(DeviceManagementRoleScopeTag)$
variant: ^Get$
set:
subject: $1ById
- where:
subject: ^(DeviceManagementRoleScopeTag)$
variant: ^Get1$|^GetViaIdentity$
set:
subject: $1ByResource
```

### Versioning

``` yaml
Expand Down
11 changes: 10 additions & 1 deletion src/DeviceManagement/DeviceManagement/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@ directive:
# Remove invalid paths.
- remove-path-by-operation: ^deviceManagement.(deviceManagementScripts.userRunStates.deviceRunStates_SetRefManagedDevice|groupPolicyConfigurations.definitionValues.presentationValues_SetRefDefinitionValue|groupPolicyConfigurations.definitionValues.presentationValues_SetRefPresentation|deviceShellScripts.userRunStates.deviceRunStates_SetRefManagedDevice)$

# Remove cmdlets.
- where:
verb: New
subject: ^DeviceManagement(Managed|Comanaged)DeviceLogCollectionRequest$
remove: true
- where:
verb: Update
subject: ^DeviceManagementComanagedDevice$
remove: true

# Rename cmdlets.
- where:
subject: ^(DeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance)$
Expand All @@ -64,7 +74,6 @@ directive:
set:
subject: $1ForWorkSetting
```

### Versioning

``` yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ subject-prefix: ''
``` yaml
directive:
# Remove paths that are too long.
- remove-path-by-operation: ^deviceAppManagement.wdacSupplementalPolicies.deviceStatuses(.policy_assign|_GetPolicy|_GetRefPolicy|_UpdateRefPolicy|_DeleteRefPolicy|_SetRefPolicy)$|^deviceManagement.deviceHealthScripts.deviceRunStates.managedDevice_deleteUserFromSharedAppleDevice$
- remove-path-by-operation: ^deviceAppManagement.wdacSupplementalPolicies.deviceStatuses(.policy_assign|_GetPolicy|_GetRefPolicy|_UpdateRefPolicy|_DeleteRefPolicy|_SetRefPolicy)$|^deviceManagement.deviceHealthScripts.deviceRunStates.managedDevice_deleteUserFromSharedAppleDevice|^deviceAppManagement.mobileApps.userStatuses.deviceStatuses.app.microsoft.graph.iosVppApp_.*$
# Rename cmdlets with duplicates in their name.
- where:
subject: ^(DeviceAppManagement)(\1)+
Expand Down
2 changes: 1 addition & 1 deletion src/Financials/Financials/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ directive:
### Versioning

``` yaml
module-version: 1.3.1
module-version: 1.3.2
release-notes: See https://aka.ms/GraphPowerShell-Release.
```
2 changes: 1 addition & 1 deletion src/Notes/Notes/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ directive:
### Versioning

``` yaml
module-version: 1.3.1
module-version: 1.3.2
release-notes: See https://aka.ms/GraphPowerShell-Release.
```