Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Microsoft.App 2022-11-01-preview #22896

Merged
merged 53 commits into from
Mar 28, 2023
Merged

Commits on Oct 3, 2022

  1. Adds base for updating Microsoft.App from version preview/2022-06-01-…

    …preview to version 2022-10-01
    p-bouchon committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    0ae8de5 View commit details
    Browse the repository at this point in the history
  2. Updates readme

    p-bouchon committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    db82f23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec20514 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Adds base for updating Microsoft.App from version stable/2022-10-01 t…

    …o version 2022-11-01-preview
    ruslany committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    a0b5838 View commit details
    Browse the repository at this point in the history
  2. Updates readme

    ruslany committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    57fef78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6e8461 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Add AppState and LatestReadyRevisionName (Azure#21034) (Azure#21087)

    * Add new props
    
    * add defaults
    ruslany authored Oct 13, 2022
    Configuration menu
    Copy the full SHA
    5533d83 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    5f5ce9c View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Remove AppState property as we decided to postpone it (Azure#21484)

    * Remove AppState property as we decided to postpone it
    
    * Fix swagger issues
    
    * fix swagger issues
    
    * More swagger fixes
    
    * Swagger fixes
    
    * additional fix
    
    * Even more swagger fixes - where does this come from?
    
    * Fix other swagger issues
    
    * fixing remaining swagger issues
    ruslany authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    796232b View commit details
    Browse the repository at this point in the history
  2. fix S360 swagger correctness errors (Azure#21478)

    * fix S360 swagger correctness errors
    
    * add default value
    
    Co-authored-by: Nan Jiang <naji@microsoft.com>
    najian and Nan Jiang authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    accc4a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Add swagger for client cert & CORS policy (Azure#21345)

    * Add swagger for client cert & CORS policy (Azure#21126)
    
    * Add certificate & CORS Policy
    
    * try fix
    zhenqxuMSFT authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    f43f5d1 View commit details
    Browse the repository at this point in the history
  2. add (Azure#21554)

    Juliehzl authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    843dd69 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. {AzureContainerApps} fixes Azure#21354 (Azure#21520)

    * {AzureContainerApps} fixes Azure#21354
    
    runtimeSubnetId was the old way of doing it and now it is no longer needed.
    It is very confusing to still see it being used or required in API specification documentation below:
    
    https://learn.microsoft.com/en-us/azure/templates/microsoft.app/managedenvironments?pivots=deployment-language-bicep#vnetconfiguration
    
    This PR updates the description mentioning it is deprecated.
    
    * Update ManagedEnvironments.json
    
    * Update ManagedEnvironments.json
    
    * Update ManagedEnvironments.json
    
    * Update ManagedEnvironments.json
    navba-MSFT authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    e07bd8a View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. add managed cert API in 2022-11-01-preview (Azure#21281)

    * add managed cert API in 2022-11-01-preview
    
    * prettierred
    
    Co-authored-by: Elle Tojaroon <patojaro@microsoft.com>
    Paviya (Elle) Tojaroon and Elle Tojaroon authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    8503e96 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Add controlPlaneSubnetId for AKS API server injection (Azure#21718)

    Co-authored-by: Vincent He <dashe@microsoft.com>
    chinadragon0515 and Vincent He authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    678bb82 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Sticky Sessions Swagger PR (Azure#21521)

    * add sticky sessions first commit
    
    * add examples
    
    * fix semantic validation
    
    * remove breaking sdk error's duplicates
    
    * fix camelCase error
    
    * remove extra attributes
    
    * change affinity property to a string enum
    
    * change Sticky -> sticky
    
    * pretty errir
    
    Co-authored-by: Taher Darolywala <tdarolywala@microsoft.com>
    tdaroly and Taher Darolywala authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    f34c7cc View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Add keda/dapr version. (Azure#21982)

    * Add keda/dapr version.
    
    * Fix.
    yalixiang authored Dec 23, 2022
    Configuration menu
    Copy the full SHA
    f90b24b View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Add managedBy property to the containerapps ARM envelope (Azure#22059)

    * Add managedBy property to the containerapps ARM envelope
    
    * Add missing prop from previous version
    
    * Add managedBy example
    
    * Fix ci issues
    
    * Allow update of managedBy
    ruslany authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    58741ee View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Revert "Add controlPlaneSubnetId for AKS API server injection (Azure#…

    …21718)" (Azure#22149)
    
    This reverts commit 678bb82.
    Hong Wang authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    6772486 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Add quotas property to managed environment (Azure#22169)

    * Add quotas property to managed environment
    
    * lint
    zhenqxuMSFT authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    6c10168 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    82be6d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Add container apps job specs (Azure#21916)

    * Adding Container App Jobs specs for review
    
    * Adding Container App Jobs specs for review
    
    * Adding Container App Jobs specs for review | fix validations
    
    * Adding Container App Jobs specs for review | fix validations
    
    * Adding Container App Jobs specs for review | fix validations
    
    * Adding Container App Jobs specs for review | fix validations
    
    * Adding Container App Jobs specs for review | fix validations
    
    * Adding Container App Jobs specs for review | address comments
    
    * Adding Container App Jobs specs for review | fix validations
    
    * Adding Container App Jobs specs for review | fix validations
    
    * Adding Container App Jobs specs for review | fix validations
    
    * Adding Container App Jobs specs for review | fix validations
    
    * Adding Container App Jobs specs for review | fix validations
    
    * Adding Container App Jobs specs for review | fix validations
    
    * Adding Container App Jobs specs for review | fix validations
    
    * Adding Container App Jobs specs for review | fix validations
    
    * Adding Container App Jobs specs for review | fix validations
    
    * Adding Container App Jobs specs for review | fix validations
    
    * Adding Container App Jobs specs for review | address comments
    
    * Adding Container App Jobs specs for review | address comments
    
    * Adding Container App Jobs specs for review | address comments
    
    * Adding Container App Jobs specs for review | address comments
    
    * Adding Container App Jobs specs for review | address comments
    
    * Adding Container App Jobs specs for review | address comments
    
    * Adding Container App Jobs specs for review | address comments
    
    * updating sub-resource name to jobs from containerAppsJobs
    
    * updating sub-resource name to jobs from containerAppsJobs
    
    * updating sub-resource name to jobs from containerAppsJobs
    
    * updating sub-resource name to jobs from containerAppsJobs
    
    * updating sub-resource name to jobs from containerAppsJobs
    
    * revert resource management version
    
    * revert resource management version
    
    * revert resource management version
    anandanthony authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    23e82ab View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Remove never used properties (Azure#22423)

    Co-authored-by: Vincent He <dashe@microsoft.com>
    chinadragon0515 and Vincent He authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    27489e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Fix S360 certificateId not required. (Azure#22426)

    * Fix S360 certificateId not required
    
    * Fix example
    
    ---------
    
    Co-authored-by: Nan Jiang <naji@microsoft.com>
    najian and Nan Jiang authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    2f01a7c View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Add properties for secrets from KV (Azure#22652)

    * add properties for secrets from KV
    
    * typo
    
    * remove unnecessay examples
    xwang971 authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    a431788 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Add specs for start, stop & executions for Container Apps Jobs (Azure…

    …#22594)
    
    * update start stop spec for jobs
    
    * update start stop spec for jobs
    
    * update start stop spec for jobs
    
    * update start stop spec for jobs
    
    * update start stop spec for jobs
    
    * update start stop spec for jobs
    
    * update start stop spec for jobs
    
    * update start stop spec for jobs
    
    * update job specs with start, stop, execution endpoints
    
    * update job specs with start, stop, execution endpoints
    
    * update job specs with start, stop, execution endpoints
    
    * update start stop spec for jobs
    
    * update start stop spec for jobs
    
    * update start stop spec for jobs
    
    * update start stop spec for jobs
    
    * update start stop spec for jobs
    
    * update start stop spec for jobs
    anandanthony authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    671716d View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. mount secret as volume arm changes (Azure#22688)

    * add secret volume type to common definitions
    
    * updated common definitions for secrets to be an array of secret item objects
    
    ---------
    
    Co-authored-by: Stacy Zeng <stacyzeng@microsoft.com>
    smzeng and Stacy Zeng authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    ae35416 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Remove enum for category properties (Azure#22658)

    * remove enum category properties
    
    * Rename property to category in available workload profiles
    
    * Remove premium from description
    
    * Update example
    jijohn14 authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    b8a7057 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Add infrastructure rg (Azure#22653)

    * Add infrastructureResourceGroup propery to managedEnvironments
    
    * Updated examples
    
    * fix indentation
    
    * Update examples ref
    ebencarek authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    2e26b9f View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Update description for CORS policy properties (Azure#22442)

    * Update description for CORS policy properties
    
    * Fix 2022-10-01 PATCH response
    
    * fix
    
    * fix
    zhenqxuMSFT authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    ab11e4d View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Container Apps Jobs Execution History - Refactor (Azure#22844)

    * refactor changes for jobs execution history
    
    * remove 202 since change to GET
    
    * remove 202 from spec
    
    * rename
    
    * add filter field
    
    ---------
    
    Co-authored-by: Taher Darolywala <tdarolywala@microsoft.com>
    tdaroly and Taher Darolywala authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    98c52c6 View commit details
    Browse the repository at this point in the history
  2. add friendly name to workload profiles (Azure#22380)

    * add friendly name to workload profiles
    
    * add consumption examples
    
    * Use workload profile property for container app creation (Azure#22657)
    
    * Introduce workload profile name
    
    * Fix examples
    
    * fix consumption examples
    
    * rename WorkloadProfileName to name
    
    * fix failing model validation checks
    
    * fix some examples
    
    * address comments
    
    * remove availableworkloadprofiles_get.json
    
    ---------
    
    Co-authored-by: p-bouchon <pbouchon@microsoft.com>
    Co-authored-by: Jitin John <jijohn@microsoft.com>
    3 people authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    be69f59 View commit details
    Browse the repository at this point in the history
  3. Fix billing meter and available workload profiles examples (Azure#22857)

    * Remove premium sku
    
    * Sync billing and available wp apis
    
    * Fix using prettier
    jijohn14 authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    4fcd6d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    d147910 View commit details
    Browse the repository at this point in the history
  2. fix

    Hong Wang committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    0d97f8e View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Fix validation error

    Hong Wang committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    e97cdaf View commit details
    Browse the repository at this point in the history
  2. fix LintDiff

    Hong Wang committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    f4fca3c View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. fix lint

    Juliehzl committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    f30cd0d View commit details
    Browse the repository at this point in the history
  2. fix check

    Juliehzl committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    720d435 View commit details
    Browse the repository at this point in the history
  3. fix example

    Juliehzl committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    9da0527 View commit details
    Browse the repository at this point in the history
  4. revert 2022-01-01-preview

    Juliehzl committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    f947494 View commit details
    Browse the repository at this point in the history
  5. revert 202-06-01-preview

    Juliehzl committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    a961f10 View commit details
    Browse the repository at this point in the history
  6. fix style

    Juliehzl committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    5197581 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Configuration menu
    Copy the full SHA
    e4d3105 View commit details
    Browse the repository at this point in the history
  2. revert patch

    Juliehzl committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    149c006 View commit details
    Browse the repository at this point in the history
  3. fix patch

    Juliehzl committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    0d49a9c View commit details
    Browse the repository at this point in the history
  4. fix patch

    Juliehzl committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    11892e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    f88da62 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. revert contraint pattern

    Juliehzl committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    6a500b0 View commit details
    Browse the repository at this point in the history
  2. revert constaint pattern

    Juliehzl committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    55cffd7 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. revert previous version

    Juliehzl committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    f37d9ce View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. fix example

    Juliehzl committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    51d7437 View commit details
    Browse the repository at this point in the history
  2. fix example

    Juliehzl committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    d83111d View commit details
    Browse the repository at this point in the history