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
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
0ae8de5
Adds base for updating Microsoft.App from version preview/2022-06-01-…
p-bouchon Oct 3, 2022
db82f23
Updates readme
p-bouchon Oct 3, 2022
ec20514
Updates API version in new specs and examples
p-bouchon Oct 3, 2022
a0b5838
Adds base for updating Microsoft.App from version stable/2022-10-01 t…
ruslany Oct 10, 2022
57fef78
Updates readme
ruslany Oct 10, 2022
b6e8461
Updates API version in new specs and examples
ruslany Oct 10, 2022
5533d83
Add AppState and LatestReadyRevisionName (#21034) (#21087)
ruslany Oct 13, 2022
5f5ce9c
Fix certificate password format of env custom domain for 2022-11-01-p…
Juliehzl Nov 8, 2022
796232b
Remove AppState property as we decided to postpone it (#21484)
ruslany Nov 10, 2022
accc4a8
fix S360 swagger correctness errors (#21478)
najian Nov 10, 2022
f43f5d1
Add swagger for client cert & CORS policy (#21345)
zhenqxuMSFT Nov 22, 2022
843dd69
add (#21554)
Juliehzl Nov 22, 2022
e07bd8a
{AzureContainerApps} fixes Azure/azure-rest-api-specs#21354 (#21520)
navba-MSFT Nov 28, 2022
8503e96
add managed cert API in 2022-11-01-preview (#21281)
Dec 6, 2022
678bb82
Add controlPlaneSubnetId for AKS API server injection (#21718)
chinadragon0515 Dec 13, 2022
f34c7cc
Sticky Sessions Swagger PR (#21521)
tdaroly Dec 14, 2022
f90b24b
Add keda/dapr version. (#21982)
yalixiang Dec 23, 2022
58741ee
Add managedBy property to the containerapps ARM envelope (#22059)
ruslany Jan 6, 2023
6772486
Revert "Add controlPlaneSubnetId for AKS API server injection (#21718…
Jan 12, 2023
6c10168
Add quotas property to managed environment (#22169)
zhenqxuMSFT Jan 13, 2023
82be6d3
Remove quota from ManagedEnvironments (#22441)
zhenqxuMSFT Feb 3, 2023
23e82ab
Add container apps job specs (#21916)
anandanthony Feb 6, 2023
27489e4
Remove never used properties (#22423)
chinadragon0515 Feb 7, 2023
2f01a7c
Fix S360 certificateId not required. (#22426)
najian Feb 16, 2023
a431788
Add properties for secrets from KV (#22652)
xwang971 Feb 17, 2023
671716d
Add specs for start, stop & executions for Container Apps Jobs (#22594)
anandanthony Feb 21, 2023
ae35416
mount secret as volume arm changes (#22688)
smzeng Feb 22, 2023
b8a7057
Remove enum for category properties (#22658)
jijohn14 Feb 24, 2023
2e26b9f
Add infrastructure rg (#22653)
ebencarek Feb 27, 2023
ab11e4d
Update description for CORS policy properties (#22442)
zhenqxuMSFT Feb 28, 2023
98c52c6
Container Apps Jobs Execution History - Refactor (#22844)
tdaroly Mar 2, 2023
be69f59
add friendly name to workload profiles (#22380)
p-bouchon Mar 2, 2023
4fcd6d4
Fix billing meter and available workload profiles examples (#22857)
jijohn14 Mar 2, 2023
d147910
Merge branch 'main' into release-app-Microsoft.App-2022-11-01-preview
Mar 3, 2023
0d97f8e
fix
Mar 3, 2023
e97cdaf
Fix validation error
Mar 6, 2023
f4fca3c
fix LintDiff
Mar 6, 2023
f30cd0d
fix lint
Juliehzl Mar 10, 2023
720d435
fix check
Juliehzl Mar 10, 2023
9da0527
fix example
Juliehzl Mar 10, 2023
f947494
revert 2022-01-01-preview
Juliehzl Mar 10, 2023
a961f10
revert 202-06-01-preview
Juliehzl Mar 10, 2023
5197581
fix style
Juliehzl Mar 10, 2023
e4d3105
Update operation Id for Get Job Executions (#23006)
anandanthony Mar 13, 2023
149c006
revert patch
Juliehzl Mar 13, 2023
0d49a9c
fix patch
Juliehzl Mar 13, 2023
11892e7
fix patch
Juliehzl Mar 13, 2023
f88da62
update workloadProfile to workloadProfileName (#23017)
anandanthony Mar 16, 2023
6a500b0
revert contraint pattern
Juliehzl Mar 21, 2023
55cffd7
revert constaint pattern
Juliehzl Mar 21, 2023
f37d9ce
revert previous version
Juliehzl Mar 23, 2023
51d7437
fix example
Juliehzl Mar 28, 2023
d83111d
fix example
Juliehzl Mar 28, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@
},
"runtimeSubnetId": {
"type": "string",
"description": "Resource ID of a subnet that Container App containers are injected into. This subnet must be in the same VNET as the subnet defined in infrastructureSubnetId. Must not overlap with any other provided IP ranges.",
"description": "This field is deprecated and not used. If you wish to provide your own subnet that Container App containers are injected into, then you should leverage the infrastructureSubnetId.",
"x-ms-mutability": [
"create",
"read"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"location": "East US",
"properties": {
"password": "private key password",
"value": "PFX-or-PEM-blob"
"value": "Y2VydA=="
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
},
"responses": {
"200": {},
"202": {},
"202": {
"headers": {
"location": "https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/providers/Microsoft.App/localtions/eastus/operationResults/00000"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@
},
"runtimeSubnetId": {
"type": "string",
"description": "Resource ID of a subnet that Container App containers are injected into. This subnet must be in the same VNET as the subnet defined in infrastructureSubnetId. Must not overlap with any other provided IP ranges.",
"description": "This field is deprecated and not used. If you wish to provide your own subnet that Container App containers are injected into, then you should leverage the infrastructureSubnetId.",
"x-ms-mutability": [
"create",
"read"
Expand Down
Loading