-
Notifications
You must be signed in to change notification settings - Fork 4.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
Re-generated Network for August release #4675
Conversation
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 great for the most part, need some questions answered
@@ -7,11 +7,15 @@ | |||
<PackageId>Microsoft.Azure.Management.Network</PackageId> | |||
<Description>Provides management capabilities for Network services.</Description> | |||
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> | |||
<Version>19.2.0-preview</Version> | |||
<Version>20.0.0-preview</Version> |
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.
@MikhailTryakhov any word on when you are planning to release a stable version here? Any reason why you plan to do a major version bump here
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.
@dsgouda I think we need publish stable version when all know issues will be fixed. now we have one in brooklyn team. let's I test all swagger issues we have (in optional jobs for example), fix them and next Ignite version will be stable
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.
if you are in preview you cannot bump up major version
@@ -1435,141 +1435,5 @@ public void LoadBalancerNatPoolTest() | |||
networkManagementClient.PublicIPAddresses.Delete(resourceGroupName, lbPublicIpName); | |||
} | |||
} | |||
|
|||
[Fact(Skip="Disable tests")] |
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 are these being deleted? Was this service deprecated?
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.
OutboundNatRules were never made public
Azure/azure-rest-api-specs#3592
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.
Specific comment: Azure/azure-rest-api-specs#3592 (comment)
@@ -7,11 +7,15 @@ | |||
<PackageId>Microsoft.Azure.Management.Network</PackageId> | |||
<Description>Provides management capabilities for Network services.</Description> | |||
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> | |||
<Version>19.2.0-preview</Version> | |||
<Version>20.0.0-preview</Version> |
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.
if you are in preview you cannot bump up major version
@shahabhijeet @dsgouda set file version to |
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.
LGTM
@shahabhijeet any additional feedback? |
close because waiting for changes in LB |
I'll update this PR once LB changes (Azure/azure-rest-api-specs#3697) are merged in |
Closing PR per @MikhailTryakhov 's comment |
@number213 Feel free to open a new PR when you are ready, I'll be happy to take a look |
Description
Based on: Azure/azure-rest-api-specs#3635
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
Testing Guidelines
SDK Generation Guidelines
*.csproj
andAssemblyInfo.cs
files have been updated with the new version of the SDK.