Skip to content

Azure ad b2c tenant resource management APIs swagger, merge into public repo#11292

Merged
akning-ms merged 29 commits intoAzure:masterfrom
nickgmicrosoft:dev-cpim-Microsoft.AzureActiveDirectory-2019-01-01-preview
Dec 14, 2020
Merged

Azure ad b2c tenant resource management APIs swagger, merge into public repo#11292
akning-ms merged 29 commits intoAzure:masterfrom
nickgmicrosoft:dev-cpim-Microsoft.AzureActiveDirectory-2019-01-01-preview

Conversation

@nickgmicrosoft
Copy link
Contributor

@nickgmicrosoft nickgmicrosoft commented Oct 20, 2020

MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.

Contribution checklist:

If any further question about AME onboarding or validation tools, please view the FAQ.

ARM API Review Checklist

  • Ensure to check this box if one of the following scenarios meet updates in the PR, so that label “WaitForARMFeedback” will be added automatically to involve ARM API Review. Failure to comply may result in delays for manifest application. Note this does not apply to data plane APIs, all “removals” and “adding a new property” no more require ARM API review.

    • Adding new API(s)
    • Adding a new API version
    • Adding a new service
  • Please ensure you've reviewed following guidelines including ARM resource provider contract and REST guidelines. Estimated time (4 hours). This is required before you can request review from ARM API Review board.

  • If you are blocked on ARM review and want to get the PR merged with urgency, please get the ARM oncall for reviews (RP Manifest Approvers team under Azure Resource Manager service) from IcM and reach out to them.

Breaking Change Review Checklist

If there are following updates in the PR, ensure to request an approval from API Review Board as defined in the Breaking Change Policy.

  • Removing API(s) in stable version
  • Removing properties in stable version
  • Removing API version(s) in stable version
  • Updating API in stable version with Breaking Change Validation errors
  • Updating API(s) in preview over 1 year

Please follow the link to find more details on PR review process.

@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Oct 20, 2020

Swagger Validation Report

️️✔️BreakingChange succeeded [Detail] [Expand]
There are no breaking changes.
️⚠️LintDiff: 17 Warnings warning [Detail] Only 10 items are listed, please refer to log for more details.

Rule Message
⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
New: Microsoft.AzureActiveDirectory/preview/2019-01-01-preview/cpimTenant.json#L835
⚠️ R2017 - PutRequestResponseScheme A PUT operation request body schema should be the same as its 200 response schema, to allow reusing the same entity between GET and PUT. If the schema of the PUT request body is a superset of the GET response body, make sure you have a PATCH operation to make the resource updatable. Operation: 'B2CTenants_Create' Request Model: 'CreateTenantRequestBody' Response Model: 'B2CTenantResource'
New: Microsoft.AzureActiveDirectory/preview/2019-01-01-preview/cpimTenant.json#L252
⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: nameAvailable
New: Microsoft.AzureActiveDirectory/preview/2019-01-01-preview/cpimTenant.json#L678
⚠️ R4000 - ParameterDescriptionRequired 'updateTenantRequestBody' parameter lacks 'description' property. Consider adding a 'description' element. Accurate description is essential for maintaining reference documentation.
New: Microsoft.AzureActiveDirectory/preview/2019-01-01-preview/cpimTenant.json#L229
⚠️ R4000 - ParameterDescriptionRequired 'createTenantRequestBody' parameter lacks 'description' property. Consider adding a 'description' element. Accurate description is essential for maintaining reference documentation.
New: Microsoft.AzureActiveDirectory/preview/2019-01-01-preview/cpimTenant.json#L276
⚠️ R4000 - ParameterDescriptionRequired 'checkNameAvailabilityRequestBody' parameter lacks 'description' property. Consider adding a 'description' element. Accurate description is essential for maintaining reference documentation.
New: Microsoft.AzureActiveDirectory/preview/2019-01-01-preview/cpimTenant.json#L59
⚠️ R4021 - DescriptionAndTitleMissing 'reason' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
New: Microsoft.AzureActiveDirectory/preview/2019-01-01-preview/cpimTenant.json#L682
⚠️ R4021 - DescriptionAndTitleMissing 'countryCode' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
New: Microsoft.AzureActiveDirectory/preview/2019-01-01-preview/cpimTenant.json#L721
⚠️ R4021 - DescriptionAndTitleMissing 'countryCode' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
New: Microsoft.AzureActiveDirectory/preview/2019-01-01-preview/cpimTenant.json#L864
⚠️ R4021 - DescriptionAndTitleMissing 'B2CTenantResource' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
New: Microsoft.AzureActiveDirectory/preview/2019-01-01-preview/cpimTenant.json#L747
️️✔️Avocado succeeded [Detail] [Expand]
Validation passes for Avocado.
️️✔️ModelValidation succeeded [Detail] [Expand]
Validation passes for ModelValidation.
️️✔️SemanticValidation succeeded [Detail] [Expand]
Validation passes for SemanticValidation.
️️✔️[Staging] Cross Version BreakingChange (Base on preview version) succeeded [Detail] [Expand]
There are no breaking changes.
️️✔️[Staging] Cross Version BreakingChange (Base on stable version) succeeded [Detail] [Expand]
There are no breaking changes.
Posted by Swagger Pipeline | How to fix these errors?

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@nickgmicrosoft
Copy link
Contributor Author

nickgmicrosoft commented Oct 20, 2020

@ArcturusZhang, please note that ARM and Swagger reviews have already been approved by @ravbhatnagar and @lirenhe respectively.

The PR on the private repo can be found here. Opened this PR to get it onto the public repo. Please advice on how to move forward with merging this PR. Added you to open email thread with a few folks involved in this.

There seem to be some errors on the SDK readme's.. could use advice on how to fix those. Note that we need two sets of sdks to be generated for the two different api versions.

@openapi-workflow-bot
Copy link

Hi, @nickgmicrosoft Thanks for your PR. I am workflow bot for review process. Here are some small tips.

  • Please ensure to do self-check against checklists in first PR comment.
  • PR assignee is the person auto-assigned and responsible for your current PR reviewing and merging.
  • If there is CI failure(s), to fix CI error(s) is mandatory for PR merging; or you need to provide justification in PR comment for explanation. How to fix?

  • Any feedback about review process or workflow bot, pls contact swagger and tools team. vsswagger@microsoft.com

    @openapi-workflow-bot openapi-workflow-bot bot added the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Oct 22, 2020
    @openapi-workflow-bot
    Copy link

    Hi, @nickgmicrosoft your PR are labelled with WaitForARMFeedback. A notification email will be sent out shortly afterwards to notify ARM review board(armapireview@microsoft.com). cc @ArcturusZhang

    "swagger": "2.0",
    "info": {
    "title": "B2CTenants",
    "version": "2019-01-01-preview",
    Copy link
    Contributor

    Choose a reason for hiding this comment

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

    "2019-01-01-preview", [](start = 15, length = 21)

    Why are we adding 2 year old API version?

    Copy link
    Contributor Author

    Choose a reason for hiding this comment

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

    Hi chiragg4u,

    This is the version currently publicly exposed being used in our portal and elsewhere. With previous reviewers we discussed that it's ok to keep this version, to get it published, and consider a new version/date when this is GA'd.

    }
    }
    },
    "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureActiveDirectory/b2cDirectories": {
    Copy link
    Contributor

    Choose a reason for hiding this comment

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

    b2cDirectories [](start = 113, length = 14)

    This looks like completely new set of capabilities; please confirm if you've a formal review meeting with ARM API Review board and if yes please share the notes with armapireview@microsoft.com to take the review forward.

    Copy link
    Contributor Author

    Choose a reason for hiding this comment

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

    Already reviewed with ARM (see other PR)

    @openapi-pipeline-app
    Copy link

    Swagger pipeline can not start as the pull request has merge conflicts.

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Nov 23, 2020

    Swagger Generation Artifacts

    ️⚠️ azure-sdk-for-python-track2 warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from c39f547. SDK Automation 14.0.0
      warn	Skip initScript due to not configured
      command	npx n 12
      command	python3 -m venv venv
      command	pip install --upgrade setuptools wheel pip
      command	pip install pathlib jinja2 msrestazure
      command	autorest --version=3.0.6272 --use=@autorest/python@5.4.3 --python --python-mode=update --multiapi --track2 --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk ../azure-rest-api-specs/specification/cpim/resource-manager/readme.md
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'Operation-display' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'OperationListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'GuestUsagesResourceList' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'CloudError' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'ErrorResponse' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'ErrorAdditionalInfo' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/CheckDuplicateSchemas): Checking for duplicate schemas, this could take a (long) while.  Run with --verbose for more detail.
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'Operation-display' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'OperationListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'AsyncOperationStatus' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'AsyncOperationStatus-error' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'B2CResourceSKU' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'NameAvailabilityResponse' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'B2CTenantResourceList' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'CloudError' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'ErrorResponse' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'ErrorAdditionalInfo' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/CheckDuplicateSchemas): Checking for duplicate schemas, this could take a (long) while.  Run with --verbose for more detail.
    • ⚠️track2_azure-mgmt-azureadb2c [View full logs]  [Release SDK Changes]
      cmderr	[buildConf] INFO:packaging_tools:Building template azure-mgmt-azureadb2c
      cmderr	[buildConf] INFO:packaging_tools.conf:Build default conf for azure-mgmt-azureadb2c
      cmderr	[buildConf] INFO:packaging_tools:Template done azure-mgmt-azureadb2c
      cmderr	[buildPackage] warning: no files found matching '*.py' under directory 'tests'
      cmderr	[buildPackage] warning: no files found matching '*.yaml' under directory 'tests'
      cmderr	[buildPackage] warning: no files found matching '*.py' under directory 'tests'
      cmderr	[buildPackage] warning: no files found matching '*.yaml' under directory 'tests'
      cmderr	[changelogSetup] WARNING: Skipping azure-nspkg as it is not installed.
      cmderr	[changelogReport] INFO:__main__:Looking for Autorest generated package in azure.mgmt.azureadb2c
      cmderr	[changelogReport] INFO:__main__:Looking for Autorest generated package in azure.mgmt.azureadb2c.aio
      cmderr	[changelogReport] INFO:__main__:Looking for Autorest generated package in azure.mgmt.azureadb2c.v2019_01_01_preview
      cmderr	[changelogReport] INFO:__main__:Found azure.mgmt.azureadb2c.v2019_01_01_preview
      cmderr	[changelogReport] INFO:__main__:Looking for Autorest generated package in azure.mgmt.azureadb2c.v2020_05_01_preview
      cmderr	[changelogReport] INFO:__main__:Found azure.mgmt.azureadb2c.v2020_05_01_preview
      cmderr	[changelogReport] INFO:__main__:Working on azure.mgmt.azureadb2c.v2019_01_01_preview
      cmderr	[changelogReport] INFO:__main__:Report written to sdk/azureadb2c/azure-mgmt-azureadb2c/code_reports/latest/v2019_01_01_preview.json
      cmderr	[changelogReport] INFO:__main__:Working on azure.mgmt.azureadb2c.v2020_05_01_preview
      cmderr	[changelogReport] INFO:__main__:Report written to sdk/azureadb2c/azure-mgmt-azureadb2c/code_reports/latest/v2020_05_01_preview.json
      cmderr	[changelogReport] INFO:__main__:Merged report written to sdk/azureadb2c/azure-mgmt-azureadb2c/code_reports/latest/merged_report.json
      cmderr	[changelogReportLatest] INFO:__main__:Download versions of azure-mgmt-azureadb2c on PyPI
      cmderr	[changelogReportLatest] Traceback (most recent call last):
      cmderr	[changelogReportLatest]   File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
      cmderr	[changelogReportLatest]     "__main__", mod_spec)
      cmderr	[changelogReportLatest]   File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
      cmderr	[changelogReportLatest]     exec(code, run_globals)
      cmderr	[changelogReportLatest]   File "/home/vsts/work/1/s/azure-sdk-for-python/tools/azure-sdk-tools/packaging_tools/code_report.py", line 298, in <module>
      cmderr	[changelogReportLatest]     main(args.package_name, args.version, args.no_venv, args.pypi, args.last_pypi, args.output)
      cmderr	[changelogReportLatest]   File "/home/vsts/work/1/s/azure-sdk-for-python/tools/azure-sdk-tools/packaging_tools/code_report.py", line 163, in main
      cmderr	[changelogReportLatest]     versions = [str(v) for v in client.get_ordered_versions(package_name)]
      cmderr	[changelogReportLatest]   File "/home/vsts/work/1/s/azure-sdk-for-python/tools/azure-sdk-tools/pypi_tools/pypi.py", line 38, in get_ordered_versions
      cmderr	[changelogReportLatest]     project = self.project(package_name)
      cmderr	[changelogReportLatest]   File "/home/vsts/work/1/s/azure-sdk-for-python/tools/azure-sdk-tools/pypi_tools/pypi.py", line 23, in project
      cmderr	[changelogReportLatest]     response.raise_for_status()
      cmderr	[changelogReportLatest]   File "/home/vsts/work/1/s/azure-sdk-for-python_tmp/venv/lib/python3.6/site-packages/requests/models.py", line 941, in raise_for_status
      cmderr	[changelogReportLatest]     raise HTTPError(http_error_msg, response=self)
      cmderr	[changelogReportLatest] requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://pypi.org/pypi/azure-mgmt-azureadb2c/json/
      warn	Script return with result [warning] code [1] signal [null] cwd [azure-sdk-for-python]: python
      warn	Not exact 2 reports found:
      warn		code_reports/latest/merged_report.json
      warn		code_reports/latest/v2019_01_01_preview.json
      warn		code_reports/latest/v2020_05_01_preview.json
      warn	Not generating changelog.
    ️❌ azure-sdk-for-python failed [Detail]
    • Failed [Logs]Release - Generate from c39f547. SDK Automation 14.0.0
      warn	Skip initScript due to not configured
      command	npx n 12
      command	python3 -m venv venv
      command	pip install --upgrade setuptools wheel pip
      command	pip install pathlib jinja2 msrestazure
      command	autorest --version=V2 --use=@microsoft.azure/autorest.python@~4.0.71 --python --python-mode=update --multiapi --keep-version-file --no-async --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk ../azure-rest-api-specs/specification/cpim/resource-manager/readme.md
    • azure-mgmt-azureadb2c [View full logs]  [Release SDK Changes]
      cmderr	[buildConf] INFO:packaging_tools:Building template azure-mgmt-azureadb2c
      cmderr	[buildConf] INFO:packaging_tools.conf:Build default conf for azure-mgmt-azureadb2c
      cmderr	[buildConf] INFO:packaging_tools:Template done azure-mgmt-azureadb2c
      cmderr	[buildPackage] Traceback (most recent call last):
      cmderr	[buildPackage]   File "setup.py", line 41, in <module>
      cmderr	[buildPackage]     else os.path.join(package_folder_path, '_version.py'), 'r') as fd:
      cmderr	[buildPackage] FileNotFoundError: [Errno 2] No such file or directory: 'azure/mgmt/azureadb2c/_version.py'
      cmderr	[buildPackage] Traceback (most recent call last):
      cmderr	[buildPackage]   File "./build_package.py", line 33, in <module>
      cmderr	[buildPackage]     create_package(args.name, args.dest)
      cmderr	[buildPackage]   File "./build_package.py", line 22, in create_package
      cmderr	[buildPackage]     check_call(['python', 'setup.py', 'bdist_wheel', '-d', dest_folder], cwd=absdirpath)
      cmderr	[buildPackage]   File "/usr/lib/python3.6/subprocess.py", line 311, in check_call
      cmderr	[buildPackage]     raise CalledProcessError(retcode, cmd)
      cmderr	[buildPackage] subprocess.CalledProcessError: Command '['python', 'setup.py', 'bdist_wheel', '-d', 'sdk/azureadb2c/azure-mgmt-azureadb2c']' returned non-zero exit status 1.
      error	Script return with result [failed] code [1] signal [null] cwd [azure-sdk-for-python]: python
      warn	Skip command for failed context: python ./scripts/dev_setup.py -p azure-mgmt-azureadb2c
      warn	Skip command for failed context: python -m packaging_tools.code_report azure-mgmt-azureadb2c
      warn	Skip command for failed context: python -m packaging_tools.code_report azure-mgmt-azureadb2c --last-pypi
      warn	Not exact 2 reports found:
      warn	Not generating changelog.
    ️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from c39f547. SDK Automation 14.0.0
      command	sh ./initScript.sh ../../../../../azure-sdk-for-go_tmp/initInput.json ../../../../../azure-sdk-for-go_tmp/initOutput.json
      command	go run ./tools/generator/main.go ../../../../../azure-sdk-for-go_tmp/generateInput.json ../../../../../azure-sdk-for-go_tmp/generateOutput.json
    • ️✔️preview/azureadb2c/mgmt/2020-05-01-preview/azureadb2c [View full logs]  [Release SDK Changes]
      info	[Changelog] This is a new package
    • ️✔️preview/azureadb2c/mgmt/2019-01-01-preview/azureadb2c [View full logs]  [Release SDK Changes]
      info	[Changelog] This is a new package
    ️🔄[Staging] ApiDocPreview inProgress [Detail]
    Posted by Swagger Pipeline | How to fix these errors?

    Copy link
    Member

    @ArcturusZhang ArcturusZhang left a comment

    Choose a reason for hiding this comment

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

    Please fix the issues in readme.go.md
    @changlong-liu please review the changes in readme.python.md
    @allenjzhang please review the changes in readme.csharp.md

    @ArcturusZhang
    Copy link
    Member

    @kairu-ms could you please have a look at the readme.ruby.md?

    @nickgmicrosoft
    Copy link
    Contributor Author

    @kairu-ms could you please have a look at the readme.ruby.md?

    I reeemoved a ruby readme for now, as it's not a target sdk for public preview.

    @Azure Azure deleted a comment from openapi-sdkautomation bot Dec 3, 2020
    @Azure Azure deleted a comment from openapi-sdkautomation bot Dec 3, 2020
    @Azure Azure deleted a comment from openapi-sdkautomation bot Dec 3, 2020
    @Azure Azure deleted a comment from openapi-sdkautomation bot Dec 3, 2020
    @Azure Azure deleted a comment from openapi-sdkautomation bot Dec 3, 2020
    @Azure Azure deleted a comment from openapi-sdkautomation bot Dec 3, 2020
    @Azure Azure deleted a comment from openapi-sdkautomation bot Dec 3, 2020
    @Azure Azure deleted a comment from openapi-sdkautomation bot Dec 3, 2020
    @Azure Azure deleted a comment from openapi-sdkautomation bot Dec 3, 2020
    @msyyc
    Copy link
    Member

    msyyc commented Dec 9, 2020

    @nickgmicrosoft I have checked the python pipeline result. Because 'azure.mgmt.azureadb2c' is new service, just need to care about 'python-track2'. The python code has been generated. It's ok for python.

    Copy link
    Contributor

    @ravbhatnagar ravbhatnagar left a comment

    Choose a reason for hiding this comment

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

    Signing off from ARM side

    @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 Dec 11, 2020
    @@ -50,15 +61,8 @@ This is not used by Autorest itself.
    ```yaml $(swagger-to-sdk)
    swagger-to-sdk:
    - repo: azure-sdk-for-python

    Choose a reason for hiding this comment

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

    Suggested change
    - repo: azure-sdk-for-python

    @akning-ms akning-ms merged commit c39f547 into Azure:master Dec 14, 2020
    dabenhamMic pushed a commit to dabenhamMic/azure-rest-api-specs that referenced this pull request Dec 14, 2020
    …ic repo (Azure#11292)
    
    * tenant creation azure ad b2c swagger merge into public repo
    
    * adding custom word and formatting json files
    
    * fixing readmes
    
    * removing conflict with master branch
    
    * fixing readme
    
    * fixing go readme
    
    * updated service name and output folder paths
    
    * csharp reeadme for multiple versions?
    
    * csharp reeadme for multiple versions?
    
    * trimming non-public preview platform targets;cleaning up chsarp/go/python readmes
    
    * reesolving custom-words conflict
    
    * Update specification/cpim/resource-manager/readme.md
    
    Co-authored-by: Arcturus <ufo54153@gmail.com>
    
    * removing space before the yaml
    
    * restoring and appending azureresourceschema.md
    
    * Update specification/cpim/resource-manager/readme.go.md
    
    Co-authored-by: Arcturus <ufo54153@gmail.com>
    
    * Update specification/cpim/resource-manager/readme.go.md
    
    Co-authored-by: Arcturus <ufo54153@gmail.com>
    
    * api version and subscription paremeter not in method location
    
    * python readme updates
    
    * python readme updates
    
    * fixing extra commas
    
    * trying variation for go readme
    
    * Update readme.md
    
    * Update readme.python.md
    
    * Update readme.python.md
    
    * Update readme.python.md
    
    * trying to match with azure monitor readme
    
    Co-authored-by: Arcturus <ufo54153@gmail.com>
    Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
    giromm2ms pushed a commit to giromm2ms/azure-rest-api-specs that referenced this pull request Dec 20, 2020
    …ic repo (Azure#11292)
    
    * tenant creation azure ad b2c swagger merge into public repo
    
    * adding custom word and formatting json files
    
    * fixing readmes
    
    * removing conflict with master branch
    
    * fixing readme
    
    * fixing go readme
    
    * updated service name and output folder paths
    
    * csharp reeadme for multiple versions?
    
    * csharp reeadme for multiple versions?
    
    * trimming non-public preview platform targets;cleaning up chsarp/go/python readmes
    
    * reesolving custom-words conflict
    
    * Update specification/cpim/resource-manager/readme.md
    
    Co-authored-by: Arcturus <ufo54153@gmail.com>
    
    * removing space before the yaml
    
    * restoring and appending azureresourceschema.md
    
    * Update specification/cpim/resource-manager/readme.go.md
    
    Co-authored-by: Arcturus <ufo54153@gmail.com>
    
    * Update specification/cpim/resource-manager/readme.go.md
    
    Co-authored-by: Arcturus <ufo54153@gmail.com>
    
    * api version and subscription paremeter not in method location
    
    * python readme updates
    
    * python readme updates
    
    * fixing extra commas
    
    * trying variation for go readme
    
    * Update readme.md
    
    * Update readme.python.md
    
    * Update readme.python.md
    
    * Update readme.python.md
    
    * trying to match with azure monitor readme
    
    Co-authored-by: Arcturus <ufo54153@gmail.com>
    Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
    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.

    8 participants