Skip to content

Commit

Permalink
[AutoPR servicefabric/data-plane] typo: servicefabric/data-plane/Micr…
Browse files Browse the repository at this point in the history
…osoft.ServiceFabric (#797)

* Generated from 8c41c042c345003dcfcccabf18994983b56d22c9

typo: servicefabric/data-plane/Microsoft.ServiceFabric

- Double word "the"
- ABRIC -> FABRIC
- dataloss -> data loss
- valus -> value
- indentifying -> identifying
- deletd -> deleted
- hamdle -> handle

* Generated from 02e15baba78e14cf7baa35522a34b687c9205196

typo: servicefabric/data-plane/Microsoft.ServiceFabric

- Double word "the"
- ABRIC -> FABRIC
- dataloss -> data loss
- valus -> value
- indentifying -> identifying
- deletd -> deleted
- hamdle -> handle
- ReliablecollectionsRef -> ReliableCollectionsRef

* Generated from cc06be4e41e2746fee4c6401cc8d042c0cd145e6

typo: servicefabric/data-plane/Microsoft.ServiceFabric

- Double word "the"
- ABRIC -> FABRIC
- dataloss -> data loss
- valus -> value
- indentifying -> identifying
- deletd -> deleted
- hamdle -> handle
- ReliablecollectionsRef -> ReliableCollectionsRef
- URI's -> URIs
  • Loading branch information
AutorestCI authored Dec 10, 2018
1 parent 135d707 commit d4f58d0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
22 changes: 10 additions & 12 deletions packages/@azure/servicefabric/lib/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export interface FabricErrorError {
* - "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
Expand Down Expand Up @@ -3651,7 +3651,7 @@ export interface Epoch {
*/
configurationVersion?: string;
/**
* @member {string} [dataLossVersion] The current dataloss number of this
* @member {string} [dataLossVersion] 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 Expand Up @@ -7455,7 +7455,7 @@ export interface ChaosTargetFilter {
*/
nodeTypeInclusionList?: string[];
/**
* @member {string[]} [applicationInclusionList] A list of application URI's
* @member {string[]} [applicationInclusionList] 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 Expand Up @@ -11622,8 +11622,7 @@ export interface PartitionBackupConfigurationInfo {
*/
serviceName?: string;
/**
* @member {string} [partitionId] The partition ID indentifying the
* partition.
* @member {string} [partitionId] The partition ID identifying the partition.
*/
partitionId?: string;
}
Expand Down Expand Up @@ -11699,8 +11698,7 @@ export interface PartitionBackupEntity {
*/
serviceName?: string;
/**
* @member {string} [partitionId] The partition ID indentifying the
* partition.
* @member {string} [partitionId] The partition ID identifying the partition.
*/
partitionId?: string;
}
Expand Down Expand Up @@ -16646,7 +16644,7 @@ export interface HttpHostConfig {
/**
* @member {HttpRouteConfig[]} routes 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.
* are more specific before routes that can handle general cases.
*/
routes: HttpRouteConfig[];
}
Expand Down Expand Up @@ -17114,7 +17112,7 @@ export interface ContainerCodePackageProperties {
/**
* @member {ReliableCollectionsRef[]} [reliableCollectionsRefs] A list of
* ReliableCollection resources used by this particular code package. Please
* refer to ReliablecollectionsRef for more details.
* refer to ReliableCollectionsRef for more details.
*/
reliableCollectionsRefs?: ReliableCollectionsRef[];
/**
Expand Down Expand Up @@ -24921,7 +24919,7 @@ export enum EntryPointStatus {
export enum ChaosStatus {
/**
* Indicates an invalid Chaos status. All Service Fabric enumerations have
* the invalid type. The valus is zero.
* the invalid type. The value is zero.
*/
Invalid = 'Invalid',
/**
Expand Down Expand Up @@ -24949,7 +24947,7 @@ export enum ChaosStatus {
export enum ChaosScheduleStatus {
/**
* Indicates an invalid Chaos Schedule status. All Service Fabric
* enumerations have the invalid type. The valus is zero.
* enumerations have the invalid type. The value is zero.
*/
Invalid = 'Invalid',
/**
Expand Down Expand Up @@ -26393,7 +26391,7 @@ export enum ResourceStatus {
*/
Creating = 'Creating',
/**
* Indicates the resource is being deletd. The value is 4.
* Indicates the resource is being deleted. The value is 4.
*/
Deleting = 'Deleting',
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export class MeshSecretValue {
/**
* Gets information about all secret value resources of the specified secret resource. The
* information includes the names of the secret value resources, but not the actual values.
* @summary List names of all values of the the specified secret resource.
* @summary List names of all values of the specified secret resource.
* @param secretResourceName The name of the secret resource.
* @param [options] The optional parameters
* @returns Promise<Models.MeshSecretValueListResponse>
Expand Down

0 comments on commit d4f58d0

Please sign in to comment.