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

[Automation] Adding new API spec for 2018-01-15 version #2690

Merged
merged 16 commits into from
Mar 30, 2018
Merged

[Automation] Adding new API spec for 2018-01-15 version #2690

merged 16 commits into from
Mar 30, 2018

Conversation

vrdmr
Copy link
Member

@vrdmr vrdmr commented Mar 19, 2018

Added spec for new 2018-01 APIs. These mainly contain spec for the DSC APIs fixing the linting issues. Also added examples, and did some housekeeping for cleaning up the existing specs and better naming things.


This checklist is used to make sure that common issues in a pull request are addressed. This will expedite the process of getting your pull request merged and avoid extra work on your part to fix issues discovered during the review process.

PR information

  • The title of the PR is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For information on cleaning up the commits in your pull request, see this page.
  • Except for special cases involving multiple contributors, the PR is started from a fork of the main repository, not a branch.
  • If applicable, the PR references the bug/issue that it fixes.
  • Swagger files are correctly named (e.g. the api-version in the path should match the api-version in the spec).

Quality of Swagger

@vrdmr vrdmr requested a review from a user March 19, 2018 07:28
@AutorestCI
Copy link

AutorestCI commented Mar 19, 2018

Automation for azure-sdk-for-node

A PR has been created for you:
Azure/azure-sdk-for-node#2492

@AutorestCI
Copy link

AutorestCI commented Mar 19, 2018

Automation for azure-libraries-for-java

Nothing to generate for azure-libraries-for-java

@AutorestCI
Copy link

AutorestCI commented Mar 19, 2018

Automation for azure-sdk-for-python

A PR has been created for you based on this PR content.

Once this PR will be merged, content will be added to your service PR:
Azure/azure-sdk-for-python#1959

@AutorestCI
Copy link

AutorestCI commented Mar 19, 2018

Automation for azure-sdk-for-go

Encountered a Subprocess error: (azure-sdk-for-go)

Command: ['/usr/local/bin/autorest', '/tmp/tmple9pthre/rest/specification/automation/resource-manager/readme.md', '--go', '--go-sdk-folder=/tmp/tmple9pthre/sdk', '--multiapi', '[email protected]/autorest.go@~2.1.95', '--use-onever', '--verbose']
Finished with return code 1
and output:

AutoRest code generation utility [version: 2.0.4259; node: v7.10.1]
(C) 2018 Microsoft Corporation.
https://aka.ms/autorest
   Loading AutoRest core      '/tmp/.autorest/@[email protected]/node_modules/@microsoft.azure/autorest-core/dist' (2.0.4259)
   Loading AutoRest extension '@microsoft.azure/autorest.go' (~2.1.95->2.1.95)
   Loading AutoRest extension '@microsoft.azure/autorest.modeler' (2.3.38->2.3.38)
Processing batch task - {"tag":"package-2015-10"} .
Processing batch task - {"tag":"package-2017-05-preview"} .
Processing batch task - {"tag":"package-2018-01-preview"} .
FATAL: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: startIndex
   at System.String.LastIndexOf(Char value, Int32 startIndex, Int32 count)
   at AutoRest.Go.Model.CodeModelGo.PackageVerDir() in C:\Users\autorest-ci\AppData\Local\Temp\2\PUBLISH2qmje\111_20180319T191725\autorest.go\src\Model\CodeModelGo.cs:line 64
   at AutoRest.Go.Model.CodeModelGo.get_DefaultUserAgent() in C:\Users\autorest-ci\AppData\Local\Temp\2\PUBLISH2qmje\111_20180319T191725\autorest.go\src\Model\CodeModelGo.cs:line 83
   at AutoRest.Go.Model.CodeModelGo.get_UserAgent() in C:\Users\autorest-ci\AppData\Local\Temp\2\PUBLISH2qmje\111_20180319T191725\autorest.go\src\Model\CodeModelGo.cs:line 31
   at AutoRest.Go.Templates.VersionTemplate.<ExecuteAsync>d__1.MoveNext() in C:\Users\autorest-ci\AppData\Local\Temp\2\PUBLISH2qmje\111_20180319T191725\autorest.go\src\obj\Razor\Templates\VersionTemplate.cshtml:line 28
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at AutoRest.Core.CodeGenerator.<Write>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at AutoRest.Go.CodeGeneratorGo.<Generate>d__6.MoveNext() in C:\Users\autorest-ci\AppData\Local\Temp\2\PUBLISH2qmje\111_20180319T191725\autorest.go\src\CodeGeneratorGo.cs:line 91
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at AutoRest.Go.Program.<ProcessInternal>d__3.MoveNext() in C:\Users\autorest-ci\AppData\Local\Temp\2\PUBLISH2qmje\111_20180319T191725\autorest.go\src\Program.cs:line 107
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at NewPlugin.<Process>d__15.MoveNext()
FATAL: go/generate - FAILED
FATAL: Error: Plugin go reported failure.
Process() cancelled due to exception : Plugin go reported failure.
Failure during batch task - {"tag":"package-2018-01-preview"} -- Error: Plugin go reported failure..
  Error: Plugin go reported failure.

@vrdmr
Copy link
Member Author

vrdmr commented Mar 20, 2018

Depends on #2705. The refactoring is needed to go in, to fix the linting issue entirely.

@mcardosos mcardosos changed the title Adding new API spec for 2018-01-15 version [Automation] Adding new API spec for 2018-01-15 version Mar 20, 2018
@@ -92,10 +89,43 @@ input-file:
- Microsoft.Automation/preview/2017-05-15-preview/job.json
```

### Tag: package-2018-01
Copy link
Contributor

Choose a reason for hiding this comment

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

package-2018-01 [](start = 9, length = 15)

Since this package also has files from preview versions, it should also be marked as a preview package

Copy link
Contributor

Choose a reason for hiding this comment

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

Fixed

},
"day": {
"type": "string",
"description": "Day of the occurrence. Must be one of monday, tuesday, wednesday,thursday, friday, saturday, sunday.",
Copy link
Contributor

Choose a reason for hiding this comment

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

thursday [](start = 91, length = 8)

Super nit, space

Copy link
Contributor

Choose a reason for hiding this comment

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

Fixed

},
"AdvancedSchedule": {
"properties": {
"weekDays": {
Copy link
Contributor

Choose a reason for hiding this comment

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

weekDays [](start = 9, length = 8)

Are the possible values the same as in line 44?

Copy link
Member Author

Choose a reason for hiding this comment

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

The Jobs resource will be fixed in a separate PR as I don't have much knowledge of it. I just moved the definitions form 2015-10-31/definitions.json to prevent conflict that I was seeing earlier. Thus, right now, could we keep the spec for 2017-05-15-preview/definitions.json as it is? I'll take up the task of correcting it with the engineer who worked on it.

Copy link
Contributor

Choose a reason for hiding this comment

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

Okok

"description": "The provisioning state of a resource."
}
},
"description": "Definition of job properties."
},
"jobCollectionItem": {
Copy link
Contributor

Choose a reason for hiding this comment

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

jobCollectionItem [](start = 5, length = 17)

Should this be PascalCase?

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

"format": "double",
"description": "Gets or sets the next run time's offset in minutes."
},
"interval": {
Copy link
Contributor

Choose a reason for hiding this comment

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

interval [](start = 9, length = 8)

What type is this property?

Copy link
Member Author

Choose a reason for hiding this comment

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

Checking with the JobService team. This will go in a separate JobService PR. (mentioned above)

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed.

"JobCreateProperties": {
"properties": {
"runbook": {
"$ref": "./definitions.json#/definitions/RunbookAssociationProperty",
Copy link
Contributor

Choose a reason for hiding this comment

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

./definitions.json [](start = 19, length = 18)

This is already the definiitions file

Copy link
Contributor

Choose a reason for hiding this comment

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

Fixed

"type": "string",
"required": true,
"in": "path",
"x-ms-parameter-location": "client"
Copy link
Contributor

Choose a reason for hiding this comment

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

client [](start = 34, length = 6)

This goes better in the method instead of the client

Copy link
Contributor

Choose a reason for hiding this comment

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

Fixed

"type": "string",
"required": true,
"in": "path",
"x-ms-parameter-location": "client"
Copy link
Contributor

@mcardosos mcardosos Mar 20, 2018

Choose a reason for hiding this comment

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

client [](start = 34, length = 6)

This goes better in the method

Copy link
Member Author

@vrdmr vrdmr Mar 20, 2018

Choose a reason for hiding this comment

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

Done.

Copy link
Contributor

Choose a reason for hiding this comment

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

Err, it should be "x-ms-parameter-location": "method"


In reply to: 175917693 [](ancestors = 175917693)

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

Copy link
Contributor

Choose a reason for hiding this comment

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

Fixed

"tags": [
"DscCompilationJob"
],
"operationId": "DscCompilationJob_Create",
Copy link
Contributor

Choose a reason for hiding this comment

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

DscCompilationJob_Create [](start = 24, length = 24)

Is this a long running operation?

Copy link
Member Author

Choose a reason for hiding this comment

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

No this is not. It just submits a job and returns the JobId, which is then used to track the progress of the Job.

Copy link
Contributor

Choose a reason for hiding this comment

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

Should clients then poll for operation completion?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes.

Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like a long running operation to me

Copy link
Member Author

Choose a reason for hiding this comment

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

After reading this up, it makes sense to mark this as x-ms-long-running-operation. I will do that.

Copy link
Member Author

Choose a reason for hiding this comment

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

Done.

Copy link
Contributor

Choose a reason for hiding this comment

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

Fixed

"readOnly": true,
"description": "Gets the creation time of the job."
},
"provisioningState": {
Copy link
Contributor

Choose a reason for hiding this comment

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

provisioningState [](start = 9, length = 17)

Does the service really have a provisiningState property inside another provisioningState property?

Copy link
Member Author

Choose a reason for hiding this comment

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

I just copied the spec from previous stable spec. The provisioningState does not have provisioningState. How do you suggest to fix this? I can remove the inner provisioningState.

Copy link
Contributor

Choose a reason for hiding this comment

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

The swagger should reflect faithfully the API. It just looks weird to me to have a provisiningState property inside another provisiningState property. But if that is how the service is behaving, leave it like that.

"$ref": "./definitions.json#/parameters/AutomationAccountNameParameter"
},
{
"name": "$filter",
Copy link
Contributor

Choose a reason for hiding this comment

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

$filter [](start = 21, length = 7)

x-ms-odata extension would be valuabe for this operation

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks. I'll talk with the team and take this up as a separate PR as it is not a blocker right now.

Copy link
Contributor

Choose a reason for hiding this comment

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

As this is a comment for a swagger in the stable folder, I strongly recommend to get whatever is inside this folder right in one PR. This way you will avoid breaking changes on generated SDKs.

Copy link
Member Author

Choose a reason for hiding this comment

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

Done.

Copy link
Contributor

Choose a reason for hiding this comment

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

Fixed

}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/compilationjobs/{jobId}/streams/": {
Copy link
Contributor

Choose a reason for hiding this comment

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

/ [](start = 177, length = 1)

Is this last slash really needed?

Copy link
Member Author

Choose a reason for hiding this comment

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

Done.

Copy link
Contributor

Choose a reason for hiding this comment

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

It is still there :(

Copy link
Member Author

Choose a reason for hiding this comment

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

oh. It could be because of the merge issues. Fixing it now.

Copy link
Contributor

Choose a reason for hiding this comment

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

Fixed

"type": "string",
"description": "Gets or sets the name of the resource."
},
"location": {
Copy link
Contributor

Choose a reason for hiding this comment

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

location [](start = 9, length = 8)

So, when regenerating keys, could the location also be updated?

Copy link
Member Author

Choose a reason for hiding this comment

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

Checking with the team.

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed.

"type": "string",
"description": "Gets or sets the account id of the node."
},
"nodeConfiguration": {
Copy link
Contributor

Choose a reason for hiding this comment

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

nodeConfiguration [](start = 9, length = 17)

WDYT about flattening this property?

Copy link
Member Author

Choose a reason for hiding this comment

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

Could you describe a little more about this? You mean the x-ms-client-flatten property?

Copy link
Contributor

Choose a reason for hiding this comment

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

yes

Copy link
Member Author

Choose a reason for hiding this comment

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

Done.

Copy link
Contributor

Choose a reason for hiding this comment

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

Fixed

"tags": [
"DscNode"
],
"operationId": "DscNode_ListByAutomationAccount",
Copy link
Contributor

Choose a reason for hiding this comment

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

DscNode_ListByAutomationAccount [](start = 24, length = 31)

This operation could also use x-ms-odata

Copy link
Member Author

Choose a reason for hiding this comment

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

Same as above: Thanks. I'll talk with the team and take this up as a separate PR as it is not a blocker right now.

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

Copy link
Contributor

Choose a reason for hiding this comment

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

Fixed

"tags": [
"NodeReports"
],
"operationId": "NodeReports_ListByNode",
Copy link
Contributor

Choose a reason for hiding this comment

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

NodeReports_ListByNode [](start = 24, length = 22)

This one too, x-ms-odata

Copy link
Member Author

Choose a reason for hiding this comment

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

Same as above: Thanks. I'll talk with the team and take this up as a separate PR as it is not a blocker right now.

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

Copy link
Contributor

Choose a reason for hiding this comment

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

Fixed

"type": "string",
"description": "Gets or sets the status of the node report."
},
"refreshMode": {
Copy link
Contributor

Choose a reason for hiding this comment

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

refreshMode [](start = 9, length = 11)

Could this be an enum?

Copy link
Member Author

Choose a reason for hiding this comment

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

We aren't planning to enum this currently as the things being returned here are not finalized yet and are subject to change.

@vrdmr
Copy link
Member Author

vrdmr commented Mar 27, 2018

@mcardosos Out of the above -

MIssing stuff to fix:

Interval type.

Done

Extra slash.

Removed

Additional properties model.

As you said above, this is not a blocker currently. Also, when I remove the provisioningState from JobProvisioningStateProperty, the model issues start showing up. Also, with the current change, oav validate-example does not complain currently.

Odata extension, dscNodeReport, refresh enum. Strongly recommended to include in this PR since those are changes on the stable folder.

OData extension done. After talking to the team, the dscNodeReport enums is not in plan currently.

There might still be extra stuff to fix (we will know once CI finishes)

Will keep an eye.

},
"interval": {
"type": "integer",
"format": "byte",
Copy link
Contributor

Choose a reason for hiding this comment

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

byte [](start = 21, length = 4)

Does not make sense for this to be format byte, PTAL here
https://swagger.io/docs/specification/data-models/data-types/

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed. Changed it to String/Byte format (ref: http://docs.swagger.io/spec.html)

Copy link
Contributor

Choose a reason for hiding this comment

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

Fixed

@mcardosos
Copy link
Contributor

Cool! So missing stuff to fix are linter errors and model validation errors.

@vrdmr
Copy link
Member Author

vrdmr commented Mar 28, 2018

For the model issues, I already made the fix (8b68d37). Don't know why its now showing up. I'll make the commit again.

As for the linter issues. It is finding linting issues in 2015-10-31 folder, which I am fixing in 2018-01-15 resources. I am not changing previous stable version to fix it.

@vrdmr
Copy link
Member Author

vrdmr commented Mar 28, 2018

@mcardosos Fixed the model issues.

"x-ms-azure-resource": true,
"allOf": [
{
"$ref": "#/definitions/ProxyResource"
Copy link
Contributor

Choose a reason for hiding this comment

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

ProxyResource [](start = 33, length = 13)

Shouldn't this be just Resource? Also, since you are already doing an allof here, you dont need some of the preoperties

Copy link
Contributor

Choose a reason for hiding this comment

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

The same goes for other definitions in this file


In reply to: 177918018 [](ancestors = 177918018)

Copy link
Contributor

Choose a reason for hiding this comment

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

On the other hand this changes might be breaking changes for some SDKs. WDYT about adding these improvements into a new file that is only used by the API version introduced in this PR?


In reply to: 177918048 [](ancestors = 177918048,177918018)

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes. But but I didn't want to change the meaning behind it. This can go to the discussion why have ProxyResource definition at all if all the resources can be either TrackedResource or just Resource. Having ProxyResource makes the spec clearer and explicit.

Copy link
Contributor

Choose a reason for hiding this comment

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

What about the no longer needed properties?

Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2018-01-preview' && $(go)
output-folder: $(go-sdk-folder)/services/automation/mgmt/2018-01-15-preview
Copy link
Contributor

Choose a reason for hiding this comment

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

/ [](start = 40, length = 1)

Add a preview folder here :D

Copy link
Member Author

Choose a reason for hiding this comment

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

I don't see other services adding a preview folder or a preview folder showing up in the Go SDK repo.

Example - Data Migration and Compute. Do I need to add this then?

Copy link
Contributor

Choose a reason for hiding this comment

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

There is not problem if the golang section is left out. We will figure it out later

Copy link
Member Author

Choose a reason for hiding this comment

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

What do you suggest then, for getting the PR through? I can send a separate PR for the same.

@vrdmr
Copy link
Member Author

vrdmr commented Mar 29, 2018

@ravbhatnagar Could you please take a look at this PR. Thanks.

Copy link
Contributor

@mcardosos mcardosos left a comment

Choose a reason for hiding this comment

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

Cool! :)
Linter errors are not related to this PR, but... awareness

}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/agentRegistrationInformation/regenerateKey": {
Copy link
Contributor

Choose a reason for hiding this comment

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

URL is not formed correctly. This will have RBAC issues. Is this new API or existing? Is agentInformation a resource type defined in your manifest?

Copy link

Choose a reason for hiding this comment

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

This is existing. It's a proxy resources therefore not defined in the manifest. It's used by our portal code but not through ARM template.

"type": "string",
"description": "Gets or sets the dsc server endpoint."
},
"keys": {
Copy link
Contributor

Choose a reason for hiding this comment

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

keys should not be returned as part of the GET. Only via a POST.

Copy link

Choose a reason for hiding this comment

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

This is also legacy API

},
"description": "Definition of the dsc node report error type."
},
"AgentRegistration": {
Copy link
Contributor

Choose a reason for hiding this comment

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

If this is a resource, it is missing the name, type properties. Is the id property the ARM resource id or something else.

Copy link

Choose a reason for hiding this comment

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

This is a proxy resource. Also part of existing API.

@ravbhatnagar
Copy link
Contributor

@vrdmr - Some comments. Not sure if these are existing APis or new. Please ping me to close on this.

@ravbhatnagar
Copy link
Contributor

OK since these are all existing APis, signing off despite these issues.

@ravbhatnagar ravbhatnagar added ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review and removed WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required labels Mar 30, 2018
@mcardosos mcardosos merged commit 2aababe into Azure:master Mar 30, 2018
@vrdmr vrdmr deleted the vameru-automation-new-api-2018-01-15 branch April 3, 2018 00:13
@lmazuel
Copy link
Member

lmazuel commented Apr 6, 2018

@AutorestCI regenerate azure-sdk-for-python

mccleanp pushed a commit that referenced this pull request Mar 23, 2022
…k-name-availability

Add swagger support for check name availability on GitHub.Enterprise/accounts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants