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

Users/kegangum/fix errors #9511

Merged
merged 47 commits into from
Jul 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
89c791a
added swagger for 'actionplan/operation/attempts' , 'operationresults…
kegangum Apr 30, 2020
890a75f
updated the pfx file name type
kegangum Apr 30, 2020
e54ba1e
fix LintDiff erros
kegangum Apr 30, 2020
f94f0f4
added locations endpoint and fixed other changes
kegangum May 8, 2020
6452914
added actionplans to custom-words.txt and uodated ProductSecret.json
kegangum May 8, 2020
a309df7
updated locations endpoint response
kegangum May 19, 2020
0f9581f
updated the location parameter to global
kegangum May 19, 2020
3c02a0b
added 404 and default responses
kegangum Jun 2, 2020
ff0d4ef
added locations endpoint - list operation
kegangum Jun 3, 2020
a7ac2ca
removed 404 response for the 'ProductDeployment-remove operation'
kegangum Jun 4, 2020
21b0cd0
Adding 'productDeployments/executeRunner/action''
kegangum Jun 6, 2020
2bebce3
removed 404 responses
kegangum Jun 7, 2020
5ed5bfe
added default error responses and deleted 404 responses for file cont…
kegangum Jun 8, 2020
eaad50f
removed older version in the read.md 'input-file' section
kegangum Jun 8, 2020
e085877
changed details info in the "ExtendedErrorInfo"
kegangum Jun 9, 2020
0329a47
changed ExtendedErrorInfo object
kegangum Jun 9, 2020
021f70e
updating error definition
kegangum Jun 9, 2020
e012c27
changing error definition in 2018-07-01 version
kegangum Jun 9, 2020
3ecda6c
Merge remote-tracking branch 'upstream/master' into users/kegangum/fi…
kegangum Jun 22, 2020
78bca1d
updated location responses
kegangum Jun 25, 2020
2c7e079
changed the entity name
kegangum Jun 25, 2020
995b49e
Revert "changed the entity name"
kegangum Jun 25, 2020
c76c06d
Revert "updated location responses"
kegangum Jun 25, 2020
1ce44dc
updated locations Get response
kegangum Jun 25, 2020
013de80
change for New-AzFileContainer command
kegangum Jul 15, 2020
c687567
added Parameter for the New-AzsProductPackage
kegangum Jul 15, 2020
a971967
changed productId to packageId
kegangum Jul 15, 2020
4e547a5
updated operationId for Bootstrap
kegangum Jul 16, 2020
ec4cefc
changed operationId for deploy action
kegangum Jul 16, 2020
ada5eb4
changed paramters to object
kegangum Jul 16, 2020
265ac13
changed the operation Ids
kegangum Jul 16, 2020
07ca3fe
changed operationIds for the right command names
kegangum Jul 16, 2020
093b870
execute runner changes
kegangum Jul 17, 2020
2ffa204
fixed path parameter for secrets and remove command name
kegangum Jul 17, 2020
60043c6
changed the secret name
kegangum Jul 20, 2020
7c78aea
changed secret parameters
kegangum Jul 20, 2020
5f75e02
Merge pull request #1 from kegangum/users/kegangum/autorest
kegangum Jul 21, 2020
d9dd4eb
added changes to resolve conflicts
kegangum Jul 21, 2020
267c2fb
changed version number
kegangum Jul 21, 2020
de220c5
changed the version number
kegangum Jul 21, 2020
42249c9
changed the tag name
kegangum Jul 21, 2020
b2ae2fd
to fix conflicts
kegangum Jul 21, 2020
1cc2936
added swagger for missing endpoints of the Deployment Resource Provider
kegangum Apr 30, 2020
f2f929d
fix LintDiff erros
kegangum Apr 30, 2020
4cb01d5
updated the location parameter to global
kegangum May 19, 2020
0607e36
Merge branch 'users/kegangum/fixErrors' of https://github.com/kegangu…
kegangum Jul 22, 2020
90f8c46
added 204 responses for delete operation
kegangum Jul 23, 2020
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
5 changes: 5 additions & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ accountid
accountname
ACLs
aclspec
actionplans
acquisitionid
acrapi
activityruns
Expand Down Expand Up @@ -494,6 +495,7 @@ endpointkeys
endpointname
endswith
endtime
endTime
Enein
engagementfabric
endzone
Expand Down Expand Up @@ -1086,6 +1088,7 @@ PCNET
peerings
Pendingissuance
Pendingrevocation
percentComplete
perfcounters
perfmon
performant
Expand Down Expand Up @@ -1152,6 +1155,7 @@ projectable
Protectable
provisioner
provisioningservices
provisioningState
Psec
ptrdname
publicipaddresses
Expand Down Expand Up @@ -1451,6 +1455,7 @@ startswith
starttask
starttaskfailed
starttime
startTime
stateful
staticsite
statusdir
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,236 @@
{
"swagger": "2.0",
"info": {
"version": "2018-07-01",
"title": "DeploymentAdminClient",
"description": "Deployment Admin Client."
},
"host": "management.azure.com",
"schemes": [
"https"
],
"produces": [
"application/json"
],
"consumes": [
"application/json"
],
"paths": {
"/providers/Microsoft.Deployment.Admin/operations": {
"get": {
"x-ms-examples": {
"Returns the list of supported REST operations.": {
"$ref": "./examples/Operations/List.json"
}
},
"description": "Returns the list of supported REST operations.",
"tags": [
"Deployment"
],
"operationId": "Operations_List",
"parameters": [
{
"$ref": "#/parameters/ApiVersionParameter"
}
],
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/OperationList"
}
}
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
}
}
}
},
"definitions": {
"Resource": {
"description": "Object model of azure resource manager base.",
"type": "object",
"properties": {
"id": {
"readOnly": true,
"description": "ID of the resource.",
"type": "string"
},
"name": {
"readOnly": true,
"description": "Name of the resource.",
"type": "string"
},
"type": {
"readOnly": true,
"description": "Type of Resource.",
"type": "string"
},
"location": {
"description": "Location of the resource.",
"type": "string"
}
},
"x-ms-azure-resource": true
},
"ExtendedErrorInfo": {
"type": "object",
"description": "Error response.",
"properties": {
"error": {
"$ref": "#/definitions/ErrorDefinition",
"description": "The error details."
}
}
},
"ErrorDefinition": {
"type": "object",
"description": "Error definition.",
"properties": {
"code": {
"description": "Service specific error code which serves as the substatus for the HTTP error code.",
"type": "string",
"readOnly": true
},
"message": {
"description": "Description of the error.",
"type": "string",
"readOnly": true
},
"details": {
"description": "Internal error details.",
"type": "array",
"items": {
"$ref": "#/definitions/ErrorDefinition"
},
"readOnly": true
}
}
},
"JTokenString": {
"description": "Error information",
"type": "object",
"properties": {
"value": {
"description": "Parameters as JToken string",
"type": "string"
}
}
},
"Operation": {
"description": "Describes the supported REST operation.",
"properties": {
"name": {
"description": "The name of the operation being performed on this particular object. This name should match the name that appears in RBAC or the event service.",
"type": "string"
},
"display": {
"description": "Contains the localized display information for this particular operation or action.",
"$ref": "#/definitions/Display"
},
"origin": {
"description": "Origin for the operation. Eg. User, System",
"type": "string"
}
}
},
"Display": {
"description": "Contains the localized display information for this particular operation or action.",
"properties": {
"provider": {
"description": "The localized, friendly version of the resource provider name. The provider name is expected to include the name of the publisher or company responsible. The provider name format should use title case and begin with \"Microsoft\" for first-party services. For example, the provider name may be\"Microsoft Monitoring Insights\" or \"Microsoft Compute.\"",
"type": "string"
},
"resource": {
"description": "The localized, friendly version of the resource type related to this action or operation; the resource type should match the public documentation for the resource provider.",
"type": "string"
},
"operation": {
"description": "The localized, friendly name for the operation. Use the name as it will displayed to the user.",
"type": "string"
},
"description": {
"description": "The localized, friendly description for the operation. The description will be displayed to the user. It should be thorough and concise for used in both tooltips and detailed views.",
"type": "string"
}
}
},
"OperationList": {
"description": "List of Operations",
"properties": {
"value": {
"description": "Array of operations",
"type": "array",
"items": {
"$ref": "#/definitions/Operation"
}
},
"nextLink": {
"description": "URI to the next page of operations.",
"type": "string"
}
}
}
},
"parameters": {
"SubscriptionIdParameter": {
"name": "subscriptionId",
"in": "path",
"description": "Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.",
"required": true,
"type": "string"
},
"ApiVersionParameter": {
"name": "api-version",
"in": "query",
"description": "Client API Version.",
"required": true,
"type": "string",
"default": "2018-07-01"
},
"LocationParameter": {
"description": "Location of the resource.",
"name": "location",
"in": "path",
"required": true,
"type": "string",
"x-ms-parameter-location": "method",
"default": "2018-07-01"
},
"ProductIdParameter": {
"name": "productId",
"in": "path",
"description": "The product identifier.",
"required": true,
"type": "string",
"x-ms-parameter-location": "method"
},
"PackageIdParameter": {
"name": "packageId",
"in": "path",
"description": "The package identifier.",
"required": true,
"type": "string",
"x-ms-parameter-location": "method"
}
},
"securityDefinitions": {
"azure_auth": {
"type": "oauth2",
"authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
"flow": "implicit",
"description": "Authorization uses an Azure Active Directory OAuth2 flow.",
"scopes": {
"user_impersonation": "impersonate your user account"
}
}
},
"security": [
{
"azure_auth": [
"user_impersonation"
]
}
]
}
Loading