[Modules] Changed to updated API and also added new feature properties#1490
[Modules] Changed to updated API and also added new feature properties#1490prasanjeets wants to merge 8 commits intomainfrom
Conversation
eriqua
left a comment
There was a problem hiding this comment.
Thanks for your contribution! Please regenerate all related readme files after changing the templates leveraging the utility in utilities\tools\Set-ModuleReadMe.ps1
| ### Parameter Usage: `<ParameterPlaceholder>` | ||
|
|
||
| // TODO: Fill in Parameter usage | ||
|
|
There was a problem hiding this comment.
Please either add parameter usage if needed or remove this placeholder
There was a problem hiding this comment.
Could you kindly double check? I still see the old code
There was a problem hiding this comment.
Not sure, I can see the correct code in my branch
There was a problem hiding this comment.
You can. Just update you main to latest & merge it into you branch:
git checkout main
git pull
git checkout 'users/prsaha/apifixrsv#1388'
git merge main| @@ -1,18 +1,19 @@ | |||
| # RecoveryServicesProtectionContainer `[Microsoft.RecoveryServices/vaults/protectionContainers]` | |||
| # RecoveryServices Vaults ProtectionContainers `[Microsoft.RecoveryServices/vaults/protectionContainers]` | |||
There was a problem hiding this comment.
| # RecoveryServices Vaults ProtectionContainers `[Microsoft.RecoveryServices/vaults/protectionContainers]` | |
| # Recovery Services Vaults Protection Containers `[Microsoft.RecoveryServices/vaults/protectionContainers]` |
There was a problem hiding this comment.
Could you kindly double check? I still see the old code
There was a problem hiding this comment.
Not sure, I can see the correct code in my branch
| This module deploys RecoveryServices Vaults ProtectionContainers. | ||
| // TODO: Replace Resource and fill in description |
There was a problem hiding this comment.
| This module deploys RecoveryServices Vaults ProtectionContainers. | |
| // TODO: Replace Resource and fill in description | |
| This module deploys a recovery services vault protection container. |
There was a problem hiding this comment.
Please remove this line as it has been correctly replaced below
| enableDefaultTelemetry: enableChildTelemetry |
| storageModelType: backupStorageConfig.storageModelType | ||
| crossRegionRestoreFlag: backupStorageConfig.crossRegionRestoreFlag | ||
| enableDefaultTelemetry: enableReferencedModulesTelemetry | ||
| enableDefaultTelemetry: enableChildTelemetry |
There was a problem hiding this comment.
Please replace any occurrence of enableChildTelemetry with enableReferencedModulesTelemetry
…e/ResourceModules into users/prsaha/apifixrsv#1388
eriqua
left a comment
There was a problem hiding this comment.
Something is off, the PR now shows 618 file updates. Probably due to a pull from main. Please double check.
| @@ -1,46 +0,0 @@ | |||
| # Recovery Service Vault Protection Container Protected Item `[Microsoft.RecoveryServices/vaults/protectionContainers/protectedItems]` | |||
There was a problem hiding this comment.
Same for the subsequent PR #1572 - why are these files deleted?
Description
Pipeline references
Type of Change
Please delete options that are not relevant.
Checklist