Skip to content

Commit

Permalink
CodeGen from PR 20998 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
[Hub Generated] Review request for Microsoft.RecoveryServices to add version stable/2022-10-01 (Azure#20998)

* Adds base for updating Microsoft.RecoveryServices from version stable/2022-09-10 to version 2022-10-01

* Updates readme

* Updates API version in new specs and examples

* Changes introduced in october 1st, 2022

* Adds base for updating Microsoft.RecoveryServices from version stable/2022-09-10 to version 2022-10-01

* Updates readme

* Updates API version in new specs and examples

* Update service.json

* Tiny change that make SDK generation possible

* fix x-ms-identifiers lint error

* fixing lintdiff errors

* fixing lintdiff errors

* complient error response

* error response missing type

* fixed style errors

* better pattern

* Updated the pattern

* Reverted unncessary changes

* Revert parameter name change

* updated examples parameters
  • Loading branch information
SDKAuto committed Nov 22, 2022
1 parent b21e9a0 commit 7973e66
Show file tree
Hide file tree
Showing 38 changed files with 193 additions and 48 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1061,6 +1061,12 @@ internal A2AEventDetails() { }
public string RemoteFabricLocation { get { throw null; } }
public string RemoteFabricName { get { throw null; } }
}
public partial class A2AExtendedLocationDetails
{
internal A2AExtendedLocationDetails() { }
public Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ExtendedLocation PrimaryExtendedLocation { get { throw null; } }
public Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ExtendedLocation RecoveryExtendedLocation { get { throw null; } }
}
public partial class A2APolicyCreationInput : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.PolicyProviderSpecificInput
{
public A2APolicyCreationInput(Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SetMultiVmSyncStatus multiVmSyncStatus) { }
Expand Down Expand Up @@ -1639,6 +1645,7 @@ public partial class AzureFabricSpecificDetails : Azure.ResourceManager.Recovery
{
internal AzureFabricSpecificDetails() { }
public System.Collections.Generic.IReadOnlyList<string> ContainerIds { get { throw null; } }
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2AExtendedLocationDetails> ExtendedLocations { get { throw null; } }
public Azure.Core.AzureLocation? Location { get { throw null; } }
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2AZoneDetails> Zones { get { throw null; } }
}
Expand Down Expand Up @@ -4324,7 +4331,9 @@ protected RecoveryAvailabilitySetCustomDetails() { }
public partial class RecoveryPlanA2ADetails : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanProviderSpecificDetails
{
internal RecoveryPlanA2ADetails() { }
public Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ExtendedLocation PrimaryExtendedLocation { get { throw null; } }
public string PrimaryZone { get { throw null; } }
public Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ExtendedLocation RecoveryExtendedLocation { get { throw null; } }
public string RecoveryZone { get { throw null; } }
}
public partial class RecoveryPlanA2AFailoverInput : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanProviderSpecificFailoverInput
Expand Down Expand Up @@ -5532,6 +5541,7 @@ public VMwareCbtEnableMigrationInput(string vmwareMachineId, System.Collections.
public System.Collections.Generic.IList<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtDiskInput> DisksToInclude { get { throw null; } }
public Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.LicenseType? LicenseType { get { throw null; } set { } }
public string PerformAutoResync { get { throw null; } set { } }
public string PerformSqlBulkRegistration { get { throw null; } set { } }
public System.Collections.Generic.IDictionary<string, string> SeedDiskTags { get { throw null; } }
public string SnapshotRunAsAccountId { get { throw null; } }
public Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SqlServerLicenseType? SqlServerLicenseType { get { throw null; } set { } }
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7973e66

Please sign in to comment.