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

[AutoPR servicefabric/data-plane] typo: servicefabric/data-plane/Microsoft.ServiceFabric #4029

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class ChaosTargetFilter(Model):
number, a config upgrade is required for
MaxNumberOfNodeTypesInChaosEntityFilter configuration.
:type node_type_inclusion_list: list[str]
:param application_inclusion_list: A list of application URI's to include
:param application_inclusion_list: A list of application URIs to include
in Chaos faults.
All replicas belonging to services of these applications are amenable to
replica faults (restart replica, remove replica, move primary, and move
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class ChaosTargetFilter(Model):
number, a config upgrade is required for
MaxNumberOfNodeTypesInChaosEntityFilter configuration.
:type node_type_inclusion_list: list[str]
:param application_inclusion_list: A list of application URI's to include
:param application_inclusion_list: A list of application URIs to include
in Chaos faults.
All replicas belonging to services of these applications are amenable to
replica faults (restart replica, remove replica, move primary, and move
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class ContainerCodePackageProperties(Model):
:type diagnostics: ~azure.servicefabric.models.DiagnosticsRef
:param reliable_collections_refs: A list of ReliableCollection resources
used by this particular code package. Please refer to
ReliablecollectionsRef for more details.
ReliableCollectionsRef for more details.
:type reliable_collections_refs:
list[~azure.servicefabric.models.ReliableCollectionsRef]
:ivar instance_view: Runtime information of a container instance.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class ContainerCodePackageProperties(Model):
:type diagnostics: ~azure.servicefabric.models.DiagnosticsRef
:param reliable_collections_refs: A list of ReliableCollection resources
used by this particular code package. Please refer to
ReliablecollectionsRef for more details.
ReliableCollectionsRef for more details.
:type reliable_collections_refs:
list[~azure.servicefabric.models.ReliableCollectionsRef]
:ivar instance_view: Runtime information of a container instance.
Expand Down
2 changes: 1 addition & 1 deletion azure-servicefabric/azure/servicefabric/models/epoch.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Epoch(Model):
Epoch. The configuration number is an increasing value that is updated
whenever the configuration of this replica set changes.
:type configuration_version: str
:param data_loss_version: The current dataloss number of this Epoch. The
:param data_loss_version: The current data loss number of this Epoch. The
data loss number property is an increasing value which is updated whenever
data loss is suspected, as when loss of a quorum of replicas in the
replica set that includes the Primary replica.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Epoch(Model):
Epoch. The configuration number is an increasing value that is updated
whenever the configuration of this replica set changes.
:type configuration_version: str
:param data_loss_version: The current dataloss number of this Epoch. The
:param data_loss_version: The current data loss number of this Epoch. The
data loss number property is an increasing value which is updated whenever
data loss is suspected, as when loss of a quorum of replicas in the
replica set that includes the Primary replica.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class FabricErrorError(Model):
- "FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS"
- "FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND"
- "FABRIC_E_VOLUME_ALREADY_EXISTS"
- "ABRIC_E_VOLUME_NOT_FOUND"
- "FABRIC_E_VOLUME_NOT_FOUND"
- "SerializationError"
- Possible values of the error code for HTTP status code 503 (Service
Unavailable)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class FabricErrorError(Model):
- "FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS"
- "FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND"
- "FABRIC_E_VOLUME_ALREADY_EXISTS"
- "ABRIC_E_VOLUME_NOT_FOUND"
- "FABRIC_E_VOLUME_NOT_FOUND"
- "SerializationError"
- Possible values of the error code for HTTP status code 503 (Service
Unavailable)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class HttpHostConfig(Model):
:type name: str
:param routes: Required. Route information to use for routing. Routes are
processed in the order they are specified. Specify routes that are more
specific before routes that can hamdle general cases.
specific before routes that can handle general cases.
:type routes: list[~azure.servicefabric.models.HttpRouteConfig]
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class HttpHostConfig(Model):
:type name: str
:param routes: Required. Route information to use for routing. Routes are
processed in the order they are specified. Specify routes that are more
specific before routes that can hamdle general cases.
specific before routes that can handle general cases.
:type routes: list[~azure.servicefabric.models.HttpRouteConfig]
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class PartitionBackupConfigurationInfo(BackupConfigurationInfo):
:param service_name: The full name of the service with 'fabric:' URI
scheme.
:type service_name: str
:param partition_id: The partition ID indentifying the partition.
:param partition_id: The partition ID identifying the partition.
:type partition_id: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class PartitionBackupConfigurationInfo(BackupConfigurationInfo):
:param service_name: The full name of the service with 'fabric:' URI
scheme.
:type service_name: str
:param partition_id: The partition ID indentifying the partition.
:param partition_id: The partition ID identifying the partition.
:type partition_id: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class PartitionBackupEntity(BackupEntity):
:param service_name: The full name of the service with 'fabric:' URI
scheme.
:type service_name: str
:param partition_id: The partition ID indentifying the partition.
:param partition_id: The partition ID identifying the partition.
:type partition_id: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class PartitionBackupEntity(BackupEntity):
:param service_name: The full name of the service with 'fabric:' URI
scheme.
:type service_name: str
:param partition_id: The partition ID indentifying the partition.
:param partition_id: The partition ID identifying the partition.
:type partition_id: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -532,14 +532,14 @@ class EntryPointStatus(str, Enum):

class ChaosStatus(str, Enum):

invalid = "Invalid" #: Indicates an invalid Chaos status. All Service Fabric enumerations have the invalid type. The valus is zero.
invalid = "Invalid" #: Indicates an invalid Chaos status. All Service Fabric enumerations have the invalid type. The value is zero.
running = "Running" #: Indicates that Chaos is not stopped. The value is one.
stopped = "Stopped" #: Indicates that Chaos is not scheduling further faults. The value is two.


class ChaosScheduleStatus(str, Enum):

invalid = "Invalid" #: Indicates an invalid Chaos Schedule status. All Service Fabric enumerations have the invalid type. The valus is zero.
invalid = "Invalid" #: Indicates an invalid Chaos Schedule status. All Service Fabric enumerations have the invalid type. The value is zero.
stopped = "Stopped" #: Indicates that the schedule is stopped and not being used to schedule runs of chaos. The value is one.
active = "Active" #: Indicates that the schedule is active and is being used to schedule runs of Chaos. The value is two.
expired = "Expired" #: Indicates that the schedule is expired and will no longer be used to schedule runs of Chaos. The value is three.
Expand Down Expand Up @@ -887,7 +887,7 @@ class ResourceStatus(str, Enum):
ready = "Ready" #: Indicates the resource is ready. The value is 1.
upgrading = "Upgrading" #: Indicates the resource is upgrading. The value is 2.
creating = "Creating" #: Indicates the resource is being created. The value is 3.
deleting = "Deleting" #: Indicates the resource is being deletd. The value is 4.
deleting = "Deleting" #: Indicates the resource is being deleted. The value is 4.
failed = "Failed" #: Indicates the resource is not functional due to persistent failures. See statusDetails property for more details. The value is 5.


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def delete(

def list(
self, secret_resource_name, custom_headers=None, raw=False, **operation_config):
"""List names of all values of the the specified secret resource.
"""List names of all values of the specified secret resource.

Gets information about all secret value resources of the specified
secret resource. The information includes the names of the secret value
Expand Down