Skip to content

Conversation

@aim-for-better
Copy link
Member

@aim-for-better aim-for-better commented Oct 15, 2020

Description

  • For New-AzHDInsightCluster cmdlet:
    • Replaced parameter DefaultStorageAccountName with StorageAccountResourceId
    • Replaced parameter DefaultStorageAccountKey with StorageAccountKey
    • Replaced parameter DefaultStorageAccountType with StorageAccountType
    • Removed parameter PublicNetworkAccessType
    • Removed parameter OutboundPublicNetworkAccessType
    • Added new parameters: StorageFileSystem and StorageAccountManagedIdentity to support ADLSGen2
    • Added new parameter EnableIDBroker to Support HDInsight ID Broker
    • Added new parameters: KafkaClientGroupId, KafkaClientGroupName and KafkaManagementNodeSize to support Kafka Rest Proxy
  • For New-AzHDInsightClusterConfig cmdlet:
    • Replaced parameter DefaultStorageAccountName with StorageAccountResourceId
    • Replaced parameter DefaultStorageAccountKey with StorageAccountKey
    • Replaced parameter DefaultStorageAccountType with StorageAccountType
    • Removed parameter PublicNetworkAccessType
    • Removed parameter OutboundPublicNetworkAccessType
  • For Set-AzHDInsightDefaultStorage cmdlet:
    • Replaced parameter StorageAccountName with StorageAccountResourceId
  • For Add-AzHDInsightSecurityProfile cmdlet:
    • Replaced parameter Domain with DomainResourceId
    • Removed the mandatory requirement for parameter OrganizationalUnitDN

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)
    • the markdown help files have been regenerated using the commands listed here

Zhenyu Zhou added 2 commits October 15, 2020 20:48
add StorageFileSystem, StorageAccountManagedIdentity parameters
2. Support KafkaRestProxy: add new parameters: KafkaClientGroupName,
KafkaClientGroupId, KafkaManagementNodeSize
3. Support ESP and HIB: Change Domin to DominResourceId and
-EnableIDBroker switch parameter
4. Require Storage Resource Id instead name
@aim-for-better aim-for-better changed the title Change cluster create parameter2 extend parameter [HDInsight] breaking change: Support ADLSGen2 MSI, Kafka Rest Proxy, ESP and HIB feature Oct 15, 2020
@aim-for-better aim-for-better force-pushed the ChangeClusterCreateParameter2ExtendParameter branch from 608fc0f to a7b87b4 Compare October 16, 2020 03:19
@aim-for-better aim-for-better force-pushed the ChangeClusterCreateParameter2ExtendParameter branch from a7b87b4 to f6b6668 Compare October 16, 2020 04:13
@wyunchi-ms wyunchi-ms merged commit 4fd46ff into Azure:master Oct 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants