-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[Eventhub] Azure Stack support for 2019-03-01-hybrid profile #12113
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -203,7 +203,8 @@ def default_api_version(self): | |
| # Full MultiAPI support is not done in AppService, the line below is merely | ||
| # to have commands show up in the hybrid profile which happens to have the latest | ||
| # API versions | ||
| ResourceType.MGMT_APPSERVICE: '2018-02-01' | ||
| ResourceType.MGMT_APPSERVICE: '2018-02-01', | ||
| ResourceType.MGMT_EVENTHUB: '2017-04-01' | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I hope adding the api version here does NOT mandate , adding the api version to the latest profile as well. pls confirm
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Latest profile already has the same definition. Please see https://github.com/Azure/azure-cli/blob/dev/src/azure-cli-core/azure/cli/core/profiles/_shared.py#L151 |
||
| }, | ||
| '2018-03-01-hybrid': { | ||
| ResourceType.MGMT_STORAGE: '2016-01-01', | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -40,7 +40,7 @@ azure-mgmt-deploymentmanager==0.2.0 | |
| azure-mgmt-devtestlabs==2.2.0 | ||
| azure-mgmt-dns==2.1.0 | ||
| azure-mgmt-eventgrid==2.2.0 | ||
| azure-mgmt-eventhub==2.6.0 | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I remember you mentioning that CLI already consume the multi api event hub pacakge. In that case do we need to update the version? @Juliehzl
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Just in case there are new features in the latest version. Upgrading the python package has no effect on the existing commands because there is no change for api version. |
||
| azure-mgmt-eventhub==3.0.0 | ||
| azure-mgmt-hdinsight==1.3.0 | ||
| azure-mgmt-imagebuilder==0.2.1 | ||
| azure-mgmt-iotcentral==2.0.0 | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.