Skip to content
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 support for List Operation on global reach connections #4589

Merged
merged 19 commits into from
Nov 27, 2018

Conversation

dedhar
Copy link
Contributor

@dedhar dedhar commented Nov 27, 2018

Latest improvements:

MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.

Contribution checklist:

  • [Y ] I have reviewed the documentation for the workflow.
  • Validation tools were run on swagger spec(s) and have all been fixed in this PR.
  • The OpenAPI Hub was used for checking validation status and next steps.

MikhailTryakhov and others added 18 commits October 30, 2018 12:42
* Update specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/networkWatcher.json

[Networkwatcher] add a new field "Format" with new type"FlowLogFormat" to FlowLogProperties

* Revert "Update specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/networkWatcher.json"

This reverts commit f4f438a.

* Update specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/networkWatcher.json

[networkwatcer] add FlowLogFormatParameters
* Adds base for updating Microsoft.Network from version stable/2018-08-01 to version 2018-10-01

* Updates readme

* Updates API version in new specs and examples

* Adds Rewrite rule set for Header CRUD

Adds the structure of rewriteRuleSets in the applicationGatewayProperties.
Adds recursively the sub structures in the rewriteRuleSet.
Adds the reference to rewriteRuleSet in the requestRoutingRule for both Basic rule and Path based rule.

* Adds examples for the Header CRUD in application gateway

* Fix the examples; replacing rules with rewriteRules.

* Fixing the properties of application Gateway rewriteRule

* Revert "Fixing the properties of application Gateway rewriteRule"

This reverts commit 05c9c91.

* Fixing the properties of application Gateway rewriteRule

* Mark the provisioning state as readOnly

* Mark etag as readOnly
…rces" (Azure#4467)

* Revert "Application Gateway - Adds Rewrite rule set for Header CRUD (Azure#4331)"

This reverts commit 633d12d.

* Revert "Port fix from PR 4459 to 2018-10-01 (Azure#4463)"

This reverts commit 5ea0c7b.

* Revert "change container nics property type on container nic config to resourceid (Azure#4459)"

This reverts commit baf31d9.
* identity and keyvault

* Capitalization comment
@openapi-portal-comment
Copy link

If you're a MSFT employee, click this link
to view this PR's validation status on our new OpenAPI Hub spec management tool.

@azuresdkci
Copy link
Contributor

Can one of the admins verify this patch?

@dedhar
Copy link
Contributor Author

dedhar commented Nov 27, 2018

@AutorestCI
Copy link

AutorestCI commented Nov 27, 2018

Automation for azure-sdk-for-js

The initial PR has been merged into your service PR:
Azure/azure-sdk-for-js#593

@AutorestCI
Copy link

AutorestCI commented Nov 27, 2018

Automation for azure-sdk-for-ruby

Nothing to generate for azure-sdk-for-ruby

@dedhar
Copy link
Contributor Author

dedhar commented Nov 27, 2018

Tested the change using local NRP and ARM Client
D:>armclient get "http://127.0.0.1/subscriptions/873b0459-81fb-4b4d-a304-68c4abb58ce6/resourceGroups/rg1/providers/Microsoft.Network/expressRouteCircuits/circuit_local526/peerings/AzurePrivatePeering/connections?api-version=2018-02-01"
{
"value": [
{
"name": "circuitConnectionCktAToB",
"id": "/subscriptions/873b0459-81fb-4b4d-a304-68c4abb58ce6/resourceGroups/rg1/providers/Microsoft.Network/expressRouteCircuits/circuit_local526/peerings/AzurePrivatePeering/connections/circuitConnectionCktAToB",
"etag": "W/"e7c5535a-40c8-4c47-810a-2a6f09b6c383"",
"properties": {
"provisioningState": "Succeeded",
"expressRouteCircuitPeering": {
"id": "/subscriptions/873b0459-81fb-4b4d-a304-68c4abb58ce6/resourceGroups/rg1/providers/Microsoft.Network/expressRouteCircuits/circuit_local526/peerings/AzurePrivatePeering"
},
"peerExpressRouteCircuitPeering": {
"id": "/subscriptions/873b0459-81fb-4b4d-a304-68c4abb58ce6/resourceGroups/rg1/providers/Microsoft.Network/expressRouteCircuits/circuit_peer526/peerings/AzurePrivatePeering"
},
"addressPrefix": "10.0.0.0/29",
"circuitConnectionStatus": "Connected"
},
"type": "Microsoft.Network/expressRouteCircuits/peerings/connections"
},
{
"name": "circuitConnectionCktAToC",
"id": "/subscriptions/873b0459-81fb-4b4d-a304-68c4abb58ce6/resourceGroups/rg1/providers/Microsoft.Network/expressRouteCircuits/circuit_local526/peerings/AzurePrivatePeering/connections/circuitConnectionCktAToC",
"etag": "W/"e7c5535a-40c8-4c47-810a-2a6f09b6c383"",
"properties": {
"provisioningState": "Succeeded",
"expressRouteCircuitPeering": {
"id": "/subscriptions/873b0459-81fb-4b4d-a304-68c4abb58ce6/resourceGroups/rg1/providers/Microsoft.Network/expressRouteCircuits/circuit_local526/peerings/AzurePrivatePeering"
},
"peerExpressRouteCircuitPeering": {
"id": "/subscriptions/873b0459-81fb-4b4d-a304-68c4abb58ce6/resourceGroups/rg1/providers/Microsoft.Network/expressRouteCircuits/circuit_third526/peerings/AzurePrivatePeering"
},
"addressPrefix": "20.0.0.0/29",
"circuitConnectionStatus": "Connected"
},
"type": "Microsoft.Network/expressRouteCircuits/peerings/connections"
}
]
}

@AutorestCI
Copy link

AutorestCI commented Nov 27, 2018

Automation for azure-sdk-for-python

The initial PR has been merged into your service PR:
Azure/azure-sdk-for-python#3779

Copy link

@syfarogh syfarogh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the update

@AutorestCI
Copy link

AutorestCI commented Nov 27, 2018

Automation for azure-sdk-for-go

The initial PR has been merged into your service PR:
Azure/azure-sdk-for-go#3422

@AutorestCI
Copy link

AutorestCI commented Nov 27, 2018

Automation for azure-sdk-for-node

The initial PR has been merged into your service PR:
Azure/azure-sdk-for-node#4205

@AutorestCI
Copy link

AutorestCI commented Nov 27, 2018

Automation for azure-sdk-for-java

Nothing to generate for azure-sdk-for-java

@MikhailTryakhov
Copy link
Contributor

merge directly to master approved cause we haven't created new branch yet

@MikhailTryakhov
Copy link
Contributor

@jianghaolu please merge

@jianghaolu jianghaolu merged commit 2aebd7d into Azure:master Nov 27, 2018
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.