Skip to content

Commit

Permalink
CI Update
Browse files Browse the repository at this point in the history
  • Loading branch information
VSC-Service-Account committed Jun 23, 2021
1 parent 6aeda03 commit b2a5092
Show file tree
Hide file tree
Showing 64 changed files with 10,707 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs-ref-autogen/@azure/arm-cosmosdb/ApiType.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
### YamlMime:TSTypeAlias
name: ApiType
uid: '@azure/arm-cosmosdb.ApiType'
package: '@azure/arm-cosmosdb'
summary: >-
Defines values for ApiType.
Possible values include: 'MongoDB', 'Gremlin', 'Cassandra', 'Table', 'Sql',
'GremlinV2'
fullName: ApiType
remarks: ''
isPreview: false
isDeprecated: false
syntax: >-
type ApiType = "MongoDB" | "Gremlin" | "Cassandra" | "Table" | "Sql" |
"GremlinV2"
24 changes: 24 additions & 0 deletions docs-ref-autogen/@azure/arm-cosmosdb/BackupInformation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
### YamlMime:TSType
name: BackupInformation
uid: '@azure/arm-cosmosdb.BackupInformation'
package: '@azure/arm-cosmosdb'
summary: Backup information of a resource.
fullName: BackupInformation
remarks: ''
isPreview: false
isDeprecated: false
type: interface
properties:
- name: continuousBackupInformation
uid: '@azure/arm-cosmosdb.BackupInformation.continuousBackupInformation'
package: '@azure/arm-cosmosdb'
summary: Information about the status of continuous backups.
fullName: continuousBackupInformation
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: 'continuousBackupInformation?: ContinuousBackupInformation'
return:
type: <xref uid="@azure/arm-cosmosdb.ContinuousBackupInformation" />
description: ''
15 changes: 15 additions & 0 deletions docs-ref-autogen/@azure/arm-cosmosdb/BackupPolicy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@ isPreview: false
isDeprecated: false
type: interface
properties:
- name: migrationState
uid: '@azure/arm-cosmosdb.BackupPolicy.migrationState'
package: '@azure/arm-cosmosdb'
summary: >-
The object representing the state of the migration between the backup
policies.
fullName: migrationState
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: 'migrationState?: BackupPolicyMigrationState'
return:
type: <xref uid="@azure/arm-cosmosdb.BackupPolicyMigrationState" />
description: ''
- name: type
uid: '@azure/arm-cosmosdb.BackupPolicy.type'
package: '@azure/arm-cosmosdb'
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
### YamlMime:TSType
name: BackupPolicyMigrationState
uid: '@azure/arm-cosmosdb.BackupPolicyMigrationState'
package: '@azure/arm-cosmosdb'
summary: >-
The object representing the state of the migration between the backup
policies.
fullName: BackupPolicyMigrationState
remarks: ''
isPreview: false
isDeprecated: false
type: interface
properties:
- name: startTime
uid: '@azure/arm-cosmosdb.BackupPolicyMigrationState.startTime'
package: '@azure/arm-cosmosdb'
summary: Time at which the backup policy migration started (ISO-8601 format).
fullName: startTime
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: 'startTime?: Date'
return:
type: Date
description: ''
- name: status
uid: '@azure/arm-cosmosdb.BackupPolicyMigrationState.status'
package: '@azure/arm-cosmosdb'
summary: >-
Describes the status of migration between backup policy types. Possible
values include:
'Invalid', 'InProgress', 'Completed', 'Failed'
fullName: status
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: 'status?: BackupPolicyMigrationStatus'
return:
type: <xref uid="@azure/arm-cosmosdb.BackupPolicyMigrationStatus" />
description: ''
- name: targetType
uid: '@azure/arm-cosmosdb.BackupPolicyMigrationState.targetType'
package: '@azure/arm-cosmosdb'
summary: >-
Describes the target backup policy type of the backup policy migration.
Possible values
include: 'Periodic', 'Continuous'
fullName: targetType
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: 'targetType?: BackupPolicyType'
return:
type: <xref uid="@azure/arm-cosmosdb.BackupPolicyType" />
description: ''
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
### YamlMime:TSTypeAlias
name: BackupPolicyMigrationStatus
uid: '@azure/arm-cosmosdb.BackupPolicyMigrationStatus'
package: '@azure/arm-cosmosdb'
summary: |-
Defines values for BackupPolicyMigrationStatus.
Possible values include: 'Invalid', 'InProgress', 'Completed', 'Failed'
fullName: BackupPolicyMigrationStatus
remarks: ''
isPreview: false
isDeprecated: false
syntax: >-
type BackupPolicyMigrationStatus = "Invalid" | "InProgress" | "Completed" |
"Failed"
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
### YamlMime:TSType
name: ContinuousBackupInformation
uid: '@azure/arm-cosmosdb.ContinuousBackupInformation'
package: '@azure/arm-cosmosdb'
summary: Information about the status of continuous backups.
fullName: ContinuousBackupInformation
remarks: ''
isPreview: false
isDeprecated: false
type: interface
properties:
- name: latestRestorableTimestamp
uid: '@azure/arm-cosmosdb.ContinuousBackupInformation.latestRestorableTimestamp'
package: '@azure/arm-cosmosdb'
summary: The latest restorable timestamp for a resource.
fullName: latestRestorableTimestamp
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: 'latestRestorableTimestamp?: undefined | string'
return:
type: undefined | string
description: ''
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
### YamlMime:TSType
name: ContinuousBackupRestoreLocation
uid: '@azure/arm-cosmosdb.ContinuousBackupRestoreLocation'
package: '@azure/arm-cosmosdb'
summary: Properties of the regional restorable account.
fullName: ContinuousBackupRestoreLocation
remarks: ''
isPreview: false
isDeprecated: false
type: interface
properties:
- name: location
uid: '@azure/arm-cosmosdb.ContinuousBackupRestoreLocation.location'
package: '@azure/arm-cosmosdb'
summary: The name of the continuous backup restore location.
fullName: location
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: 'location?: undefined | string'
return:
type: undefined | string
description: ''
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@ isPreview: false
isDeprecated: false
type: interface
properties:
- name: migrationState
uid: '@azure/arm-cosmosdb.ContinuousModeBackupPolicy.migrationState'
package: '@azure/arm-cosmosdb'
summary: >-
The object representing the state of the migration between the backup
policies.
fullName: migrationState
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: 'migrationState?: BackupPolicyMigrationState'
return:
type: <xref uid="@azure/arm-cosmosdb.BackupPolicyMigrationState" />
description: ''
- name: type
uid: '@azure/arm-cosmosdb.ContinuousModeBackupPolicy.type'
package: '@azure/arm-cosmosdb'
Expand Down
91 changes: 91 additions & 0 deletions docs-ref-autogen/@azure/arm-cosmosdb/CosmosDBManagementClient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,97 @@ properties:
return:
type: <xref uid="@azure/arm-cosmosdb.PrivateLinkResources" />
description: ''
- name: restorableDatabaseAccounts
uid: '@azure/arm-cosmosdb.CosmosDBManagementClient.restorableDatabaseAccounts'
package: '@azure/arm-cosmosdb'
summary: ''
fullName: restorableDatabaseAccounts
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: 'restorableDatabaseAccounts: RestorableDatabaseAccounts'
return:
type: <xref uid="@azure/arm-cosmosdb.RestorableDatabaseAccounts" />
description: ''
- name: restorableMongodbCollections
uid: '@azure/arm-cosmosdb.CosmosDBManagementClient.restorableMongodbCollections'
package: '@azure/arm-cosmosdb'
summary: ''
fullName: restorableMongodbCollections
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: 'restorableMongodbCollections: RestorableMongodbCollections'
return:
type: <xref uid="@azure/arm-cosmosdb.RestorableMongodbCollections" />
description: ''
- name: restorableMongodbDatabases
uid: '@azure/arm-cosmosdb.CosmosDBManagementClient.restorableMongodbDatabases'
package: '@azure/arm-cosmosdb'
summary: ''
fullName: restorableMongodbDatabases
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: 'restorableMongodbDatabases: RestorableMongodbDatabases'
return:
type: <xref uid="@azure/arm-cosmosdb.RestorableMongodbDatabases" />
description: ''
- name: restorableMongodbResources
uid: '@azure/arm-cosmosdb.CosmosDBManagementClient.restorableMongodbResources'
package: '@azure/arm-cosmosdb'
summary: ''
fullName: restorableMongodbResources
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: 'restorableMongodbResources: RestorableMongodbResources'
return:
type: <xref uid="@azure/arm-cosmosdb.RestorableMongodbResources" />
description: ''
- name: restorableSqlContainers
uid: '@azure/arm-cosmosdb.CosmosDBManagementClient.restorableSqlContainers'
package: '@azure/arm-cosmosdb'
summary: ''
fullName: restorableSqlContainers
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: 'restorableSqlContainers: RestorableSqlContainers'
return:
type: <xref uid="@azure/arm-cosmosdb.RestorableSqlContainers" />
description: ''
- name: restorableSqlDatabases
uid: '@azure/arm-cosmosdb.CosmosDBManagementClient.restorableSqlDatabases'
package: '@azure/arm-cosmosdb'
summary: ''
fullName: restorableSqlDatabases
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: 'restorableSqlDatabases: RestorableSqlDatabases'
return:
type: <xref uid="@azure/arm-cosmosdb.RestorableSqlDatabases" />
description: ''
- name: restorableSqlResources
uid: '@azure/arm-cosmosdb.CosmosDBManagementClient.restorableSqlResources'
package: '@azure/arm-cosmosdb'
summary: ''
fullName: restorableSqlResources
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: 'restorableSqlResources: RestorableSqlResources'
return:
type: <xref uid="@azure/arm-cosmosdb.RestorableSqlResources" />
description: ''
- name: sqlResources
uid: '@azure/arm-cosmosdb.CosmosDBManagementClient.sqlResources'
package: '@azure/arm-cosmosdb'
Expand Down
12 changes: 12 additions & 0 deletions docs-ref-autogen/@azure/arm-cosmosdb/CreateMode.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
### YamlMime:TSTypeAlias
name: CreateMode
uid: '@azure/arm-cosmosdb.CreateMode'
package: '@azure/arm-cosmosdb'
summary: |-
Defines values for CreateMode.
Possible values include: 'Default', 'Restore'
fullName: CreateMode
remarks: ''
isPreview: false
isDeprecated: false
syntax: type CreateMode = "Default" | "Restore"
12 changes: 12 additions & 0 deletions docs-ref-autogen/@azure/arm-cosmosdb/CreatedByType.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
### YamlMime:TSTypeAlias
name: CreatedByType
uid: '@azure/arm-cosmosdb.CreatedByType'
package: '@azure/arm-cosmosdb'
summary: |-
Defines values for CreatedByType.
Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key'
fullName: CreatedByType
remarks: ''
isPreview: false
isDeprecated: false
syntax: type CreatedByType = "User" | "Application" | "ManagedIdentity" | "Key"
Loading

0 comments on commit b2a5092

Please sign in to comment.