Skip to content

Commit

Permalink
Upgrade container app sdk to 20230501 (#37952)
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliehzl committed Aug 9, 2023
1 parent b2d4b7f commit 3651f38
Show file tree
Hide file tree
Showing 82 changed files with 403 additions and 271 deletions.
16 changes: 10 additions & 6 deletions sdk/containerapps/Azure.ResourceManager.AppContainers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# Release History

## 1.1.0-beta.4 (Unreleased)
## 1.1.0 (2023-08-11)

### Features Added

### Breaking Changes

### Bugs Fixed
- Upgraded api-version tag from 'package-2022-10' to 'package-2023-05'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/ad997e99eccc15b7ab4cd66ae3f1f9534a1e2628/specification/app/resource-manager/readme.md

### Other Changes

- Upgraded Azure.Core from 1.30.0 to 1.34.0
- Upgraded Azure.ResourceManager from 1.4.0 to 1.7.0
- Obsoleted property 'ContainerAppManagedEnvironmentOutboundSettings OutboundSettings' in type Azure.ResourceManager.AppContainers.Models.ContainerAppVnetConfiguration
- Obsoleted property 'String RuntimeSubnetId' in type Azure.ResourceManager.AppContainers.Models.ContainerAppVnetConfiguration

## 1.1.0-beta.3 (2023-08-08)

### Features Added
Expand Down Expand Up @@ -39,6 +42,7 @@
## 1.1.0-beta.1 (2023-05-15)

### Features Added

- Upgrade to 2022-11-01-preview api version
- Add API to start, stop and executions for ContainerAppJobs
- Support keyvault for container app secret
Expand All @@ -50,6 +54,7 @@
- Add Friendly workload profile name support

### Bugs Fixed

- Fix certifaicte password format for environment custom domain

### Other Changes
Expand Down Expand Up @@ -114,5 +119,4 @@ This package follows the [new Azure SDK guidelines](https://azure.github.io/azur

This package is a Public Preview version, so expect incompatible changes in subsequent releases as we improve the product. To provide feedback, submit an issue in our [Azure SDK for .NET GitHub repo](https://github.com/Azure/azure-sdk-for-net/issues).

> NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://docs.microsoft.com//dotnet/api/overview/azure/identity-readme?view=azure-dotnet).
> NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://docs.microsoft.com//dotnet/api/overview/azure/identity-readme?view=azure-dotnet).
Original file line number Diff line number Diff line change
Expand Up @@ -1745,7 +1745,7 @@ public partial class ContainerAppIPSecurityRestrictionRule
public partial class ContainerAppJobConfiguration
{
public ContainerAppJobConfiguration(Azure.ResourceManager.AppContainers.Models.ContainerAppJobTriggerType triggerType, int replicaTimeout) { }
public Azure.ResourceManager.AppContainers.Models.JobConfigurationEventTriggerConfig EventTriggerConfig { get { throw null; } set { } }
public Azure.ResourceManager.AppContainers.Models.EventTriggerConfiguration EventTriggerConfig { get { throw null; } set { } }
public Azure.ResourceManager.AppContainers.Models.JobConfigurationManualTriggerConfig ManualTriggerConfig { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.AppContainers.Models.ContainerAppRegistryCredentials> Registries { get { throw null; } }
public int? ReplicaRetryLimit { get { throw null; } set { } }
Expand Down Expand Up @@ -1809,6 +1809,22 @@ public partial class ContainerAppJobPatchProperties
public static bool operator !=(Azure.ResourceManager.AppContainers.Models.ContainerAppJobProvisioningState left, Azure.ResourceManager.AppContainers.Models.ContainerAppJobProvisioningState right) { throw null; }
public override string ToString() { throw null; }
}
public partial class ContainerAppJobScale
{
public ContainerAppJobScale() { }
public int? MaxExecutions { get { throw null; } set { } }
public int? MinExecutions { get { throw null; } set { } }
public int? PollingIntervalInSeconds { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.AppContainers.Models.ContainerAppJobScaleRule> Rules { get { throw null; } }
}
public partial class ContainerAppJobScaleRule
{
public ContainerAppJobScaleRule() { }
public System.Collections.Generic.IList<Azure.ResourceManager.AppContainers.Models.ContainerAppScaleRuleAuth> Auth { get { throw null; } }
public string JobScaleRuleType { get { throw null; } set { } }
public System.BinaryData Metadata { get { throw null; } set { } }
public string Name { get { throw null; } set { } }
}
public partial class ContainerAppJobTemplate
{
public ContainerAppJobTemplate() { }
Expand Down Expand Up @@ -2187,6 +2203,12 @@ public partial class ContainerAppSecret
public string Name { get { throw null; } }
public string Value { get { throw null; } }
}
public partial class ContainerAppServiceBind
{
public ContainerAppServiceBind() { }
public string Name { get { throw null; } set { } }
public Azure.Core.ResourceIdentifier ServiceId { get { throw null; } set { } }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct ContainerAppSourceControlOperationState : System.IEquatable<Azure.ResourceManager.AppContainers.Models.ContainerAppSourceControlOperationState>
{
Expand Down Expand Up @@ -2245,7 +2267,7 @@ public partial class ContainerAppTemplate
public System.Collections.Generic.IList<Azure.ResourceManager.AppContainers.Models.ContainerAppInitContainer> InitContainers { get { throw null; } }
public string RevisionSuffix { get { throw null; } set { } }
public Azure.ResourceManager.AppContainers.Models.ContainerAppScale Scale { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.AppContainers.Models.ServiceBind> ServiceBinds { get { throw null; } }
public System.Collections.Generic.IList<Azure.ResourceManager.AppContainers.Models.ContainerAppServiceBind> ServiceBinds { get { throw null; } }
public long? TerminationGracePeriodSeconds { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.AppContainers.Models.ContainerAppVolume> Volumes { get { throw null; } }
}
Expand Down Expand Up @@ -2332,12 +2354,12 @@ public partial class ContainerAppWritableSecret
public string Name { get { throw null; } set { } }
public string Value { get { throw null; } set { } }
}
public partial class JobConfigurationEventTriggerConfig
public partial class EventTriggerConfiguration
{
public JobConfigurationEventTriggerConfig() { }
public EventTriggerConfiguration() { }
public int? Parallelism { get { throw null; } set { } }
public int? ReplicaCompletionCount { get { throw null; } set { } }
public Azure.ResourceManager.AppContainers.Models.JobScale Scale { get { throw null; } set { } }
public Azure.ResourceManager.AppContainers.Models.ContainerAppJobScale Scale { get { throw null; } set { } }
}
public partial class JobConfigurationManualTriggerConfig
{
Expand Down Expand Up @@ -2385,22 +2407,6 @@ public partial class JobExecutionContainer
public static bool operator !=(Azure.ResourceManager.AppContainers.Models.JobExecutionRunningState left, Azure.ResourceManager.AppContainers.Models.JobExecutionRunningState right) { throw null; }
public override string ToString() { throw null; }
}
public partial class JobScale
{
public JobScale() { }
public int? MaxExecutions { get { throw null; } set { } }
public int? MinExecutions { get { throw null; } set { } }
public int? PollingInterval { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.AppContainers.Models.JobScaleRule> Rules { get { throw null; } }
}
public partial class JobScaleRule
{
public JobScaleRule() { }
public System.Collections.Generic.IList<Azure.ResourceManager.AppContainers.Models.ContainerAppScaleRuleAuth> Auth { get { throw null; } }
public string JobScaleRuleType { get { throw null; } set { } }
public System.BinaryData Metadata { get { throw null; } set { } }
public string Name { get { throw null; } set { } }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct ManagedCertificateDomainControlValidation : System.IEquatable<Azure.ResourceManager.AppContainers.Models.ManagedCertificateDomainControlValidation>
{
Expand Down Expand Up @@ -2457,10 +2463,4 @@ public partial class SecretVolumeItem
public string Path { get { throw null; } set { } }
public string SecretRef { get { throw null; } set { } }
}
public partial class ServiceBind
{
public ServiceBind() { }
public string Name { get { throw null; } set { } }
public Azure.Core.ResourceIdentifier ServiceId { get { throw null; } set { } }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "net",
"TagPrefix": "net/containerapps/Azure.ResourceManager.AppContainers",
"Tag": ""
"Tag": "net/containerapps/Azure.ResourceManager.AppContainers_9600c74039"
}

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 3651f38

Please sign in to comment.