Skip to content

Commit

Permalink
Fix ci analyze exception.
Browse files Browse the repository at this point in the history
  • Loading branch information
v-hongli1 committed Dec 20, 2024
1 parent 384cbaf commit ab846e4
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 57 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public RegistryProperties() {

/**
* Get the loginServer property: The URL that can be used to log into the container registry.
*
*
* @return the loginServer value.
*/
public String loginServer() {
Expand All @@ -114,7 +114,7 @@ public String loginServer() {

/**
* Get the creationDate property: The creation date of the container registry in ISO8601 format.
*
*
* @return the creationDate value.
*/
public OffsetDateTime creationDate() {
Expand All @@ -124,7 +124,7 @@ public OffsetDateTime creationDate() {
/**
* Get the provisioningState property: The provisioning state of the container registry at the time the operation
* was called.
*
*
* @return the provisioningState value.
*/
public ProvisioningState provisioningState() {
Expand All @@ -133,7 +133,7 @@ public ProvisioningState provisioningState() {

/**
* Get the status property: The status of the container registry at the time the operation was called.
*
*
* @return the status value.
*/
public Status status() {
Expand All @@ -142,7 +142,7 @@ public Status status() {

/**
* Get the adminUserEnabled property: The value that indicates whether the admin user is enabled.
*
*
* @return the adminUserEnabled value.
*/
public Boolean adminUserEnabled() {
Expand All @@ -151,7 +151,7 @@ public Boolean adminUserEnabled() {

/**
* Set the adminUserEnabled property: The value that indicates whether the admin user is enabled.
*
*
* @param adminUserEnabled the adminUserEnabled value to set.
* @return the RegistryProperties object itself.
*/
Expand All @@ -162,7 +162,7 @@ public RegistryProperties withAdminUserEnabled(Boolean adminUserEnabled) {

/**
* Get the networkRuleSet property: The network rule set for a container registry.
*
*
* @return the networkRuleSet value.
*/
public NetworkRuleSet networkRuleSet() {
Expand All @@ -171,7 +171,7 @@ public NetworkRuleSet networkRuleSet() {

/**
* Set the networkRuleSet property: The network rule set for a container registry.
*
*
* @param networkRuleSet the networkRuleSet value to set.
* @return the RegistryProperties object itself.
*/
Expand All @@ -182,7 +182,7 @@ public RegistryProperties withNetworkRuleSet(NetworkRuleSet networkRuleSet) {

/**
* Get the policies property: The policies for a container registry.
*
*
* @return the policies value.
*/
public Policies policies() {
Expand All @@ -191,7 +191,7 @@ public Policies policies() {

/**
* Set the policies property: The policies for a container registry.
*
*
* @param policies the policies value to set.
* @return the RegistryProperties object itself.
*/
Expand All @@ -202,7 +202,7 @@ public RegistryProperties withPolicies(Policies policies) {

/**
* Get the encryption property: The encryption settings of container registry.
*
*
* @return the encryption value.
*/
public EncryptionProperty encryption() {
Expand All @@ -211,7 +211,7 @@ public EncryptionProperty encryption() {

/**
* Set the encryption property: The encryption settings of container registry.
*
*
* @param encryption the encryption value to set.
* @return the RegistryProperties object itself.
*/
Expand All @@ -222,7 +222,7 @@ public RegistryProperties withEncryption(EncryptionProperty encryption) {

/**
* Get the dataEndpointEnabled property: Enable a single data endpoint per region for serving data.
*
*
* @return the dataEndpointEnabled value.
*/
public Boolean dataEndpointEnabled() {
Expand All @@ -231,7 +231,7 @@ public Boolean dataEndpointEnabled() {

/**
* Set the dataEndpointEnabled property: Enable a single data endpoint per region for serving data.
*
*
* @param dataEndpointEnabled the dataEndpointEnabled value to set.
* @return the RegistryProperties object itself.
*/
Expand All @@ -242,7 +242,7 @@ public RegistryProperties withDataEndpointEnabled(Boolean dataEndpointEnabled) {

/**
* Get the dataEndpointHostNames property: List of host names that will serve data when dataEndpointEnabled is true.
*
*
* @return the dataEndpointHostNames value.
*/
public List<String> dataEndpointHostNames() {
Expand All @@ -251,7 +251,7 @@ public List<String> dataEndpointHostNames() {

/**
* Get the privateEndpointConnections property: List of private endpoint connections for a container registry.
*
*
* @return the privateEndpointConnections value.
*/
public List<PrivateEndpointConnectionInner> privateEndpointConnections() {
Expand All @@ -260,7 +260,7 @@ public List<PrivateEndpointConnectionInner> privateEndpointConnections() {

/**
* Get the publicNetworkAccess property: Whether or not public network access is allowed for the container registry.
*
*
* @return the publicNetworkAccess value.
*/
public PublicNetworkAccess publicNetworkAccess() {
Expand All @@ -269,7 +269,7 @@ public PublicNetworkAccess publicNetworkAccess() {

/**
* Set the publicNetworkAccess property: Whether or not public network access is allowed for the container registry.
*
*
* @param publicNetworkAccess the publicNetworkAccess value to set.
* @return the RegistryProperties object itself.
*/
Expand All @@ -281,7 +281,7 @@ public RegistryProperties withPublicNetworkAccess(PublicNetworkAccess publicNetw
/**
* Get the networkRuleBypassOptions property: Whether to allow trusted Azure services to access a network restricted
* registry.
*
*
* @return the networkRuleBypassOptions value.
*/
public NetworkRuleBypassOptions networkRuleBypassOptions() {
Expand All @@ -291,7 +291,7 @@ public NetworkRuleBypassOptions networkRuleBypassOptions() {
/**
* Set the networkRuleBypassOptions property: Whether to allow trusted Azure services to access a network restricted
* registry.
*
*
* @param networkRuleBypassOptions the networkRuleBypassOptions value to set.
* @return the RegistryProperties object itself.
*/
Expand All @@ -302,7 +302,7 @@ public RegistryProperties withNetworkRuleBypassOptions(NetworkRuleBypassOptions

/**
* Get the zoneRedundancy property: Whether or not zone redundancy is enabled for this container registry.
*
*
* @return the zoneRedundancy value.
*/
public ZoneRedundancy zoneRedundancy() {
Expand All @@ -311,7 +311,7 @@ public ZoneRedundancy zoneRedundancy() {

/**
* Set the zoneRedundancy property: Whether or not zone redundancy is enabled for this container registry.
*
*
* @param zoneRedundancy the zoneRedundancy value to set.
* @return the RegistryProperties object itself.
*/
Expand All @@ -322,7 +322,7 @@ public RegistryProperties withZoneRedundancy(ZoneRedundancy zoneRedundancy) {

/**
* Validates the instance.
*
*
* @throws IllegalArgumentException thrown if the instance is not valid.
*/
public void validate() {
Expand Down Expand Up @@ -365,7 +365,7 @@ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {

/**
* Reads an instance of RegistryProperties from the JsonReader.
*
*
* @param jsonReader The JsonReader being read.
* @return An instance of RegistryProperties if the JsonReader was pointing to an instance of it, or null if it was
* pointing to JSON null.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public RegistryPropertiesUpdateParameters() {

/**
* Get the adminUserEnabled property: The value that indicates whether the admin user is enabled.
*
*
* @return the adminUserEnabled value.
*/
public Boolean adminUserEnabled() {
Expand All @@ -73,7 +73,7 @@ public Boolean adminUserEnabled() {

/**
* Set the adminUserEnabled property: The value that indicates whether the admin user is enabled.
*
*
* @param adminUserEnabled the adminUserEnabled value to set.
* @return the RegistryPropertiesUpdateParameters object itself.
*/
Expand All @@ -84,7 +84,7 @@ public RegistryPropertiesUpdateParameters withAdminUserEnabled(Boolean adminUser

/**
* Get the networkRuleSet property: The network rule set for a container registry.
*
*
* @return the networkRuleSet value.
*/
public NetworkRuleSet networkRuleSet() {
Expand All @@ -93,7 +93,7 @@ public NetworkRuleSet networkRuleSet() {

/**
* Set the networkRuleSet property: The network rule set for a container registry.
*
*
* @param networkRuleSet the networkRuleSet value to set.
* @return the RegistryPropertiesUpdateParameters object itself.
*/
Expand All @@ -104,7 +104,7 @@ public RegistryPropertiesUpdateParameters withNetworkRuleSet(NetworkRuleSet netw

/**
* Get the policies property: The policies for a container registry.
*
*
* @return the policies value.
*/
public Policies policies() {
Expand All @@ -113,7 +113,7 @@ public Policies policies() {

/**
* Set the policies property: The policies for a container registry.
*
*
* @param policies the policies value to set.
* @return the RegistryPropertiesUpdateParameters object itself.
*/
Expand All @@ -124,7 +124,7 @@ public RegistryPropertiesUpdateParameters withPolicies(Policies policies) {

/**
* Get the encryption property: The encryption settings of container registry.
*
*
* @return the encryption value.
*/
public EncryptionProperty encryption() {
Expand All @@ -133,7 +133,7 @@ public EncryptionProperty encryption() {

/**
* Set the encryption property: The encryption settings of container registry.
*
*
* @param encryption the encryption value to set.
* @return the RegistryPropertiesUpdateParameters object itself.
*/
Expand All @@ -144,7 +144,7 @@ public RegistryPropertiesUpdateParameters withEncryption(EncryptionProperty encr

/**
* Get the dataEndpointEnabled property: Enable a single data endpoint per region for serving data.
*
*
* @return the dataEndpointEnabled value.
*/
public Boolean dataEndpointEnabled() {
Expand All @@ -153,7 +153,7 @@ public Boolean dataEndpointEnabled() {

/**
* Set the dataEndpointEnabled property: Enable a single data endpoint per region for serving data.
*
*
* @param dataEndpointEnabled the dataEndpointEnabled value to set.
* @return the RegistryPropertiesUpdateParameters object itself.
*/
Expand All @@ -164,7 +164,7 @@ public RegistryPropertiesUpdateParameters withDataEndpointEnabled(Boolean dataEn

/**
* Get the publicNetworkAccess property: Whether or not public network access is allowed for the container registry.
*
*
* @return the publicNetworkAccess value.
*/
public PublicNetworkAccess publicNetworkAccess() {
Expand All @@ -173,7 +173,7 @@ public PublicNetworkAccess publicNetworkAccess() {

/**
* Set the publicNetworkAccess property: Whether or not public network access is allowed for the container registry.
*
*
* @param publicNetworkAccess the publicNetworkAccess value to set.
* @return the RegistryPropertiesUpdateParameters object itself.
*/
Expand All @@ -185,7 +185,7 @@ public RegistryPropertiesUpdateParameters withPublicNetworkAccess(PublicNetworkA
/**
* Get the networkRuleBypassOptions property: Whether to allow trusted Azure services to access a network restricted
* registry.
*
*
* @return the networkRuleBypassOptions value.
*/
public NetworkRuleBypassOptions networkRuleBypassOptions() {
Expand All @@ -195,7 +195,7 @@ public NetworkRuleBypassOptions networkRuleBypassOptions() {
/**
* Set the networkRuleBypassOptions property: Whether to allow trusted Azure services to access a network restricted
* registry.
*
*
* @param networkRuleBypassOptions the networkRuleBypassOptions value to set.
* @return the RegistryPropertiesUpdateParameters object itself.
*/
Expand All @@ -207,7 +207,7 @@ public NetworkRuleBypassOptions networkRuleBypassOptions() {

/**
* Validates the instance.
*
*
* @throws IllegalArgumentException thrown if the instance is not valid.
*/
public void validate() {
Expand Down Expand Up @@ -242,7 +242,7 @@ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {

/**
* Reads an instance of RegistryPropertiesUpdateParameters from the JsonReader.
*
*
* @param jsonReader The JsonReader being read.
* @return An instance of RegistryPropertiesUpdateParameters if the JsonReader was pointing to an instance of it, or
* null if it was pointing to JSON null.
Expand Down
Loading

0 comments on commit ab846e4

Please sign in to comment.