Conversation
…ddress, NetworkWatcher, VirtualNetworkGateway
…atewayConnection Protocol setter for connectivity check
jianghaolu
reviewed
May 1, 2018
| * Disable auto start. | ||
| * @return next definition stage | ||
| */ | ||
| WithCreate withoutAutoStart(); |
jianghaolu
reviewed
May 1, 2018
| * Entry point to connection monitors management API in Azure. | ||
| */ | ||
| @Fluent | ||
| @Beta |
jianghaolu
reviewed
May 1, 2018
| * The internal name the DDoS protection plan will be derived from the resource's name. | ||
| * @return the next stage of the definition | ||
| */ | ||
| WithCreateAndSubnet withNewDdosProtectionPlan(); |
jianghaolu
reviewed
May 1, 2018
| * Enable VM protection for all the subnets in the virtual network. | ||
| * @return the next stage of the definition | ||
| */ | ||
| WithCreateAndSubnet withVmProtection(); |
jianghaolu
approved these changes
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.