-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Commits on Oct 3, 2022
-
Adds base for updating Microsoft.App from version preview/2022-06-01-…
…preview to version 2022-10-01
Configuration menu - View commit details
-
Copy full SHA for 0ae8de5 - Browse repository at this point
Copy the full SHA 0ae8de5View commit details -
Configuration menu - View commit details
-
Copy full SHA for db82f23 - Browse repository at this point
Copy the full SHA db82f23View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec20514 - Browse repository at this point
Copy the full SHA ec20514View commit details
Commits on Oct 10, 2022
-
Adds base for updating Microsoft.App from version stable/2022-10-01 t…
…o version 2022-11-01-preview
Configuration menu - View commit details
-
Copy full SHA for a0b5838 - Browse repository at this point
Copy the full SHA a0b5838View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57fef78 - Browse repository at this point
Copy the full SHA 57fef78View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6e8461 - Browse repository at this point
Copy the full SHA b6e8461View commit details
Commits on Oct 13, 2022
-
Add AppState and LatestReadyRevisionName (Azure#21034) (Azure#21087)
* Add new props * add defaults
Configuration menu - View commit details
-
Copy full SHA for 5533d83 - Browse repository at this point
Copy the full SHA 5533d83View commit details
Commits on Nov 8, 2022
-
Fix certificate password format of env custom domain for 2022-11-01-p…
…review (Azure#21464) * fix * fix
Configuration menu - View commit details
-
Copy full SHA for 5f5ce9c - Browse repository at this point
Copy the full SHA 5f5ce9cView commit details
Commits on Nov 10, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 796232b - Browse repository at this point
Copy the full SHA 796232bView commit details -
fix S360 swagger correctness errors (Azure#21478)
* fix S360 swagger correctness errors * add default value Co-authored-by: Nan Jiang <naji@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for accc4a8 - Browse repository at this point
Copy the full SHA accc4a8View commit details
Commits on Nov 22, 2022
-
Add swagger for client cert & CORS policy (Azure#21345)
* Add swagger for client cert & CORS policy (Azure#21126) * Add certificate & CORS Policy * try fix
Configuration menu - View commit details
-
Copy full SHA for f43f5d1 - Browse repository at this point
Copy the full SHA f43f5d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 843dd69 - Browse repository at this point
Copy the full SHA 843dd69View commit details
Commits on Nov 28, 2022
-
{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
Configuration menu - View commit details
-
Copy full SHA for e07bd8a - Browse repository at this point
Copy the full SHA e07bd8aView commit details
Commits on Dec 6, 2022
-
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 authoredDec 6, 2022 Configuration menu - View commit details
-
Copy full SHA for 8503e96 - Browse repository at this point
Copy the full SHA 8503e96View commit details
Commits on Dec 13, 2022
-
Add controlPlaneSubnetId for AKS API server injection (Azure#21718)
Co-authored-by: Vincent He <dashe@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 678bb82 - Browse repository at this point
Copy the full SHA 678bb82View commit details
Commits on Dec 14, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for f34c7cc - Browse repository at this point
Copy the full SHA f34c7ccView commit details
Commits on Dec 23, 2022
-
Add keda/dapr version. (Azure#21982)
* Add keda/dapr version. * Fix.
Configuration menu - View commit details
-
Copy full SHA for f90b24b - Browse repository at this point
Copy the full SHA f90b24bView commit details
Commits on Jan 6, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 58741ee - Browse repository at this point
Copy the full SHA 58741eeView commit details
Commits on Jan 12, 2023
-
Revert "Add controlPlaneSubnetId for AKS API server injection (Azure#…
…21718)" (Azure#22149) This reverts commit 678bb82.
Hong Wang authoredJan 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 6772486 - Browse repository at this point
Copy the full SHA 6772486View commit details
Commits on Jan 13, 2023
-
Add quotas property to managed environment (Azure#22169)
* Add quotas property to managed environment * lint
Configuration menu - View commit details
-
Copy full SHA for 6c10168 - Browse repository at this point
Copy the full SHA 6c10168View commit details
Commits on Feb 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 82be6d3 - Browse repository at this point
Copy the full SHA 82be6d3View commit details
Commits on Feb 6, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 23e82ab - Browse repository at this point
Copy the full SHA 23e82abView commit details
Commits on Feb 7, 2023
-
Remove never used properties (Azure#22423)
Co-authored-by: Vincent He <dashe@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 27489e4 - Browse repository at this point
Copy the full SHA 27489e4View commit details
Commits on Feb 16, 2023
-
Fix S360 certificateId not required. (Azure#22426)
* Fix S360 certificateId not required * Fix example --------- Co-authored-by: Nan Jiang <naji@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 2f01a7c - Browse repository at this point
Copy the full SHA 2f01a7cView commit details
Commits on Feb 17, 2023
-
Add properties for secrets from KV (Azure#22652)
* add properties for secrets from KV * typo * remove unnecessay examples
Configuration menu - View commit details
-
Copy full SHA for a431788 - Browse repository at this point
Copy the full SHA a431788View commit details
Commits on Feb 21, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 671716d - Browse repository at this point
Copy the full SHA 671716dView commit details
Commits on Feb 22, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for ae35416 - Browse repository at this point
Copy the full SHA ae35416View commit details
Commits on Feb 24, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for b8a7057 - Browse repository at this point
Copy the full SHA b8a7057View commit details
Commits on Feb 27, 2023
-
Add infrastructure rg (Azure#22653)
* Add infrastructureResourceGroup propery to managedEnvironments * Updated examples * fix indentation * Update examples ref
Configuration menu - View commit details
-
Copy full SHA for 2e26b9f - Browse repository at this point
Copy the full SHA 2e26b9fView commit details
Commits on Feb 28, 2023
-
Update description for CORS policy properties (Azure#22442)
* Update description for CORS policy properties * Fix 2022-10-01 PATCH response * fix * fix
Configuration menu - View commit details
-
Copy full SHA for ab11e4d - Browse repository at this point
Copy the full SHA ab11e4dView commit details
Commits on Mar 2, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 98c52c6 - Browse repository at this point
Copy the full SHA 98c52c6View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for be69f59 - Browse repository at this point
Copy the full SHA be69f59View commit details -
Fix billing meter and available workload profiles examples (Azure#22857)
* Remove premium sku * Sync billing and available wp apis * Fix using prettier
Configuration menu - View commit details
-
Copy full SHA for 4fcd6d4 - Browse repository at this point
Copy the full SHA 4fcd6d4View commit details
Commits on Mar 3, 2023
-
Merge branch 'main' into release-app-Microsoft.App-2022-11-01-preview
Hong Wang committedMar 3, 2023 Configuration menu - View commit details
-
Copy full SHA for d147910 - Browse repository at this point
Copy the full SHA d147910View commit details -
Hong Wang committed
Mar 3, 2023 Configuration menu - View commit details
-
Copy full SHA for 0d97f8e - Browse repository at this point
Copy the full SHA 0d97f8eView commit details
Commits on Mar 6, 2023
-
Hong Wang committed
Mar 6, 2023 Configuration menu - View commit details
-
Copy full SHA for e97cdaf - Browse repository at this point
Copy the full SHA e97cdafView commit details -
Hong Wang committed
Mar 6, 2023 Configuration menu - View commit details
-
Copy full SHA for f4fca3c - Browse repository at this point
Copy the full SHA f4fca3cView commit details
Commits on Mar 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f30cd0d - Browse repository at this point
Copy the full SHA f30cd0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 720d435 - Browse repository at this point
Copy the full SHA 720d435View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9da0527 - Browse repository at this point
Copy the full SHA 9da0527View commit details -
Configuration menu - View commit details
-
Copy full SHA for f947494 - Browse repository at this point
Copy the full SHA f947494View commit details -
Configuration menu - View commit details
-
Copy full SHA for a961f10 - Browse repository at this point
Copy the full SHA a961f10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5197581 - Browse repository at this point
Copy the full SHA 5197581View commit details
Commits on Mar 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e4d3105 - Browse repository at this point
Copy the full SHA e4d3105View commit details -
Configuration menu - View commit details
-
Copy full SHA for 149c006 - Browse repository at this point
Copy the full SHA 149c006View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d49a9c - Browse repository at this point
Copy the full SHA 0d49a9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11892e7 - Browse repository at this point
Copy the full SHA 11892e7View commit details
Commits on Mar 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f88da62 - Browse repository at this point
Copy the full SHA f88da62View commit details
Commits on Mar 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6a500b0 - Browse repository at this point
Copy the full SHA 6a500b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55cffd7 - Browse repository at this point
Copy the full SHA 55cffd7View commit details
Commits on Mar 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f37d9ce - Browse repository at this point
Copy the full SHA f37d9ceView commit details
Commits on Mar 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 51d7437 - Browse repository at this point
Copy the full SHA 51d7437View commit details -
Configuration menu - View commit details
-
Copy full SHA for d83111d - Browse repository at this point
Copy the full SHA d83111dView commit details