Skip to content

Updating Network#428

Merged
lenala merged 26 commits intoAzure:masterfrom
lenala:network-update
May 1, 2018
Merged

Updating Network#428
lenala merged 26 commits intoAzure:masterfrom
lenala:network-update

Conversation

@lenala
Copy link
Contributor

@lenala lenala commented Apr 20, 2018

No description provided.

@lenala lenala requested a review from jianghaolu May 1, 2018 01:23
* Disable auto start.
* @return next definition stage
*/
WithCreate withoutAutoStart();
Copy link
Contributor

Choose a reason for hiding this comment

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

* Entry point to connection monitors management API in Azure.
*/
@Fluent
@Beta
Copy link
Contributor

Choose a reason for hiding this comment

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

Since version?

* The internal name the DDoS protection plan will be derived from the resource's name.
* @return the next stage of the definition
*/
WithCreateAndSubnet withNewDdosProtectionPlan();
Copy link
Contributor

Choose a reason for hiding this comment

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

* Enable VM protection for all the subnets in the virtual network.
* @return the next stage of the definition
*/
WithCreateAndSubnet withVmProtection();
Copy link
Contributor

Choose a reason for hiding this comment

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

@lenala lenala merged commit 0818e69 into Azure:master May 1, 2018
anuchandy added a commit that referenced this pull request May 11, 2018
* Added namespace filtering for Monitor Metrics query. (#427)

* Added namespace filtering for Monitor Metrics query.

* re-recorded test

* Regenerated Batch from swagger tag=package-2017-09 (#429)

* Regenerated Batch from swagger tag=package-2017-09

* Re-recorded tests.

* Re-recorded Batch sample.

* Fix JavaDoc NPE exception when generating JavaDoc under JDK 9 (#410)

* Fix use of ampersand characters in JavaDoc by replacing with &

* Update JavaDoc comment that incorrectly attempts to use @link to reference a type U, where U is not a class that can be looked up. This results in a JavaDoc NPE when using JDK 9, preventing JavaDoc from being generated for this library due to the issue discussed at https://bugs.openjdk.java.net/browse/JDK-8188248

* Updating Network (#428)

* Added application security groups

* Added route filters

* Added route filter rules

* checkstyle

* Adding list availbale providers for network watcher

* Adding reachability report for network watcher

* checkstyle

* Connection Monitor for Network Watcher

* test for Connection Monitor

* Adding DDoS protection plans

* Adding disableBgpRoutePropagation property to RouteTable

* checkstyle

* Adding DDoS protection plans and VM protection

* remoteAddressSpace property for NetworkPeering

* updateTags() for LocalNetworkGateway

* updateTags() for Network

* updateTags() for ExpressRouteCircuit, NetworkSecurityGroup, PublicIPAddress, NetworkWatcher, VirtualNetworkGateway

* updateTags() for NetworkInterface

* updateTags() for RouteTable

* checkstyle

* updateTags() for LoadBalancer, ApplicationGateway and VirtualNetworkGatewayConnection
Protocol setter for connectivity check

* ipTags for PublicIPAddress

* adding application security groups for NetworkInterface

* fixing build

* session record

* addressing code review

* Add implementation to create Cassandra, Azure Table and Gremlin data model CosmosDB accounts. (#431)

* Batch AI bugfix (#434)

* Batch AI bugfix

* Batch AI bugfix

* Batch AI usages operation

* Addressing code review

* Adding new Australia Central regions (#436)

* Re-record multiple wars test (#440)

* Readme 1.10 (#439)

* Readme 1.10 (#437)

first draft

* adding changes for Batch AI

* updating migration notes

* Up versions

* [maven-release-plugin] prepare release v1.10.0

* [maven-release-plugin] prepare for next development iteration

* AKS: Kubernetes versions support (#442)

* Add new Kubernetes versions and implement overload to pass the version as a string value.

* ACI: refactoring and add support for launchExec() operation. (#444)

* Refactoring and add support for launchExec() operation.

* Added storage method annotation to Fluent flow (#443)

* Added storage method annotation to Fluent flow

* Added more Method annotation to Storage
anuchandy added a commit that referenced this pull request May 24, 2018
* Generate key vault 2018-02-14-preview

* kv2018 Sync with upstream master  (#446)

* Added namespace filtering for Monitor Metrics query. (#427)

* Added namespace filtering for Monitor Metrics query.

* re-recorded test

* Regenerated Batch from swagger tag=package-2017-09 (#429)

* Regenerated Batch from swagger tag=package-2017-09

* Re-recorded tests.

* Re-recorded Batch sample.

* Fix JavaDoc NPE exception when generating JavaDoc under JDK 9 (#410)

* Fix use of ampersand characters in JavaDoc by replacing with &

* Update JavaDoc comment that incorrectly attempts to use @link to reference a type U, where U is not a class that can be looked up. This results in a JavaDoc NPE when using JDK 9, preventing JavaDoc from being generated for this library due to the issue discussed at https://bugs.openjdk.java.net/browse/JDK-8188248

* Updating Network (#428)

* Added application security groups

* Added route filters

* Added route filter rules

* checkstyle

* Adding list availbale providers for network watcher

* Adding reachability report for network watcher

* checkstyle

* Connection Monitor for Network Watcher

* test for Connection Monitor

* Adding DDoS protection plans

* Adding disableBgpRoutePropagation property to RouteTable

* checkstyle

* Adding DDoS protection plans and VM protection

* remoteAddressSpace property for NetworkPeering

* updateTags() for LocalNetworkGateway

* updateTags() for Network

* updateTags() for ExpressRouteCircuit, NetworkSecurityGroup, PublicIPAddress, NetworkWatcher, VirtualNetworkGateway

* updateTags() for NetworkInterface

* updateTags() for RouteTable

* checkstyle

* updateTags() for LoadBalancer, ApplicationGateway and VirtualNetworkGatewayConnection
Protocol setter for connectivity check

* ipTags for PublicIPAddress

* adding application security groups for NetworkInterface

* fixing build

* session record

* addressing code review

* Add implementation to create Cassandra, Azure Table and Gremlin data model CosmosDB accounts. (#431)

* Batch AI bugfix (#434)

* Batch AI bugfix

* Batch AI bugfix

* Batch AI usages operation

* Addressing code review

* Adding new Australia Central regions (#436)

* Re-record multiple wars test (#440)

* Readme 1.10 (#439)

* Readme 1.10 (#437)

first draft

* adding changes for Batch AI

* updating migration notes

* Up versions

* [maven-release-plugin] prepare release v1.10.0

* [maven-release-plugin] prepare for next development iteration

* AKS: Kubernetes versions support (#442)

* Add new Kubernetes versions and implement overload to pass the version as a string value.

* ACI: refactoring and add support for launchExec() operation. (#444)

* Refactoring and add support for launchExec() operation.

* Added storage method annotation to Fluent flow (#443)

* Added storage method annotation to Fluent flow

* Added more Method annotation to Storage

* Added enableSoftDelete, DeletedVault, and Purge to method group (#432)

* Added enableSoftDelete, DeletedVault, and Purge to method group

* re-recorded tests

* Updates from code review

* Updated access policy to include storage

* Moved converter for DeletedVaultInner

* Added async methods

* Removed unecessary async methods and SupportsListing<Vault> from Vaults, updates to checkNameAvailabilityResult

* Simplified async access and elevated properties for Vault and DeletedVault

* Updated checkstyle

* Elevated access policies

* Moved recovery of softDeletedVault to independent method

* Changed purgeDeletedAsync to return Completable

* Removed unused interfaces and added beta annotations

* Unused imports in vaultImpl

* Updated javadocs for accessPolicy

* Kv2018 acl update (#449)

* Added networkAcl access create/update

* Updated network acls by elevating inner props

* Vault had extraneous method

* Fixed javadoc errors for keyvault

* Corrected and rerecorded tests

* Moving the wrap deployment portion of app-service test to run only on live
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.

2 participants

Comments