Skip to content

Conversation

@lijinpei2008
Copy link
Contributor

Description

This change increases the number of cmdlets in HealthcareApis from 4 in the previous version to 25 now
We have made some changes to the 4 commands from the previous version.

  • New-AzHealthcareApisService and Set-AzHealthcareApisService
    • The current version combines their functions into New.
      • Previous version of Set operation.
        • Set-AzHealthcareApisService -Name MyService -ResourceGroupName MyResourceGroup -CosmosOfferThroughput 500
      • Current version of the Set operation.
        • New-AzHealthcareApisService -Name MyService -ResourceGroupName MyResourceGroup -Location MyLocation -Kind fhir-R4 -CosmosOfferThroughput 500
      • Previous version of Net operation.
        • New-AzHealthcareApisService -Name MyService -ResourceGroupName MyResourceGroup -Location MyLocation -Kind fhir-R4 -CosmosOfferThroughput 500
      • Current version of the Net operation.
        • New-AzHealthcareApisService -Name MyService -ResourceGroupName MyResourceGroup -Location MyLocation -Kind fhir-R4 -CosmosOfferThroughput 500
    • Modified the usage of some parameters.
      • [-DisableSmartProxy] and [-EnableSmartProxy]: now uniformly named as [-EnableSmartProxy], example: -EnableSmartProxy:$false or -EnableSmartProxy:$true
      • [-DisableCorsCredential] and [-AllowCorsCredential]: now uniformly named as [-AllowCorsCredential], example: -AllowCorsCredential:$false or -AllowCorsCredential:$true
      • [-ManagedIdentity] is renamed to [-IdentityType]
      • [-FhirVersion] is removed and the desired content can be selected with the parameter [-Kind]: 'fhir-Stu3', 'fhir-R4', 'fhir'
  • Get-AzHealthcareApisService
    • [-ResourceId] is removed: Get operation cannot be invoked via ResourceId
  • Remove-AzHealthcareApisService
    • [-ResourceId] is removed: the Remove operation cannot be invoked via the ResourceId

Checklist

  • I have read the Submitting Changes section of CONTRIBUTING.md
  • The title of the PR is clear and informative
  • The appropriate ChangeLog.md file(s) has been updated:
    • For any service, the ChangeLog.md file can be found at src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
    • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header -- no new version header should be added
  • The PR does not introduce breaking changes
  • If applicable, the changes made in the PR have proper test coverage
  • For public API changes to cmdlets:
    • a cmdlet design review was approved for the changes in this repository (Microsoft internal only)
      • {Please put the link here}
    • the markdown help files have been regenerated using the commands listed here

@lijinpei2008
Copy link
Contributor Author

/azp run azure-powershell - powershell-core

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

@lijinpei2008
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

@wyunchi-ms wyunchi-ms merged commit 7751e83 into main May 16, 2022
@lijinpei2008 lijinpei2008 deleted the codegen/HealthcareApis branch May 16, 2022 03:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants