-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Add Databricks autogen module #11448
Conversation
…-changelog Update changelog for Az.Network
BugFix for PrivateLinkServiceConnectionState
[Compute] Show the exact string value for VM PowerState in the table format.
[DataFactory] Upgrade SDK to 4.8.0
…to iot-distributed-tracing
Release 2020 03 10
Merge release-2020-03-10 to master
…ies count( since prod outage was removed). add tests for ticket status.
Get-AzGalleryImageVersion fix example args
Update New-AzScheduledQueryRuleLogMetricTrigger.md
Can one of the admins verify this patch? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The folder tools and resources are not needed. And the others look good to me.
src/Databricks/Az.Databricks.csproj
Outdated
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="PowerShellStandard.Library" Version="5.1.0" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please clean the comments.
EndProject | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{62843FE6-7575-4D88-B989-7DF7EEC0BC01}" | ||
EndProject | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{442C609B-A431-4A71-B289-08F0B63C83E5}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why Accounts, Authentication, Authenticators, Authentication.ResourceManager are required?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keep it there following convention.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. And two minor comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src/Databricks/MSSharedLibKey.snk
was this file chewcked in by accident?
src/Databricks/Az.Databricks.psd1
Outdated
RootModule = './Az.Databricks.psm1' | ||
|
||
# Version number of this module. | ||
ModuleVersion = '0.0.1' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Version usually starts from 0.1.0
See https://semver.org/#how-should-i-deal-with-revisions-in-the-0yz-initial-development-phase
src/Databricks/ChangeLog.md
Outdated
--> | ||
## Upcoming Release | ||
|
||
## Version 0.0.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And here too :)
[assembly: ComVisible(false)] | ||
[assembly: CLSCompliant(false)] | ||
[assembly: Guid("4D3E68BD-35BC-4C97-8F40-A832CBA17AF7")] | ||
[assembly: AssemblyVersion("0.0.1")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here too
Keep it there following current Autorest structure. |
Description
Fix #10879
Checklist
CONTRIBUTING.md
ChangeLog.md
file(s) has been updated:ChangeLog.md
file can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
## Upcoming Release
header -- no new version header should be added