Skip to content

Commit

Permalink
Microsoft.Relay API version 2021-11-01 (#17480)
Browse files Browse the repository at this point in the history
* base commit for new API version

* Added new API version for 2021-11-01

* CI fixes

* update

* fix for Pythontrack2

* Revert "fix for Pythontrack2"

This reverts commit e70f2e9.

* fix for 2018-01-01-preview API version Nextlink

* Revert "fix for 2018-01-01-preview API version Nextlink"

This reverts commit b2f1dff.

* reverted python readme.md files changes

* update ARM review comments

* operations lintdifff fix

* corrected authorization spelling

* updated to use few common types

* removed unused common types and combined v1 and v2 common types

Co-authored-by: Ajit Navasare (MINDTREE LIMITED) <[email protected]>
  • Loading branch information
dsouzaarun and Ajit Navasare (MINDTREE LIMITED) authored Apr 23, 2022
1 parent e5c8595 commit 680efa4
Show file tree
Hide file tree
Showing 58 changed files with 4,863 additions and 69 deletions.
2 changes: 2 additions & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2531,6 +2531,8 @@ businessmetadata
Qualys
operatorconnect
servermetrics
usermetadata
Relaytype
Deboards
Deregisters
Dataworld
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,34 @@
"type": "string"
}
}
},
"ProxyResource": {
"title": "Resource",
"description": "Common fields that are returned in the response for all Azure Resource Manager resources",
"type": "object",
"properties": {
"id": {
"readOnly": true,
"type": "string",
"description": "Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
},
"name": {
"readOnly": true,
"type": "string",
"description": "The name of the resource"
},
"type": {
"readOnly": true,
"type": "string",
"description": "The type of the resource. E.g. \"Microsoft.EventHub/Namespaces\" or \"Microsoft.EventHub/Namespaces/EventHubs\""
},
"location": {
"type": "string",
"readOnly": true,
"description": "The geo-location where the resource lives"
}
},
"x-ms-azure-resource": true
}
},
"parameters": {
Expand Down Expand Up @@ -122,6 +150,49 @@
"maxLength": 50,
"x-ms-parameter-location": "method",
"description": "The namespace name"
},
"PrivateEndpointConnectionNameParameter": {
"name": "privateEndpointConnectionName",
"in": "path",
"required": true,
"type": "string",
"x-ms-parameter-location": "method",
"description": "The PrivateEndpointConnection name"
},
"PrivateLinkResourceNameParameter": {
"name": "privateLinkResourceName",
"in": "path",
"required": true,
"type": "string",
"x-ms-parameter-location": "method",
"description": "The PrivateLinkResource name"
},
"HybridConnectionNameParameter": {
"name": "hybridConnectionName",
"in": "path",
"required": true,
"type": "string",
"minLength": 1,
"x-ms-parameter-location": "method",
"description": "The hybrid connection name."
},
"AuthorizationRuleNameParameter": {
"name": "authorizationRuleName",
"in": "path",
"required": true,
"type": "string",
"minLength": 1,
"x-ms-parameter-location": "method",
"description": "The authorization rule name."
},
"RelayNameParameter": {
"name": "relayName",
"in": "path",
"required": true,
"type": "string",
"minLength": 1,
"x-ms-parameter-location": "method",
"description": "The relay name."
}
}
}
Loading

0 comments on commit 680efa4

Please sign in to comment.