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

Rename Post Action and Add Secrets Tags #20775

Merged
merged 37 commits into from
Sep 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
24d1f09
Adds base for updating Microsoft.App from version stable/2022-03-01 t…
ruslany Apr 13, 2022
5e1015c
Updates readme
ruslany Apr 13, 2022
bbd4441
Updates API version in new specs and examples
ruslany Apr 13, 2022
fabf9a5
Add app diag to 2022-05-01 (#18678)
michimune Apr 26, 2022
7077134
Fix definition for customhostnameesult (#19014)
Juliehzl May 12, 2022
a33bd39
Cherry pick for the parameter name fixes for the 2022-03-01 and makin…
ruslany May 13, 2022
0fd5e26
Fix description in all API versions (#19313)
ruslany Jun 3, 2022
056cc51
Add traffic info to revisions api (#19054)
ruslany Jun 7, 2022
5421cc7
Add httpReadBufferSize to dapr config in Microsoft.App-2022-05-01 (#1…
ahmelsayed Jun 9, 2022
8e5d315
Adds base for updating Microsoft.App from version stable/2022-05-01 t…
Juliehzl Jun 10, 2022
45cd59b
Updates readme
Juliehzl Jun 10, 2022
481bb59
Updates API version in new specs and examples
Juliehzl Jun 10, 2022
ec34aa3
Add new resources for 2022-06-01-preview (#19494)
Juliehzl Jul 12, 2022
83d8432
Enable Dapr AI Connection string for Microsoft.App connected environm…
LaylaLiu-gmail Jul 29, 2022
8f6ff49
update (#20013)
Juliehzl Jul 29, 2022
6d7a4b0
Fixdescriptions on microsoft.app 2022 06 01 preview (#20133)
ruslany Aug 8, 2022
baa9b05
Added `secretsStoreComponent` in 2022-06-01 spec (#20044)
ItalyPaleAle Aug 9, 2022
bb43ed1
Add custom domain configuration for managed environment (#20149)
mjqin Aug 9, 2022
94d84ee
Add additional Dapr options (2022-06-01-preview) (#19886)
ahmelsayed Aug 10, 2022
3450a5c
adding ip-restriction feat (#19841)
tdaroly Aug 12, 2022
903da55
Remove Traffic Labels from revisions because they haven't been impele…
ruslany Aug 17, 2022
2b61c76
Add property for tcp apps (#20193)
zhenqxuMSFT Aug 18, 2022
fba4c8b
Add Init Containers to common definitions (#19855)
p-bouchon Aug 19, 2022
68a1c9e
Update container app provisioningstate (#20411)
Juliehzl Aug 26, 2022
e4568a1
add property: maxInactiveRevisions (#20334)
njuCZ Aug 30, 2022
62f0c62
Add premium sku related properties for managed environment (#19770)
jijohn14 Aug 30, 2022
483d3a4
Fix source control status code in 2022-06-01-preview. (#20429)
yalixiang Aug 30, 2022
c6e7c42
Remove 20220501 because we will not support it in server side (#20427)
Juliehzl Sep 1, 2022
b1aab39
Added support for user defined routing (#20464)
desokey Sep 8, 2022
0cce38c
Some more APIs (#20448)
xwang971 Sep 13, 2022
e3d090a
add last active time for revision (#20658)
njuCZ Sep 15, 2022
0624af2
Add custom domain for connected env (#20731)
Juliehzl Sep 15, 2022
c371e7c
billingMeters - GET endpoint (#20485)
trajkobal Sep 16, 2022
0e15b50
Rename Action
xwang971 Sep 19, 2022
886dfab
secrets tag
xwang971 Sep 19, 2022
e7227f3
rebase main
xwang971 Sep 22, 2022
836d596
missed fix
xwang971 Sep 22, 2022
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 @@ -409,7 +409,7 @@
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/authtoken": {
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/getAuthtoken": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume this is a new API too.

"post": {
"tags": [
"ContainerApps"
Expand Down Expand Up @@ -1053,6 +1053,7 @@
"token": {
"description": "Auth token value.",
"type": "string",
"x-ms-secret": true,
"readOnly": true
},
"expires": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/authtoken": {
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/getAuthtoken": {
"post": {
"tags": [
"ManagedEnvironments"
Expand Down Expand Up @@ -953,6 +953,7 @@
"token": {
"description": "Auth token value.",
"type": "string",
"x-ms-secret": true,
"readOnly": true
},
"expires": {
Expand Down