diff --git a/eng/Packages.Data.props b/eng/Packages.Data.props index 47a3c04b3165d..00a5eb0b43577 100644 --- a/eng/Packages.Data.props +++ b/eng/Packages.Data.props @@ -160,7 +160,7 @@ All should have PrivateAssets="All" set so they don't become package dependencies --> - + diff --git a/eng/csharp-emitter-package.json b/eng/csharp-emitter-package.json index efe4d7e42dfb9..6217a8a4627b7 100644 --- a/eng/csharp-emitter-package.json +++ b/eng/csharp-emitter-package.json @@ -1,6 +1,6 @@ { "main": "dist/src/index.js", "dependencies": { - "@azure-tools/cadl-csharp": "0.1.10-beta.20221212.5" + "@azure-tools/cadl-csharp": "0.1.11-beta.20221216.1" } } diff --git a/sdk/analysisservices/Azure.ResourceManager.Analysis/tests/Generated/Samples/Sample_AnalysisServerCollection.cs b/sdk/analysisservices/Azure.ResourceManager.Analysis/tests/Generated/Samples/Sample_AnalysisServerCollection.cs index ca7711b50ff92..71a64f333bed2 100644 --- a/sdk/analysisservices/Azure.ResourceManager.Analysis/tests/Generated/Samples/Sample_AnalysisServerCollection.cs +++ b/sdk/analysisservices/Azure.ResourceManager.Analysis/tests/Generated/Samples/Sample_AnalysisServerCollection.cs @@ -107,6 +107,10 @@ public async Task CreateOrUpdate_CreateAServer() Capacity = 1, }) { + AsAdministratorIdentities = +{ +"azsdktest@microsoft.com","azsdktest2@microsoft.com" +}, AnalysisServerSku = new AnalysisResourceSku("S1") { Tier = AnalysisSkuTier.Standard, diff --git a/sdk/analysisservices/Azure.ResourceManager.Analysis/tests/Generated/Samples/Sample_AnalysisServerResource.cs b/sdk/analysisservices/Azure.ResourceManager.Analysis/tests/Generated/Samples/Sample_AnalysisServerResource.cs index 30d7e6c91c4d1..b99eec629813a 100644 --- a/sdk/analysisservices/Azure.ResourceManager.Analysis/tests/Generated/Samples/Sample_AnalysisServerResource.cs +++ b/sdk/analysisservices/Azure.ResourceManager.Analysis/tests/Generated/Samples/Sample_AnalysisServerResource.cs @@ -102,6 +102,10 @@ public async Task Update_UpdateAServer() Tags = { ["testKey"] = "testValue", +}, + AsAdministratorIdentities = +{ +"azsdktest@microsoft.com","azsdktest2@microsoft.com" }, }; ArmOperation lro = await analysisServer.UpdateAsync(WaitUntil.Completed, patch); diff --git a/sdk/arc-scvmm/Azure.ResourceManager.ArcScVmm/tests/Generated/Samples/Sample_ScVmmVirtualMachineResource.cs b/sdk/arc-scvmm/Azure.ResourceManager.ArcScVmm/tests/Generated/Samples/Sample_ScVmmVirtualMachineResource.cs index f88a9981d6566..240bbe840da20 100644 --- a/sdk/arc-scvmm/Azure.ResourceManager.ArcScVmm/tests/Generated/Samples/Sample_ScVmmVirtualMachineResource.cs +++ b/sdk/arc-scvmm/Azure.ResourceManager.ArcScVmm/tests/Generated/Samples/Sample_ScVmmVirtualMachineResource.cs @@ -101,6 +101,24 @@ public async Task Update_UpdateVirtualMachine() MemoryMB = 4096, CpuCount = 4, }, + StorageDisks = +{ +new VirtualDiskUpdate() +{ +Name = "test", +DiskSizeGB = 10, +} +}, + NetworkInterfaces = +{ +new NetworkInterfacesUpdate() +{ +Name = "test", +IPv4AddressType = AllocationMethod.Dynamic, +IPv6AddressType = AllocationMethod.Dynamic, +MacAddressType = AllocationMethod.Static, +} +}, }, Tags = { diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/Generated/Samples/Sample_HciClusterResource.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/Generated/Samples/Sample_HciClusterResource.cs index 239f3f6fdebe2..752b40e97ebea 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/Generated/Samples/Sample_HciClusterResource.cs +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/Generated/Samples/Sample_HciClusterResource.cs @@ -165,7 +165,13 @@ public async Task UploadCertificate_UploadCertificate() HciClusterResource hciCluster = client.GetHciClusterResource(hciClusterResourceId); // invoke the operation - HciClusterCertificateContent content = new HciClusterCertificateContent(); + HciClusterCertificateContent content = new HciClusterCertificateContent() + { + Certificates = +{ +"base64cert","base64cert" +}, + }; await hciCluster.UploadCertificateAsync(WaitUntil.Completed, content); Console.WriteLine($"Succeeded"); diff --git a/sdk/billingbenefits/Azure.ResourceManager.BillingBenefits/src/Generated/BillingBenefitsSavingsPlanData.cs b/sdk/billingbenefits/Azure.ResourceManager.BillingBenefits/src/Generated/BillingBenefitsSavingsPlanData.cs index 45c2ba9085c16..8a143c1728d7e 100644 --- a/sdk/billingbenefits/Azure.ResourceManager.BillingBenefits/src/Generated/BillingBenefitsSavingsPlanData.cs +++ b/sdk/billingbenefits/Azure.ResourceManager.BillingBenefits/src/Generated/BillingBenefitsSavingsPlanData.cs @@ -142,7 +142,7 @@ public string SkuName public string RenewDestination { get; set; } /// Gets or sets the renew properties. internal RenewProperties RenewProperties { get; set; } - /// Gets or sets the purchase properties. + /// Gets or sets the renew purchase properties. public BillingBenefitsPurchaseContent RenewPurchaseProperties { get => RenewProperties is null ? default : RenewProperties.PurchaseProperties; diff --git a/sdk/billingbenefits/Azure.ResourceManager.BillingBenefits/src/Generated/Models/BillingBenefitsSavingsPlanPatchProperties.cs b/sdk/billingbenefits/Azure.ResourceManager.BillingBenefits/src/Generated/Models/BillingBenefitsSavingsPlanPatchProperties.cs index 6f595c0873b5a..aec8e0aeb979b 100644 --- a/sdk/billingbenefits/Azure.ResourceManager.BillingBenefits/src/Generated/Models/BillingBenefitsSavingsPlanPatchProperties.cs +++ b/sdk/billingbenefits/Azure.ResourceManager.BillingBenefits/src/Generated/Models/BillingBenefitsSavingsPlanPatchProperties.cs @@ -25,7 +25,7 @@ public BillingBenefitsSavingsPlanPatchProperties() public bool? IsRenewed { get; set; } /// Gets or sets the renew properties. internal RenewProperties RenewProperties { get; set; } - /// Gets or sets the purchase properties. + /// Gets or sets the renew purchase properties. public BillingBenefitsPurchaseContent RenewPurchaseProperties { get => RenewProperties is null ? default : RenewProperties.PurchaseProperties; diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/Generated/Samples/Sample_CloudServiceCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/tests/Generated/Samples/Sample_CloudServiceCollection.cs index 03c9e52c8334c..9ccd96302d820 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/Generated/Samples/Sample_CloudServiceCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/Generated/Samples/Sample_CloudServiceCollection.cs @@ -46,6 +46,28 @@ public async Task CreateOrUpdate_CreateNewCloudServiceWithMultipleRoles() PackageUri = new Uri("{PackageUrl}"), Configuration = "{ServiceConfiguration}", UpgradeMode = CloudServiceUpgradeMode.Auto, + Roles = +{ +new CloudServiceRoleProfileProperties() +{ +Name = "ContosoFrontend", +Sku = new CloudServiceRoleSku() +{ +Name = "Standard_D1_v2", +Tier = "Standard", +Capacity = 1, +}, +},new CloudServiceRoleProfileProperties() +{ +Name = "ContosoBackend", +Sku = new CloudServiceRoleSku() +{ +Name = "Standard_D1_v2", +Tier = "Standard", +Capacity = 1, +}, +} +}, NetworkProfile = new CloudServiceNetworkProfile() { LoadBalancerConfigurations = @@ -94,6 +116,19 @@ public async Task CreateOrUpdate_CreateNewCloudServiceWithSingleRole() PackageUri = new Uri("{PackageUrl}"), Configuration = "{ServiceConfiguration}", UpgradeMode = CloudServiceUpgradeMode.Auto, + Roles = +{ +new CloudServiceRoleProfileProperties() +{ +Name = "ContosoFrontend", +Sku = new CloudServiceRoleSku() +{ +Name = "Standard_D1_v2", +Tier = "Standard", +Capacity = 1, +}, +} +}, NetworkProfile = new CloudServiceNetworkProfile() { LoadBalancerConfigurations = @@ -142,6 +177,33 @@ public async Task CreateOrUpdate_CreateNewCloudServiceWithSingleRoleAndCertifica PackageUri = new Uri("{PackageUrl}"), Configuration = "{ServiceConfiguration}", UpgradeMode = CloudServiceUpgradeMode.Auto, + Roles = +{ +new CloudServiceRoleProfileProperties() +{ +Name = "ContosoFrontend", +Sku = new CloudServiceRoleSku() +{ +Name = "Standard_D1_v2", +Tier = "Standard", +Capacity = 1, +}, +} +}, + OSSecrets = +{ +new CloudServiceVaultSecretGroup() +{ +SourceVaultId = new ResourceIdentifier("/subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.KeyVault/vaults/{keyvault-name}"), +VaultCertificates = +{ +new CloudServiceVaultCertificate() +{ +CertificateUri = new Uri("https://{keyvault-name}.vault.azure.net:443/secrets/ContosoCertificate/{secret-id}"), +} +}, +} +}, NetworkProfile = new CloudServiceNetworkProfile() { LoadBalancerConfigurations = @@ -190,6 +252,19 @@ public async Task CreateOrUpdate_CreateNewCloudServiceWithSingleRoleAndRDPExtens PackageUri = new Uri("{PackageUrl}"), Configuration = "{ServiceConfiguration}", UpgradeMode = CloudServiceUpgradeMode.Auto, + Roles = +{ +new CloudServiceRoleProfileProperties() +{ +Name = "ContosoFrontend", +Sku = new CloudServiceRoleSku() +{ +Name = "Standard_D1_v2", +Tier = "Standard", +Capacity = 1, +}, +} +}, NetworkProfile = new CloudServiceNetworkProfile() { LoadBalancerConfigurations = @@ -199,6 +274,19 @@ public async Task CreateOrUpdate_CreateNewCloudServiceWithSingleRoleAndRDPExtens }) }, }, + Extensions = +{ +new CloudServiceExtension() +{ +Name = "RDPExtension", +Publisher = "Microsoft.Windows.Azure.Extensions", +CloudServiceExtensionPropertiesType = "RDP", +TypeHandlerVersion = "1.2", +AutoUpgradeMinorVersion = false, +Settings = BinaryData.FromString("UserAzure10/22/2021 15:05:45"), +ProtectedSettings = BinaryData.FromString("{password}"), +} +}, }; ArmOperation lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, cloudServiceName, data); CloudServiceResource result = lro.Value; diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/Generated/Samples/Sample_ProximityPlacementGroupCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/tests/Generated/Samples/Sample_ProximityPlacementGroupCollection.cs index b6e88b08b6641..8578ef3dcb298 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/Generated/Samples/Sample_ProximityPlacementGroupCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/Generated/Samples/Sample_ProximityPlacementGroupCollection.cs @@ -48,6 +48,10 @@ public async Task CreateOrUpdate_CreateOrUpdateAProximityPlacementGroup() "1" }, ProximityPlacementGroupType = ProximityPlacementGroupType.Standard, + IntentVmSizes = +{ +"Basic_A0","Basic_A2" +}, }; ArmOperation lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, proximityPlacementGroupName, data); ProximityPlacementGroupResource result = lro.Value; diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/Generated/Samples/Sample_VirtualMachineCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/tests/Generated/Samples/Sample_VirtualMachineCollection.cs index 7dbda357ce008..5978f2006fb99 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/Generated/Samples/Sample_VirtualMachineCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/Generated/Samples/Sample_VirtualMachineCollection.cs @@ -2215,6 +2215,17 @@ public async Task CreateOrUpdate_CreateAVmWithApplicationProfile() } }, }, + GalleryApplications = +{ +new VirtualMachineGalleryApplication("/subscriptions/32c17a9e-aa7b-4ba5-a45b-e324116b6fdb/resourceGroups/myresourceGroupName2/providers/Microsoft.Compute/galleries/myGallery1/applications/MyApplication1/versions/1.0") +{ +Tags = "myTag1", +Order = 1, +ConfigurationReference = "https://mystorageaccount.blob.core.windows.net/configurations/settings.config", +TreatFailureAsDeploymentFailure = false, +EnableAutomaticUpgrade = false, +},new VirtualMachineGalleryApplication("/subscriptions/32c17a9e-aa7b-4ba5-a45b-e324116b6fdg/resourceGroups/myresourceGroupName3/providers/Microsoft.Compute/galleries/myGallery2/applications/MyApplication2/versions/1.1") +}, }; ArmOperation lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, vmName, data); VirtualMachineResource result = lro.Value; @@ -3373,6 +3384,14 @@ public async Task CreateOrUpdate_CreateAVmWithSshAuthentication() LinuxConfiguration = new LinuxConfiguration() { DisablePasswordAuthentication = true, + SshPublicKeys = +{ +new SshPublicKeyConfiguration() +{ +Path = "/home/{your-username}/.ssh/authorized_keys", +KeyData = "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCeClRAk2ipUs/l5voIsDC5q9RI+YSRd1Bvd/O+axgY4WiBzG+4FwJWZm/mLLe5DoOdHQwmU2FrKXZSW4w2sYE70KeWnrFViCOX5MTVvJgPE8ClugNl8RWth/tU849DvM9sT7vFgfVSHcAS2yDRyDlueii+8nF2ym8XWAPltFVCyLHRsyBp5YPqK8JFYIa1eybKsY3hEAxRCA+/7bq8et+Gj3coOsuRmrehav7rE6N12Pb80I6ofa6SM5XNYq4Xk0iYNx7R3kdz0Jj9XgZYWjAHjJmT0gTRoOnt6upOuxK7xI/ykWrllgpXrCPu3Ymz+c+ujaqcxDopnAl2lmf69/J1", +} +}, }, }, NetworkProfile = new VirtualMachineNetworkProfile() diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/Generated/Samples/Sample_VirtualMachineScaleSetCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/tests/Generated/Samples/Sample_VirtualMachineScaleSetCollection.cs index d8bad08d1e220..1e1ba42c2e690 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/Generated/Samples/Sample_VirtualMachineScaleSetCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/Generated/Samples/Sample_VirtualMachineScaleSetCollection.cs @@ -769,6 +769,17 @@ public async Task CreateOrUpdate_CreateAScaleSetWithApplicationProfile() } }, }, + GalleryApplications = +{ +new VirtualMachineGalleryApplication("/subscriptions/32c17a9e-aa7b-4ba5-a45b-e324116b6fdb/resourceGroups/myresourceGroupName2/providers/Microsoft.Compute/galleries/myGallery1/applications/MyApplication1/versions/1.0") +{ +Tags = "myTag1", +Order = 1, +ConfigurationReference = "https://mystorageaccount.blob.core.windows.net/configurations/settings.config", +TreatFailureAsDeploymentFailure = true, +EnableAutomaticUpgrade = false, +},new VirtualMachineGalleryApplication("/subscriptions/32c17a9e-aa7b-4ba5-a45b-e324116b6fdg/resourceGroups/myresourceGroupName3/providers/Microsoft.Compute/galleries/myGallery2/applications/MyApplication2/versions/1.1") +}, }, Overprovision = true, }; @@ -2744,6 +2755,14 @@ public async Task CreateOrUpdate_CreateAScaleSetWithSshAuthentication() LinuxConfiguration = new LinuxConfiguration() { DisablePasswordAuthentication = true, + SshPublicKeys = +{ +new SshPublicKeyConfiguration() +{ +Path = "/home/{your-username}/.ssh/authorized_keys", +KeyData = "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCeClRAk2ipUs/l5voIsDC5q9RI+YSRd1Bvd/O+axgY4WiBzG+4FwJWZm/mLLe5DoOdHQwmU2FrKXZSW4w2sYE70KeWnrFViCOX5MTVvJgPE8ClugNl8RWth/tU849DvM9sT7vFgfVSHcAS2yDRyDlueii+8nF2ym8XWAPltFVCyLHRsyBp5YPqK8JFYIa1eybKsY3hEAxRCA+/7bq8et+Gj3coOsuRmrehav7rE6N12Pb80I6ofa6SM5XNYq4Xk0iYNx7R3kdz0Jj9XgZYWjAHjJmT0gTRoOnt6upOuxK7xI/ykWrllgpXrCPu3Ymz+c+ujaqcxDopnAl2lmf69/J1", +} +}, }, }, StorageProfile = new VirtualMachineScaleSetStorageProfile() diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/Generated/Samples/Sample_VirtualMachineScaleSetResource.cs b/sdk/compute/Azure.ResourceManager.Compute/tests/Generated/Samples/Sample_VirtualMachineScaleSetResource.cs index 9126f36958ab1..44cdcbdf8312f 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/Generated/Samples/Sample_VirtualMachineScaleSetResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/Generated/Samples/Sample_VirtualMachineScaleSetResource.cs @@ -144,10 +144,26 @@ public async Task Update_VirtualMachineScaleSetsUpdateMaximumSetGen() AssessmentMode = WindowsPatchAssessmentMode.ImageDefault, AutomaticByPlatformRebootSetting = WindowsVmGuestPatchAutomaticByPlatformRebootSetting.Never, }, + WinRMListeners = +{ +new WinRMListener() +{ +Protocol = WinRMListenerProtocolType.Http, +CertificateUri = new Uri("aaaaaaaaaaaaaaaaaaaaaa"), +} +}, }, LinuxConfiguration = new LinuxConfiguration() { DisablePasswordAuthentication = true, + SshPublicKeys = +{ +new SshPublicKeyConfiguration() +{ +Path = "/home/{your-username}/.ssh/authorized_keys", +KeyData = "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCeClRAk2ipUs/l5voIsDC5q9RI+YSRd1Bvd/O+axgY4WiBzG+4FwJWZm/mLLe5DoOdHQwmU2FrKXZSW4w2sYE70KeWnrFViCOX5MTVvJgPE8ClugNl8RWth/tU849DvM9sT7vFgfVSHcAS2yDRyDlueii+8nF2ym8XWAPltFVCyLHRsyBp5YPqK8JFYIa1eybKsY3hEAxRCA+/7bq8et+Gj3coOsuRmrehav7rE6N12Pb80I6ofa6SM5XNYq4Xk0iYNx7R3kdz0Jj9XgZYWjAHjJmT0gTRoOnt6upOuxK7xI/ykWrllgpXrCPu3Ymz+c+ujaqcxDopnAl2lmf69/J1", +} +}, ProvisionVmAgent = true, PatchSettings = new LinuxPatchSettings() { @@ -228,6 +244,9 @@ public async Task Update_VirtualMachineScaleSetsUpdateMaximumSetGen() EnableAcceleratedNetworking = true, EnableFpga = true, NetworkSecurityGroupId = new ResourceIdentifier("subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/snapshots/mySnapshot"), +DnsServers = +{ +}, IPConfigurations = { new VirtualMachineScaleSetUpdateIPConfiguration() diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/Generated/Samples/Sample_VirtualMachineScaleSetVmCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/tests/Generated/Samples/Sample_VirtualMachineScaleSetVmCollection.cs index 5aa699889bb61..35f66667f6aa9 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/Generated/Samples/Sample_VirtualMachineScaleSetVmCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/Generated/Samples/Sample_VirtualMachineScaleSetVmCollection.cs @@ -159,10 +159,26 @@ public async Task CreateOrUpdate_VirtualMachineScaleSetVMsUpdateMaximumSetGen() EnableHotpatching = true, AssessmentMode = WindowsPatchAssessmentMode.ImageDefault, }, + WinRMListeners = +{ +new WinRMListener() +{ +Protocol = WinRMListenerProtocolType.Http, +CertificateUri = new Uri("aaaaaaaaaaaaaaaaaaaaaa"), +} +}, }, LinuxConfiguration = new LinuxConfiguration() { DisablePasswordAuthentication = true, + SshPublicKeys = +{ +new SshPublicKeyConfiguration() +{ +Path = "aaa", +KeyData = "aaaaaa", +} +}, ProvisionVmAgent = true, PatchSettings = new LinuxPatchSettings() { @@ -208,6 +224,10 @@ public async Task CreateOrUpdate_VirtualMachineScaleSetVMsUpdateMaximumSetGen() EnableFpga = true, EnableIPForwarding = true, NetworkSecurityGroupId = new ResourceIdentifier("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}"), +DnsServers = +{ +"aaaaaa" +}, IPConfigurations = { new VirtualMachineNetworkInterfaceIPConfiguration("aa") @@ -264,6 +284,81 @@ public async Task CreateOrUpdate_VirtualMachineScaleSetVMsUpdateMaximumSetGen() } }, }, + NetworkInterfaceConfigurations = +{ +new VirtualMachineScaleSetNetworkConfiguration("vmsstestnetconfig5415") +{ +Primary = true, +EnableAcceleratedNetworking = true, +EnableFpga = true, +NetworkSecurityGroupId = new ResourceIdentifier("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}"), +DnsServers = +{ +}, +IPConfigurations = +{ +new VirtualMachineScaleSetIPConfiguration("vmsstestnetconfig9693") +{ +SubnetId = new ResourceIdentifier("/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/vn4071/subnets/sn5503"), +Primary = true, +PublicIPAddressConfiguration = new VirtualMachineScaleSetPublicIPAddressConfiguration("aaaaaaaaaaaaaaaaaa") +{ +Sku = new ComputePublicIPAddressSku() +{ +Name = ComputePublicIPAddressSkuName.Basic, +Tier = ComputePublicIPAddressSkuTier.Regional, +}, +IdleTimeoutInMinutes = 18, +DnsDomainNameLabel = "aaaaaaaaaaaaaaaaaa", +IPTags = +{ +new VirtualMachineScaleSetIPTag() +{ +IPTagType = "aaaaaaa", +Tag = "aaaaaaaaaaaaaaaaaaaaaaaaaaa", +} +}, +PublicIPPrefixId = new ResourceIdentifier("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}"), +PublicIPAddressVersion = IPVersion.IPv4, +DeleteOption = ComputeDeleteOption.Delete, +}, +PrivateIPAddressVersion = IPVersion.IPv4, +ApplicationGatewayBackendAddressPools = +{ +new WritableSubResource() +{ +Id = new ResourceIdentifier("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}"), +} +}, +ApplicationSecurityGroups = +{ +new WritableSubResource() +{ +Id = new ResourceIdentifier("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}"), +} +}, +LoadBalancerBackendAddressPools = +{ +new WritableSubResource() +{ +Id = new ResourceIdentifier("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}"), +} +}, +LoadBalancerInboundNatPools = +{ +new WritableSubResource() +{ +Id = new ResourceIdentifier("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}"), +} +}, +Id = new ResourceIdentifier("aaaaaaaaa"), +} +}, +EnableIPForwarding = true, +DeleteOption = ComputeDeleteOption.Delete, +Id = new ResourceIdentifier("aaaaaaaa"), +} +}, BootDiagnostics = new BootDiagnostics() { Enabled = true, diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/Generated/Samples/Sample_VirtualMachineScaleSetVmResource.cs b/sdk/compute/Azure.ResourceManager.Compute/tests/Generated/Samples/Sample_VirtualMachineScaleSetVmResource.cs index cd69df0719bf0..af611e49c2511 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/Generated/Samples/Sample_VirtualMachineScaleSetVmResource.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/Generated/Samples/Sample_VirtualMachineScaleSetVmResource.cs @@ -316,10 +316,26 @@ public async Task Update_VirtualMachineScaleSetVMsUpdateMaximumSetGen() EnableHotpatching = true, AssessmentMode = WindowsPatchAssessmentMode.ImageDefault, }, + WinRMListeners = +{ +new WinRMListener() +{ +Protocol = WinRMListenerProtocolType.Http, +CertificateUri = new Uri("aaaaaaaaaaaaaaaaaaaaaa"), +} +}, }, LinuxConfiguration = new LinuxConfiguration() { DisablePasswordAuthentication = true, + SshPublicKeys = +{ +new SshPublicKeyConfiguration() +{ +Path = "aaa", +KeyData = "aaaaaa", +} +}, ProvisionVmAgent = true, PatchSettings = new LinuxPatchSettings() { @@ -365,6 +381,10 @@ public async Task Update_VirtualMachineScaleSetVMsUpdateMaximumSetGen() EnableFpga = true, EnableIPForwarding = true, NetworkSecurityGroupId = new ResourceIdentifier("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}"), +DnsServers = +{ +"aaaaaa" +}, IPConfigurations = { new VirtualMachineNetworkInterfaceIPConfiguration("aa") @@ -421,6 +441,81 @@ public async Task Update_VirtualMachineScaleSetVMsUpdateMaximumSetGen() } }, }, + NetworkInterfaceConfigurations = +{ +new VirtualMachineScaleSetNetworkConfiguration("vmsstestnetconfig5415") +{ +Primary = true, +EnableAcceleratedNetworking = true, +EnableFpga = true, +NetworkSecurityGroupId = new ResourceIdentifier("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}"), +DnsServers = +{ +}, +IPConfigurations = +{ +new VirtualMachineScaleSetIPConfiguration("vmsstestnetconfig9693") +{ +SubnetId = new ResourceIdentifier("/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/vn4071/subnets/sn5503"), +Primary = true, +PublicIPAddressConfiguration = new VirtualMachineScaleSetPublicIPAddressConfiguration("aaaaaaaaaaaaaaaaaa") +{ +Sku = new ComputePublicIPAddressSku() +{ +Name = ComputePublicIPAddressSkuName.Basic, +Tier = ComputePublicIPAddressSkuTier.Regional, +}, +IdleTimeoutInMinutes = 18, +DnsDomainNameLabel = "aaaaaaaaaaaaaaaaaa", +IPTags = +{ +new VirtualMachineScaleSetIPTag() +{ +IPTagType = "aaaaaaa", +Tag = "aaaaaaaaaaaaaaaaaaaaaaaaaaa", +} +}, +PublicIPPrefixId = new ResourceIdentifier("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}"), +PublicIPAddressVersion = IPVersion.IPv4, +DeleteOption = ComputeDeleteOption.Delete, +}, +PrivateIPAddressVersion = IPVersion.IPv4, +ApplicationGatewayBackendAddressPools = +{ +new WritableSubResource() +{ +Id = new ResourceIdentifier("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}"), +} +}, +ApplicationSecurityGroups = +{ +new WritableSubResource() +{ +Id = new ResourceIdentifier("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}"), +} +}, +LoadBalancerBackendAddressPools = +{ +new WritableSubResource() +{ +Id = new ResourceIdentifier("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}"), +} +}, +LoadBalancerInboundNatPools = +{ +new WritableSubResource() +{ +Id = new ResourceIdentifier("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}"), +} +}, +Id = new ResourceIdentifier("aaaaaaaaa"), +} +}, +EnableIPForwarding = true, +DeleteOption = ComputeDeleteOption.Delete, +Id = new ResourceIdentifier("aaaaaaaa"), +} +}, BootDiagnostics = new BootDiagnostics() { Enabled = true, diff --git a/sdk/dataprotection/Azure.ResourceManager.DataProtectionBackup/src/Generated/Models/AdhocBackupRules.cs b/sdk/dataprotection/Azure.ResourceManager.DataProtectionBackup/src/Generated/Models/AdhocBackupRules.cs index 431fc46299e68..9885900051ddf 100644 --- a/sdk/dataprotection/Azure.ResourceManager.DataProtectionBackup/src/Generated/Models/AdhocBackupRules.cs +++ b/sdk/dataprotection/Azure.ResourceManager.DataProtectionBackup/src/Generated/Models/AdhocBackupRules.cs @@ -18,7 +18,7 @@ public partial class AdhocBackupRules public string RuleName { get; } /// Adhoc backup trigger option. internal AdhocBackupTriggerSetting BackupTrigger { get; } - /// Gets or sets the retention tag override. + /// Gets the backup trigger retention tag override. public string BackupTriggerRetentionTagOverride { get => BackupTrigger?.RetentionTagOverride; diff --git a/sdk/dataprotection/Azure.ResourceManager.DataProtectionBackup/src/Generated/Models/BackupInstancePolicyInfo.cs b/sdk/dataprotection/Azure.ResourceManager.DataProtectionBackup/src/Generated/Models/BackupInstancePolicyInfo.cs index a9d8e4616bd5f..485cd05d47ed4 100644 --- a/sdk/dataprotection/Azure.ResourceManager.DataProtectionBackup/src/Generated/Models/BackupInstancePolicyInfo.cs +++ b/sdk/dataprotection/Azure.ResourceManager.DataProtectionBackup/src/Generated/Models/BackupInstancePolicyInfo.cs @@ -45,6 +45,8 @@ internal BackupInstancePolicyInfo(ResourceIdentifier policyId, string policyVers /// Gets or sets the DataStore Parameters /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. /// The available derived classes include . + /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. + /// The available derived classes include . /// public IList DataStoreParametersList { diff --git a/sdk/devcenter/Azure.ResourceManager.DevCenter/tests/Generated/Samples/Sample_ProjectEnvironmentTypeCollection.cs b/sdk/devcenter/Azure.ResourceManager.DevCenter/tests/Generated/Samples/Sample_ProjectEnvironmentTypeCollection.cs index 598cab2975bd3..34de1a2ebe76b 100644 --- a/sdk/devcenter/Azure.ResourceManager.DevCenter/tests/Generated/Samples/Sample_ProjectEnvironmentTypeCollection.cs +++ b/sdk/devcenter/Azure.ResourceManager.DevCenter/tests/Generated/Samples/Sample_ProjectEnvironmentTypeCollection.cs @@ -150,6 +150,10 @@ public async Task CreateOrUpdate_ProjectEnvironmentTypesCreateOrUpdate() }, DeploymentTargetId = "/subscriptions/00000000-0000-0000-0000-000000000000", Status = EnableStatus.Enabled, + Roles = +{ +["4cbf0b6c-e750-441c-98a7-10da8387e4d6"] = new EnvironmentRole(), +}, UserRoleAssignments = { ["e45e3m7c-176e-416a-b466-0c5ec8298f8a"] = new UserRoleAssignmentValue() diff --git a/sdk/devtestlabs/Azure.ResourceManager.DevTestLabs/tests/Generated/Samples/Sample_DevTestLabFormulaCollection.cs b/sdk/devtestlabs/Azure.ResourceManager.DevTestLabs/tests/Generated/Samples/Sample_DevTestLabFormulaCollection.cs index af0b0a75bfdee..c225e6a8f91e3 100644 --- a/sdk/devtestlabs/Azure.ResourceManager.DevTestLabs/tests/Generated/Samples/Sample_DevTestLabFormulaCollection.cs +++ b/sdk/devtestlabs/Azure.ResourceManager.DevTestLabs/tests/Generated/Samples/Sample_DevTestLabFormulaCollection.cs @@ -169,7 +169,17 @@ public async Task CreateOrUpdate_FormulasCreateOrUpdate() OSType = "Linux", Version = "latest", }, - NetworkInterface = new DevTestLabNetworkInterface(), + NetworkInterface = new DevTestLabNetworkInterface() + { + SharedPublicIPAddressInboundNatRules = +{ +new DevTestLabInboundNatRule() +{ +TransportProtocol = DevTestLabTransportProtocol.Tcp, +BackendPort = 22, +} +}, + }, AllowClaim = false, StorageType = "Standard", }, diff --git a/sdk/elasticsan/Azure.ResourceManager.ElasticSan/tests/Generated/Samples/Sample_ElasticSanVolumeGroupCollection.cs b/sdk/elasticsan/Azure.ResourceManager.ElasticSan/tests/Generated/Samples/Sample_ElasticSanVolumeGroupCollection.cs index 7d42b7138d055..8b2af02c642a3 100644 --- a/sdk/elasticsan/Azure.ResourceManager.ElasticSan/tests/Generated/Samples/Sample_ElasticSanVolumeGroupCollection.cs +++ b/sdk/elasticsan/Azure.ResourceManager.ElasticSan/tests/Generated/Samples/Sample_ElasticSanVolumeGroupCollection.cs @@ -115,6 +115,13 @@ public async Task CreateOrUpdate_VolumeGroupsCreateMaximumSetGen() { ProtocolType = StorageTargetType.Iscsi, Encryption = ElasticSanEncryptionType.EncryptionAtRestWithPlatformKey, + VirtualNetworkRules = +{ +new ElasticSanVirtualNetworkRule(new ResourceIdentifier("aaaaaaaaaaaaaaaa")) +{ +Action = ElasticSanVirtualNetworkRuleAction.Allow, +} +}, Tags = { ["key5933"] = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", diff --git a/sdk/elasticsan/Azure.ResourceManager.ElasticSan/tests/Generated/Samples/Sample_ElasticSanVolumeGroupResource.cs b/sdk/elasticsan/Azure.ResourceManager.ElasticSan/tests/Generated/Samples/Sample_ElasticSanVolumeGroupResource.cs index d73353c032e50..ee9e373193476 100644 --- a/sdk/elasticsan/Azure.ResourceManager.ElasticSan/tests/Generated/Samples/Sample_ElasticSanVolumeGroupResource.cs +++ b/sdk/elasticsan/Azure.ResourceManager.ElasticSan/tests/Generated/Samples/Sample_ElasticSanVolumeGroupResource.cs @@ -46,6 +46,13 @@ public async Task Update_VolumeGroupsUpdateMaximumSetGen() }, ProtocolType = StorageTargetType.Iscsi, Encryption = ElasticSanEncryptionType.EncryptionAtRestWithPlatformKey, + VirtualNetworkRules = +{ +new ElasticSanVirtualNetworkRule(new ResourceIdentifier("aaaaaaaaaaaaaaaa")) +{ +Action = ElasticSanVirtualNetworkRuleAction.Allow, +} +}, }; ArmOperation lro = await elasticSanVolumeGroup.UpdateAsync(WaitUntil.Completed, patch); ElasticSanVolumeGroupResource result = lro.Value; diff --git a/sdk/grafana/Azure.ResourceManager.Grafana/src/Generated/ManagedGrafanaData.cs b/sdk/grafana/Azure.ResourceManager.Grafana/src/Generated/ManagedGrafanaData.cs index e1148f765b42b..dde0a0fc794ff 100644 --- a/sdk/grafana/Azure.ResourceManager.Grafana/src/Generated/ManagedGrafanaData.cs +++ b/sdk/grafana/Azure.ResourceManager.Grafana/src/Generated/ManagedGrafanaData.cs @@ -40,7 +40,7 @@ internal ManagedGrafanaData(ResourceIdentifier id, string name, ResourceType res /// The Sku of the grafana resource. internal ManagedGrafanaSku Sku { get; set; } - /// Gets or sets the name. + /// Gets or sets the sku name. public string SkuName { get => Sku is null ? default : Sku.Name; diff --git a/sdk/nginx/Azure.ResourceManager.Nginx/src/Generated/Models/NginxConfigurationProperties.cs b/sdk/nginx/Azure.ResourceManager.Nginx/src/Generated/Models/NginxConfigurationProperties.cs index ec5ab5c5d752f..d7d8c4c1663f1 100644 --- a/sdk/nginx/Azure.ResourceManager.Nginx/src/Generated/Models/NginxConfigurationProperties.cs +++ b/sdk/nginx/Azure.ResourceManager.Nginx/src/Generated/Models/NginxConfigurationProperties.cs @@ -43,7 +43,7 @@ internal NginxConfigurationProperties(ProvisioningState? provisioningState, ILis public IList ProtectedFiles { get; } /// Gets or sets the package. internal NginxConfigurationPackage Package { get; set; } - /// Gets or sets the data. + /// Gets or sets the package data. public string PackageData { get => Package is null ? default : Package.Data; diff --git a/sdk/nginx/Azure.ResourceManager.Nginx/src/Generated/Models/NginxDeploymentProperties.cs b/sdk/nginx/Azure.ResourceManager.Nginx/src/Generated/Models/NginxDeploymentProperties.cs index e269ead1a39f2..e854993489c45 100644 --- a/sdk/nginx/Azure.ResourceManager.Nginx/src/Generated/Models/NginxDeploymentProperties.cs +++ b/sdk/nginx/Azure.ResourceManager.Nginx/src/Generated/Models/NginxDeploymentProperties.cs @@ -48,7 +48,7 @@ internal NginxDeploymentProperties(ProvisioningState? provisioningState, string public bool? EnableDiagnosticsSupport { get; set; } /// Gets or sets the logging. internal NginxLogging Logging { get; set; } - /// Gets or sets the storage account. + /// Gets or sets the logging storage account. public NginxStorageAccount LoggingStorageAccount { get => Logging is null ? default : Logging.StorageAccount; diff --git a/sdk/nginx/Azure.ResourceManager.Nginx/src/Generated/Models/NginxDeploymentUpdateProperties.cs b/sdk/nginx/Azure.ResourceManager.Nginx/src/Generated/Models/NginxDeploymentUpdateProperties.cs index b765076f51821..79fa593ddd519 100644 --- a/sdk/nginx/Azure.ResourceManager.Nginx/src/Generated/Models/NginxDeploymentUpdateProperties.cs +++ b/sdk/nginx/Azure.ResourceManager.Nginx/src/Generated/Models/NginxDeploymentUpdateProperties.cs @@ -19,7 +19,7 @@ public NginxDeploymentUpdateProperties() public bool? EnableDiagnosticsSupport { get; set; } /// Gets or sets the logging. internal NginxLogging Logging { get; set; } - /// Gets or sets the storage account. + /// Gets or sets the logging storage account. public NginxStorageAccount LoggingStorageAccount { get => Logging is null ? default : Logging.StorageAccount; diff --git a/sdk/nginx/Azure.ResourceManager.Nginx/src/Generated/Models/NginxNetworkProfile.cs b/sdk/nginx/Azure.ResourceManager.Nginx/src/Generated/Models/NginxNetworkProfile.cs index 881aeeca54f40..407952ccc5687 100644 --- a/sdk/nginx/Azure.ResourceManager.Nginx/src/Generated/Models/NginxNetworkProfile.cs +++ b/sdk/nginx/Azure.ResourceManager.Nginx/src/Generated/Models/NginxNetworkProfile.cs @@ -28,7 +28,7 @@ internal NginxNetworkProfile(NginxFrontendIPConfiguration frontEndIPConfiguratio public NginxFrontendIPConfiguration FrontEndIPConfiguration { get; set; } /// Gets or sets the network interface configuration. internal NginxNetworkInterfaceConfiguration NetworkInterfaceConfiguration { get; set; } - /// Gets or sets the subnet id. + /// Gets or sets the network interface subnet id. public string NetworkInterfaceSubnetId { get => NetworkInterfaceConfiguration is null ? default : NetworkInterfaceConfiguration.SubnetId; diff --git a/sdk/powerbidedicated/Azure.ResourceManager.PowerBIDedicated/tests/Generated/Samples/Sample_DedicatedCapacityCollection.cs b/sdk/powerbidedicated/Azure.ResourceManager.PowerBIDedicated/tests/Generated/Samples/Sample_DedicatedCapacityCollection.cs index d0537940b070e..e3a71c840e599 100644 --- a/sdk/powerbidedicated/Azure.ResourceManager.PowerBIDedicated/tests/Generated/Samples/Sample_DedicatedCapacityCollection.cs +++ b/sdk/powerbidedicated/Azure.ResourceManager.PowerBIDedicated/tests/Generated/Samples/Sample_DedicatedCapacityCollection.cs @@ -106,6 +106,10 @@ public async Task CreateOrUpdate_CreateCapacity() Tier = CapacitySkuTier.PbieAzure, }) { + AdministrationMembers = +{ +"azsdktest@microsoft.com","azsdktest2@microsoft.com" +}, Tags = { ["testKey"] = "testValue", diff --git a/sdk/powerbidedicated/Azure.ResourceManager.PowerBIDedicated/tests/Generated/Samples/Sample_DedicatedCapacityResource.cs b/sdk/powerbidedicated/Azure.ResourceManager.PowerBIDedicated/tests/Generated/Samples/Sample_DedicatedCapacityResource.cs index 870e6b50d056f..93b255e75ee66 100644 --- a/sdk/powerbidedicated/Azure.ResourceManager.PowerBIDedicated/tests/Generated/Samples/Sample_DedicatedCapacityResource.cs +++ b/sdk/powerbidedicated/Azure.ResourceManager.PowerBIDedicated/tests/Generated/Samples/Sample_DedicatedCapacityResource.cs @@ -101,6 +101,10 @@ public async Task Update_UpdateCapacityParameters() Tags = { ["testKey"] = "testValue", +}, + AdministrationMembers = +{ +"azsdktest@microsoft.com","azsdktest2@microsoft.com" }, }; ArmOperation lro = await dedicatedCapacity.UpdateAsync(WaitUntil.Completed, patch); diff --git a/sdk/providerhub/Azure.ResourceManager.ProviderHub/src/Generated/Models/CustomRolloutSpecification.cs b/sdk/providerhub/Azure.ResourceManager.ProviderHub/src/Generated/Models/CustomRolloutSpecification.cs index 6d8871141b334..30eefc73b7c44 100644 --- a/sdk/providerhub/Azure.ResourceManager.ProviderHub/src/Generated/Models/CustomRolloutSpecification.cs +++ b/sdk/providerhub/Azure.ResourceManager.ProviderHub/src/Generated/Models/CustomRolloutSpecification.cs @@ -39,7 +39,7 @@ internal CustomRolloutSpecification(CustomRolloutSpecificationCanary canary, Cus /// Gets or sets the canary. internal CustomRolloutSpecificationCanary Canary { get; set; } - /// Gets the regions. + /// Gets the canary regions. public IList CanaryRegions { get diff --git a/sdk/providerhub/Azure.ResourceManager.ProviderHub/src/Generated/Models/ProviderHubMetadata.cs b/sdk/providerhub/Azure.ResourceManager.ProviderHub/src/Generated/Models/ProviderHubMetadata.cs index 78ea26dc58037..b17e839f3fff7 100644 --- a/sdk/providerhub/Azure.ResourceManager.ProviderHub/src/Generated/Models/ProviderHubMetadata.cs +++ b/sdk/providerhub/Azure.ResourceManager.ProviderHub/src/Generated/Models/ProviderHubMetadata.cs @@ -34,7 +34,7 @@ internal ProviderHubMetadata(IList providerAuthor public IList ProviderAuthorizations { get; } /// Gets or sets the provider authentication. internal ProviderHubMetadataProviderAuthentication ProviderAuthentication { get; set; } - /// Gets the allowed audiences. + /// Gets or sets the provider authentication allowed audiences. public IList ProviderAuthenticationAllowedAudiences { get => ProviderAuthentication is null ? default : ProviderAuthentication.AllowedAudiences; diff --git a/sdk/providerhub/Azure.ResourceManager.ProviderHub/src/Generated/Models/ResourceProviderEndpoint.cs b/sdk/providerhub/Azure.ResourceManager.ProviderHub/src/Generated/Models/ResourceProviderEndpoint.cs index 1759d1848f9e3..f2f41bdbd8190 100644 --- a/sdk/providerhub/Azure.ResourceManager.ProviderHub/src/Generated/Models/ResourceProviderEndpoint.cs +++ b/sdk/providerhub/Azure.ResourceManager.ProviderHub/src/Generated/Models/ResourceProviderEndpoint.cs @@ -55,7 +55,7 @@ internal ResourceProviderEndpoint(bool? enabled, IReadOnlyList apiVersio public IReadOnlyList RequiredFeatures { get; } /// Gets the features rule. internal ResourceProviderEndpointFeaturesRule FeaturesRule { get; } - /// Gets or sets the required features policy. + /// Gets the required features policy. public FeaturesPolicy? RequiredFeaturesPolicy { get => FeaturesRule?.RequiredFeaturesPolicy; diff --git a/sdk/providerhub/Azure.ResourceManager.ProviderHub/src/Generated/Models/ResourceProviderManifest.cs b/sdk/providerhub/Azure.ResourceManager.ProviderHub/src/Generated/Models/ResourceProviderManifest.cs index 727bd172c54bf..2b34d609f7894 100644 --- a/sdk/providerhub/Azure.ResourceManager.ProviderHub/src/Generated/Models/ResourceProviderManifest.cs +++ b/sdk/providerhub/Azure.ResourceManager.ProviderHub/src/Generated/Models/ResourceProviderManifest.cs @@ -59,7 +59,7 @@ internal ResourceProviderManifest(ResourceProviderManifestProviderAuthentication /// Gets the provider authentication. internal ResourceProviderManifestProviderAuthentication ProviderAuthentication { get; } - /// Gets the allowed audiences. + /// Gets the provider authentication allowed audiences. public IList ProviderAuthenticationAllowedAudiences { get => ProviderAuthentication?.AllowedAudiences; @@ -77,7 +77,7 @@ public IList ProviderAuthenticationAllowedAudiences public IReadOnlyList RequiredFeatures { get; } /// Gets the features rule. internal ResourceProviderManifestFeaturesRule FeaturesRule { get; } - /// Gets or sets the required features policy. + /// Gets the required features policy. public FeaturesPolicy? RequiredFeaturesPolicy { get => FeaturesRule?.RequiredFeaturesPolicy; @@ -85,7 +85,7 @@ public FeaturesPolicy? RequiredFeaturesPolicy /// Gets the request header options. internal ResourceProviderManifestRequestHeaderOptions RequestHeaderOptions { get; } - /// Gets or sets the opt in headers. + /// Gets the opt in headers. public OptInHeaderType? OptInHeaders { get => RequestHeaderOptions?.OptInHeaders; diff --git a/sdk/providerhub/Azure.ResourceManager.ProviderHub/src/Generated/Models/ResourceProviderManifestProperties.cs b/sdk/providerhub/Azure.ResourceManager.ProviderHub/src/Generated/Models/ResourceProviderManifestProperties.cs index 765d8629a8d35..7c57b92208e92 100644 --- a/sdk/providerhub/Azure.ResourceManager.ProviderHub/src/Generated/Models/ResourceProviderManifestProperties.cs +++ b/sdk/providerhub/Azure.ResourceManager.ProviderHub/src/Generated/Models/ResourceProviderManifestProperties.cs @@ -53,7 +53,7 @@ internal ResourceProviderManifestProperties(ResourceProviderManifestPropertiesPr /// Gets or sets the provider authentication. internal ResourceProviderManifestPropertiesProviderAuthentication ProviderAuthentication { get; set; } - /// Gets the allowed audiences. + /// Gets or sets the provider authentication allowed audiences. public IList ProviderAuthenticationAllowedAudiences { get => ProviderAuthentication is null ? default : ProviderAuthentication.AllowedAudiences; diff --git a/sdk/providerhub/Azure.ResourceManager.ProviderHub/src/Generated/Models/ResourceType.cs b/sdk/providerhub/Azure.ResourceManager.ProviderHub/src/Generated/Models/ResourceType.cs index d840c53e60165..1db039a3c98e2 100644 --- a/sdk/providerhub/Azure.ResourceManager.ProviderHub/src/Generated/Models/ResourceType.cs +++ b/sdk/providerhub/Azure.ResourceManager.ProviderHub/src/Generated/Models/ResourceType.cs @@ -149,7 +149,7 @@ public IdentityManagementType? ManagementType public IReadOnlyList RequiredFeatures { get; } /// Gets the features rule. internal ResourceTypeFeaturesRule FeaturesRule { get; } - /// Gets or sets the required features policy. + /// Gets the required features policy. public FeaturesPolicy? RequiredFeaturesPolicy { get => FeaturesRule?.RequiredFeaturesPolicy; @@ -161,7 +161,7 @@ public FeaturesPolicy? RequiredFeaturesPolicy public IReadOnlyList ServiceTreeInfos { get; } /// Gets the request header options. internal ResourceTypeRequestHeaderOptions RequestHeaderOptions { get; } - /// Gets or sets the opt in headers. + /// Gets the opt in headers. public OptInHeaderType? OptInHeaders { get => RequestHeaderOptions?.OptInHeaders; diff --git a/sdk/providerhub/Azure.ResourceManager.ProviderHub/src/Generated/Models/ResourceTypeRegistrationProperties.cs b/sdk/providerhub/Azure.ResourceManager.ProviderHub/src/Generated/Models/ResourceTypeRegistrationProperties.cs index 3e6866a45f92a..185f7d4deef36 100644 --- a/sdk/providerhub/Azure.ResourceManager.ProviderHub/src/Generated/Models/ResourceTypeRegistrationProperties.cs +++ b/sdk/providerhub/Azure.ResourceManager.ProviderHub/src/Generated/Models/ResourceTypeRegistrationProperties.cs @@ -110,7 +110,7 @@ internal ResourceTypeRegistrationProperties(RoutingType? routingType, Regionalit public IList Endpoints { get; } /// Gets or sets the extension options. internal ResourceTypeRegistrationPropertiesExtensionOptions ExtensionOptions { get; set; } - /// Gets or sets the resource creation begin. + /// Gets or sets the extension options resource creation begin. public ResourceTypeExtensionOptionsResourceCreationBegin ExtensionOptionsResourceCreationBegin { get => ExtensionOptions is null ? default : ExtensionOptions.ResourceCreationBegin; diff --git a/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/AddDisksContent.cs b/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/AddDisksContent.cs index 6a933e8072537..98e7f51e976c9 100644 --- a/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/AddDisksContent.cs +++ b/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/AddDisksContent.cs @@ -21,6 +21,8 @@ public AddDisksContent() /// The ReplicationProviderInput. For HyperVReplicaAzure provider, it will be AzureEnableProtectionInput object. For San provider, it will be SanEnableProtectionInput object. For HyperVReplicaAzure provider, it can be null. /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. /// The available derived classes include . + /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. + /// The available derived classes include . /// public AddDisksProviderSpecificInput AddDisksInputProviderSpecificDetails { diff --git a/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/FabricCreateOrUpdateContent.cs b/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/FabricCreateOrUpdateContent.cs index 9f3a111115406..404bdfa8eaf51 100644 --- a/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/FabricCreateOrUpdateContent.cs +++ b/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/FabricCreateOrUpdateContent.cs @@ -21,6 +21,8 @@ public FabricCreateOrUpdateContent() /// Fabric provider specific creation input. /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. /// The available derived classes include , and . + /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. + /// The available derived classes include , and . /// public FabricSpecificCreationInput FabricCreationInputCustomDetails { diff --git a/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/MigrateContent.cs b/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/MigrateContent.cs index 4c1bbbba5669e..5c9fb09bf4076 100644 --- a/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/MigrateContent.cs +++ b/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/MigrateContent.cs @@ -29,6 +29,8 @@ public MigrateContent(MigrateInputProperties properties) /// The provider specific details. /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. /// The available derived classes include . + /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. + /// The available derived classes include . /// public MigrateProviderSpecificInput MigrateInputProviderSpecificDetails { diff --git a/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/MigrationItemPatch.cs b/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/MigrationItemPatch.cs index 2b15a41d05083..ec877a705f318 100644 --- a/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/MigrationItemPatch.cs +++ b/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/MigrationItemPatch.cs @@ -21,6 +21,8 @@ public MigrationItemPatch() /// The provider specific input to update migration item. /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. /// The available derived classes include . + /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. + /// The available derived classes include . /// public UpdateMigrationItemProviderSpecificInput UpdateMigrationItemInputProviderSpecificDetails { diff --git a/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/PolicyCreateOrUpdateContent.cs b/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/PolicyCreateOrUpdateContent.cs index accca0bd7fa18..9f3e3a68b4afb 100644 --- a/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/PolicyCreateOrUpdateContent.cs +++ b/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/PolicyCreateOrUpdateContent.cs @@ -21,6 +21,8 @@ public PolicyCreateOrUpdateContent() /// The ReplicationProviderSettings. /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. /// The available derived classes include , , , , , , , , and . + /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. + /// The available derived classes include , , , , , , , , and . /// public PolicyProviderSpecificInput ProviderSpecificInput { diff --git a/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/PolicyPatch.cs b/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/PolicyPatch.cs index 50fffa9c1a62e..e401deb77d574 100644 --- a/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/PolicyPatch.cs +++ b/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/PolicyPatch.cs @@ -21,6 +21,8 @@ public PolicyPatch() /// The ReplicationProviderSettings. /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. /// The available derived classes include , , , , , , , , and . + /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. + /// The available derived classes include , , , , , , , , and . /// public PolicyProviderSpecificInput UpdatePolicyInputReplicationProviderSettings { diff --git a/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/ProtectionContainerCreateOrUpdateContent.cs b/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/ProtectionContainerCreateOrUpdateContent.cs index 28ffd6752c565..001663a8b47f3 100644 --- a/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/ProtectionContainerCreateOrUpdateContent.cs +++ b/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/ProtectionContainerCreateOrUpdateContent.cs @@ -23,6 +23,8 @@ public ProtectionContainerCreateOrUpdateContent() /// Provider specific inputs for container creation. /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. /// The available derived classes include , and . + /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. + /// The available derived classes include , and . /// public IList ProviderSpecificInput { diff --git a/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/ProtectionContainerMappingPatch.cs b/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/ProtectionContainerMappingPatch.cs index 53fba78e283c7..a819abcb9bf2e 100644 --- a/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/ProtectionContainerMappingPatch.cs +++ b/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/ProtectionContainerMappingPatch.cs @@ -21,6 +21,8 @@ public ProtectionContainerMappingPatch() /// Provider specific input for updating protection container mapping. /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. /// The available derived classes include and . + /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. + /// The available derived classes include and . /// public ReplicationProviderSpecificUpdateContainerMappingInput ProviderSpecificInput { diff --git a/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/RemoveDisksContent.cs b/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/RemoveDisksContent.cs index 7d718839ea65e..7de9875c05ce4 100644 --- a/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/RemoveDisksContent.cs +++ b/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/RemoveDisksContent.cs @@ -21,6 +21,8 @@ public RemoveDisksContent() /// The ReplicationProviderInput. For HyperVReplicaAzure provider, it will be AzureEnableProtectionInput object. For San provider, it will be SanEnableProtectionInput object. For HyperVReplicaAzure provider, it can be null. /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. /// The available derived classes include . + /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. + /// The available derived classes include . /// public RemoveDisksProviderSpecificInput RemoveDisksInputProviderSpecificDetails { diff --git a/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/ReplicationAppliance.cs b/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/ReplicationAppliance.cs index eb720a48e0424..8bb6bbe1f1efc 100644 --- a/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/ReplicationAppliance.cs +++ b/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/ReplicationAppliance.cs @@ -28,6 +28,8 @@ internal ReplicationAppliance(ReplicationApplianceProperties properties) /// Provider specific settings. /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. /// The available derived classes include . + /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. + /// The available derived classes include . /// public ApplianceSpecificDetails ReplicationApplianceProviderSpecificDetails { diff --git a/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/ReplicationProtectionIntentCreateOrUpdateContent.cs b/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/ReplicationProtectionIntentCreateOrUpdateContent.cs index d40ccad333f56..38ed43a7c8de1 100644 --- a/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/ReplicationProtectionIntentCreateOrUpdateContent.cs +++ b/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/ReplicationProtectionIntentCreateOrUpdateContent.cs @@ -21,6 +21,8 @@ public ReplicationProtectionIntentCreateOrUpdateContent() /// The ReplicationProviderInput. For A2A provider, it will be A2ACreateProtectionIntentInput object. /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. /// The available derived classes include . + /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. + /// The available derived classes include . /// public CreateProtectionIntentProviderSpecificDetails CreateProtectionIntentProviderSpecificDetails { diff --git a/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/ResumeReplicationContent.cs b/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/ResumeReplicationContent.cs index 14a2a65e4dd57..349aee3a232e3 100644 --- a/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/ResumeReplicationContent.cs +++ b/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/ResumeReplicationContent.cs @@ -29,6 +29,8 @@ public ResumeReplicationContent(ResumeReplicationInputProperties properties) /// The provider specific input for resume replication. /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. /// The available derived classes include . + /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. + /// The available derived classes include . /// public ResumeReplicationProviderSpecificInput ResumeReplicationInputProviderSpecificDetails { diff --git a/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/ResyncContent.cs b/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/ResyncContent.cs index f733d5419ec39..4f8a2aea8f0bc 100644 --- a/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/ResyncContent.cs +++ b/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/ResyncContent.cs @@ -29,6 +29,8 @@ public ResyncContent(ResyncInputProperties properties) /// The provider specific details. /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. /// The available derived classes include . + /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. + /// The available derived classes include . /// public ResyncProviderSpecificInput ResyncInputProviderSpecificDetails { diff --git a/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/TestMigrateContent.cs b/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/TestMigrateContent.cs index f47f0e1fd6a7c..504107274f90d 100644 --- a/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/TestMigrateContent.cs +++ b/sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/TestMigrateContent.cs @@ -29,6 +29,8 @@ public TestMigrateContent(TestMigrateInputProperties properties) /// The provider specific details. /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. /// The available derived classes include . + /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. + /// The available derived classes include . /// public TestMigrateProviderSpecificInput TestMigrateInputProviderSpecificDetails { diff --git a/sdk/recoveryservices/Azure.ResourceManager.RecoveryServices/src/Generated/Models/MonitoringSettings.cs b/sdk/recoveryservices/Azure.ResourceManager.RecoveryServices/src/Generated/Models/MonitoringSettings.cs index 6de914ad318c4..7f8fb50f8d53c 100644 --- a/sdk/recoveryservices/Azure.ResourceManager.RecoveryServices/src/Generated/Models/MonitoringSettings.cs +++ b/sdk/recoveryservices/Azure.ResourceManager.RecoveryServices/src/Generated/Models/MonitoringSettings.cs @@ -26,7 +26,7 @@ internal MonitoringSettings(AzureMonitorAlertSettings azureMonitorAlertSettings, /// Settings for Azure Monitor based alerts. internal AzureMonitorAlertSettings AzureMonitorAlertSettings { get; set; } - /// Gets or sets the alerts for all job failures. + /// Gets or sets the azure monitor alert alerts for all job failures. public AlertsState? AzureMonitorAlertAlertsForAllJobFailures { get => AzureMonitorAlertSettings is null ? default : AzureMonitorAlertSettings.AlertsForAllJobFailures; @@ -40,7 +40,7 @@ public AlertsState? AzureMonitorAlertAlertsForAllJobFailures /// Settings for classic alerts. internal ClassicAlertSettings ClassicAlertSettings { get; set; } - /// Gets or sets the alerts for critical operations. + /// Gets or sets the classic alert alerts for critical operations. public AlertsState? ClassicAlertAlertsForCriticalOperations { get => ClassicAlertSettings is null ? default : ClassicAlertSettings.AlertsForCriticalOperations; diff --git a/sdk/recoveryservices/Azure.ResourceManager.RecoveryServices/src/Generated/Models/SecuritySettings.cs b/sdk/recoveryservices/Azure.ResourceManager.RecoveryServices/src/Generated/Models/SecuritySettings.cs index f7b0343bdbbda..331c07a9ca56e 100644 --- a/sdk/recoveryservices/Azure.ResourceManager.RecoveryServices/src/Generated/Models/SecuritySettings.cs +++ b/sdk/recoveryservices/Azure.ResourceManager.RecoveryServices/src/Generated/Models/SecuritySettings.cs @@ -24,7 +24,7 @@ internal SecuritySettings(ImmutabilitySettings immutabilitySettings) /// Immutability Settings of a vault. internal ImmutabilitySettings ImmutabilitySettings { get; set; } - /// Gets or sets the state. + /// Gets or sets the immutability state. public ImmutabilityState? ImmutabilityState { get => ImmutabilitySettings is null ? default : ImmutabilitySettings.State; diff --git a/sdk/recoveryservices/Azure.ResourceManager.RecoveryServices/src/Generated/Models/VaultProperties.cs b/sdk/recoveryservices/Azure.ResourceManager.RecoveryServices/src/Generated/Models/VaultProperties.cs index c016399ceed52..0c323262ea379 100644 --- a/sdk/recoveryservices/Azure.ResourceManager.RecoveryServices/src/Generated/Models/VaultProperties.cs +++ b/sdk/recoveryservices/Azure.ResourceManager.RecoveryServices/src/Generated/Models/VaultProperties.cs @@ -72,7 +72,7 @@ internal VaultProperties(string provisioningState, UpgradeDetails upgradeDetails public VaultPropertiesRedundancySettings RedundancySettings { get; set; } /// Security Settings of the vault. internal SecuritySettings SecuritySettings { get; set; } - /// Gets or sets the state. + /// Gets or sets the immutability state. public ImmutabilityState? ImmutabilityState { get => SecuritySettings is null ? default : SecuritySettings.ImmutabilityState; diff --git a/sdk/reservations/Azure.ResourceManager.Reservations/src/Generated/Models/ReservationDetailPatch.cs b/sdk/reservations/Azure.ResourceManager.Reservations/src/Generated/Models/ReservationDetailPatch.cs index 8474c9339d39f..b3e8d3e665d68 100644 --- a/sdk/reservations/Azure.ResourceManager.Reservations/src/Generated/Models/ReservationDetailPatch.cs +++ b/sdk/reservations/Azure.ResourceManager.Reservations/src/Generated/Models/ReservationDetailPatch.cs @@ -31,7 +31,7 @@ public ReservationDetailPatch() public bool? IsRenewEnabled { get; set; } /// Gets or sets the renew properties. internal PatchPropertiesRenewProperties RenewProperties { get; set; } - /// Gets or sets the purchase properties. + /// Gets or sets the renew purchase properties. public ReservationPurchaseContent RenewPurchaseProperties { get => RenewProperties is null ? default : RenewProperties.PurchaseProperties; diff --git a/sdk/reservations/Azure.ResourceManager.Reservations/src/Generated/Models/ReservationPurchaseContent.cs b/sdk/reservations/Azure.ResourceManager.Reservations/src/Generated/Models/ReservationPurchaseContent.cs index 00d67de1c009e..8b8b5b5adf264 100644 --- a/sdk/reservations/Azure.ResourceManager.Reservations/src/Generated/Models/ReservationPurchaseContent.cs +++ b/sdk/reservations/Azure.ResourceManager.Reservations/src/Generated/Models/ReservationPurchaseContent.cs @@ -50,7 +50,7 @@ internal ReservationPurchaseContent(ReservationsSkuName sku, AzureLocation? loca /// Gets or sets the sku. internal ReservationsSkuName Sku { get; set; } - /// Gets or sets the name. + /// Gets or sets the sku name. public string SkuName { get => Sku is null ? default : Sku.Name; diff --git a/sdk/reservations/Azure.ResourceManager.Reservations/src/Generated/ReservationDetailData.cs b/sdk/reservations/Azure.ResourceManager.Reservations/src/Generated/ReservationDetailData.cs index c56c870f166ce..0bfe6ab2ad2e3 100644 --- a/sdk/reservations/Azure.ResourceManager.Reservations/src/Generated/ReservationDetailData.cs +++ b/sdk/reservations/Azure.ResourceManager.Reservations/src/Generated/ReservationDetailData.cs @@ -44,7 +44,7 @@ internal ReservationDetailData(ResourceIdentifier id, string name, ResourceType public int? Version { get; } /// The sku information associated to this reservation. internal ReservationsSkuName Sku { get; } - /// Gets or sets the name. + /// Gets the sku name. public string SkuName { get => Sku?.Name; diff --git a/sdk/search/Azure.ResourceManager.Search/tests/Generated/Samples/Sample_SearchServiceCollection.cs b/sdk/search/Azure.ResourceManager.Search/tests/Generated/Samples/Sample_SearchServiceCollection.cs index 5a68c6a9a6ac1..905684e0a8e9d 100644 --- a/sdk/search/Azure.ResourceManager.Search/tests/Generated/Samples/Sample_SearchServiceCollection.cs +++ b/sdk/search/Azure.ResourceManager.Search/tests/Generated/Samples/Sample_SearchServiceCollection.cs @@ -137,6 +137,16 @@ public async Task CreateOrUpdate_SearchCreateOrUpdateServiceToAllowAccessFromPub ReplicaCount = 1, PartitionCount = 1, HostingMode = SearchServiceHostingMode.Default, + IPRules = +{ +new SearchServiceIPRule() +{ +Value = "123.4.5.6", +},new SearchServiceIPRule() +{ +Value = "123.4.6.0/18", +} +}, Tags = { ["app-name"] = "My e-commerce app", diff --git a/sdk/search/Azure.ResourceManager.Search/tests/Generated/Samples/Sample_SearchServiceResource.cs b/sdk/search/Azure.ResourceManager.Search/tests/Generated/Samples/Sample_SearchServiceResource.cs index 5d5b1c6201f3c..45aa8b4d24e07 100644 --- a/sdk/search/Azure.ResourceManager.Search/tests/Generated/Samples/Sample_SearchServiceResource.cs +++ b/sdk/search/Azure.ResourceManager.Search/tests/Generated/Samples/Sample_SearchServiceResource.cs @@ -282,6 +282,16 @@ public async Task Update_SearchUpdateServiceToAllowAccessFromPublicCustomIPs() ReplicaCount = 3, PartitionCount = 1, PublicNetworkAccess = SearchServicePublicNetworkAccess.Enabled, + IPRules = +{ +new SearchServiceIPRule() +{ +Value = "123.4.5.6", +},new SearchServiceIPRule() +{ +Value = "123.4.6.0/18", +} +}, }; SearchServiceResource result = await searchService.UpdateAsync(patch); diff --git a/sdk/securitydevops/Azure.ResourceManager.SecurityDevOps/tests/Generated/Samples/Sample_AzureDevOpsRepoCollection.cs b/sdk/securitydevops/Azure.ResourceManager.SecurityDevOps/tests/Generated/Samples/Sample_AzureDevOpsRepoCollection.cs index 2b7648602ab43..71b142d47caef 100644 --- a/sdk/securitydevops/Azure.ResourceManager.SecurityDevOps/tests/Generated/Samples/Sample_AzureDevOpsRepoCollection.cs +++ b/sdk/securitydevops/Azure.ResourceManager.SecurityDevOps/tests/Generated/Samples/Sample_AzureDevOpsRepoCollection.cs @@ -162,6 +162,10 @@ public async Task CreateOrUpdate_AzureDevOpsRepoCreateOrUpdate() Categories = { ActionableRemediationRuleCategory.Secrets +}, + BranchNames = +{ +"main" }, }, }, diff --git a/sdk/signalr/Azure.ResourceManager.SignalR/tests/Generated/Samples/Sample_SignalRCollection.cs b/sdk/signalr/Azure.ResourceManager.SignalR/tests/Generated/Samples/Sample_SignalRCollection.cs index d1fbf54cf2db3..7380fe0e921db 100644 --- a/sdk/signalr/Azure.ResourceManager.SignalR/tests/Generated/Samples/Sample_SignalRCollection.cs +++ b/sdk/signalr/Azure.ResourceManager.SignalR/tests/Generated/Samples/Sample_SignalRCollection.cs @@ -182,6 +182,24 @@ public async Task CreateOrUpdate_SignalRCreateOrUpdate() } }, }, + CorsAllowedOrigins = +{ +"https://foo.com","https://bar.com" +}, + UpstreamTemplates = +{ +new UpstreamTemplate("https://example.com/chat/api/connect") +{ +HubPattern = "*", +EventPattern = "connect,disconnect", +CategoryPattern = "*", +Auth = new UpstreamAuthSettings() +{ +AuthType = UpstreamAuthType.ManagedIdentity, +ManagedIdentityResource = "api://example", +}, +} +}, NetworkACLs = new SignalRNetworkACLs() { DefaultAction = ACLAction.Deny, diff --git a/sdk/signalr/Azure.ResourceManager.SignalR/tests/Generated/Samples/Sample_SignalRResource.cs b/sdk/signalr/Azure.ResourceManager.SignalR/tests/Generated/Samples/Sample_SignalRResource.cs index fc465cec02088..ea9096fb29ce6 100644 --- a/sdk/signalr/Azure.ResourceManager.SignalR/tests/Generated/Samples/Sample_SignalRResource.cs +++ b/sdk/signalr/Azure.ResourceManager.SignalR/tests/Generated/Samples/Sample_SignalRResource.cs @@ -194,6 +194,24 @@ public async Task Update_SignalRUpdate() } }, }, + CorsAllowedOrigins = +{ +"https://foo.com","https://bar.com" +}, + UpstreamTemplates = +{ +new UpstreamTemplate("https://example.com/chat/api/connect") +{ +HubPattern = "*", +EventPattern = "connect,disconnect", +CategoryPattern = "*", +Auth = new UpstreamAuthSettings() +{ +AuthType = UpstreamAuthType.ManagedIdentity, +ManagedIdentityResource = "api://example", +}, +} +}, NetworkACLs = new SignalRNetworkACLs() { DefaultAction = ACLAction.Deny,