Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
LaylaLiu committed Sep 29, 2024
1 parent a82973a commit f1a37cb
Show file tree
Hide file tree
Showing 25 changed files with 49 additions and 48 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2186,4 +2186,3 @@
}
]
}

Original file line number Diff line number Diff line change
Expand Up @@ -467,4 +467,3 @@
}
]
}

Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@
],
"summary": "Create or Update a Certificate.",
"operationId": "ConnectedEnvironmentsCertificates_CreateOrUpdate",
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "azure-async-operation"
},
"parameters": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter"
Expand Down Expand Up @@ -191,6 +195,10 @@
],
"summary": "Deletes the specified Certificate.",
"operationId": "ConnectedEnvironmentsCertificates_Delete",
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "location"
},
"parameters": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter"
Expand Down Expand Up @@ -252,6 +260,10 @@
"summary": "Update properties of a certificate",
"description": "Patches a certificate. Currently only patching of tags is supported",
"operationId": "ConnectedEnvironmentsCertificates_Update",
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "location"
},
"parameters": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter"
Expand Down Expand Up @@ -335,4 +347,3 @@
}
]
}

Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@
"summary": "Creates or updates a Dapr Component.",
"description": "Creates or updates a Dapr Component in a connected environment.",
"operationId": "ConnectedEnvironmentsDaprComponents_CreateOrUpdate",
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "azure-async-operation"
},
"parameters": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter"
Expand Down Expand Up @@ -177,7 +181,6 @@
}
}
},
"x-ms-long-running-operation": false,
"x-ms-examples": {
"Create or update dapr component": {
"$ref": "./examples/ConnectedEnvironmentsDaprComponents_CreateOrUpdate.json"
Expand All @@ -191,6 +194,10 @@
"summary": "Delete a Dapr Component.",
"description": "Delete a Dapr Component from a connected environment.",
"operationId": "ConnectedEnvironmentsDaprComponents_Delete",
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "location"
},
"parameters": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter"
Expand Down Expand Up @@ -242,8 +249,7 @@
"Delete dapr component": {
"$ref": "./examples/ConnectedEnvironmentsDaprComponents_Delete.json"
}
},
"x-ms-long-running-operation": false
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}/daprComponents/{componentName}/listSecrets": {
Expand Down Expand Up @@ -299,7 +305,7 @@
}
}
}
},
},
"definitions": {
"ConnectedEnvironmentDaprComponentsCollection": {
"description": "Collection of Dapr Components for Environments",
Expand Down Expand Up @@ -328,29 +334,29 @@
"properties": {
"properties": {
"provisioningState": {
"description": "Provisioning state of the Connected Environment Dapr Component.",
"enum": [
"Succeeded",
"Failed",
"Canceled",
"InProgress"
],
"type": "string",
"readOnly": true,
"x-ms-enum": {
"name": "ConnectedEnvironmentDaprComponentProvisioningState",
"modelAsString": true
}
},
"deploymentErrors": {
"description": "Any errors that occurred during deployment or deployment validation",
"type": "string",
"readOnly": true
"description": "Provisioning state of the Connected Environment Dapr Component.",
"enum": [
"Succeeded",
"Failed",
"Canceled",
"InProgress"
],
"type": "string",
"readOnly": true,
"x-ms-enum": {
"name": "ConnectedEnvironmentDaprComponentProvisioningState",
"modelAsString": true
}
},
"deploymentErrors": {
"description": "Any errors that occurred during deployment or deployment validation",
"type": "string",
"readOnly": true
}
}
}
},
}
},
"securityDefinitions": {
"azure_auth": {
"type": "oauth2",
Expand All @@ -370,4 +376,3 @@
}
]
}

Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@
"summary": "Create or update storage for a connectedEnvironment.",
"description": "Create or update storage for a connectedEnvironment.",
"operationId": "ConnectedEnvironmentsStorages_CreateOrUpdate",
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "azure-async-operation"
},
"parameters": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter"
Expand Down Expand Up @@ -189,6 +193,10 @@
"summary": "Delete storage for a connectedEnvironment.",
"description": "Delete storage for a connectedEnvironment.",
"operationId": "ConnectedEnvironmentsStorages_Delete",
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "location"
},
"parameters": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter"
Expand Down Expand Up @@ -326,4 +334,3 @@
}
]
}

Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,3 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@
"204": {}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,3 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,3 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@
"204": {}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,3 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,3 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,3 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@
"204": {}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,3 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@
"204": {}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,3 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,3 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,3 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,3 @@
}
}
}

0 comments on commit f1a37cb

Please sign in to comment.