Skip to content

Commit 241588b

Browse files
sushil490023Sushil UpadhyayMahak Jainmahakjain314
authored andcommitted
Add PowerShell72 Runtime Support in Azure Automation (#26057)
* First Stable commit * New API Version Relase * Fixed pretty json check * Removed changes in 2015-10-31 API version * Removed Private Endpoint Definitions from Common V5 * Reuse common-types for Subscription, APIVersion and ResourceGroup parameters * Resolved PR comments * Removed unused definitions and fixed examples * Fixed duplicate schema errors * Fixed duplicate schema errors * Fix Go SDK * Added suppression for PutRequestResponseSchemeArm * Fix Go SDK * Fixed Lint errors for type object failure --------- Co-authored-by: Sushil Upadhyay <[email protected]> Co-authored-by: Mahak Jain <[email protected]> Co-authored-by: mahakjain314 <[email protected]>
1 parent 2e59ae8 commit 241588b

File tree

171 files changed

+36546
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

171 files changed

+36546
-4
lines changed

specification/automation/resource-manager/Microsoft.Automation/common/v5/definitions.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
},
2121
"info": {
22-
"version": "2018-06-10",
22+
"version": "2023-11-01",
2323
"title": "Common types"
2424
},
2525
"paths": {},
@@ -113,6 +113,15 @@
113113
"in": "path",
114114
"x-ms-parameter-location": "method",
115115
"pattern": "^[a-zA-Z][a-zA-Z-_0-9]*$"
116+
},
117+
"ModuleNameParameter": {
118+
"name": "moduleName",
119+
"in": "path",
120+
"required": true,
121+
"type": "string",
122+
"x-ms-parameter-location": "method",
123+
"pattern": "^[a-zA-Z][a-zA-Z-_0-9]*$",
124+
"description": "The name of module."
116125
}
117126
}
118127
}

0 commit comments

Comments
 (0)